Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

Element Class Reference

Inherits javax::swing::text::html::parser::DTDConstants, and java::io::Serializable.

List of all members.


Public Member Functions

AttributeList getAttributeByValue (final String value)
AttributeList getAttribute (final String name)
String toString ()
boolean isEmpty ()
int getIndex ()
AttributeList getAttributes ()
ContentModel getContent ()
int getType ()
boolean omitEnd ()
boolean omitStart ()
String getName ()

Static Public Member Functions

static int name2type (final String name)

Public Attributes

int index
String name
boolean oStart
boolean oEnd
BitSet inclusions
BitSet exclusions
int type = DTDConstants.ANY
ContentModel content
AttributeList atts
Object data

Package Functions

 Element (final int index, final String name, final boolean oStart, final boolean oEnd, final BitSet exclusions, final BitSet inclusions, final int type, final ContentModel content, final AttributeList atts, final Object data)
 Element ()
final void updateElement (final int index, final String name, final boolean oStart, final boolean oEnd, final BitSet exclusions, final BitSet inclusions, final int type, final ContentModel content, final AttributeList atts, final Object data)
final List< Object > getRequiredAttributes ()
 Returns a list of required attributes for the Element.
final boolean hasRequiredAttributes ()
final boolean isScript ()

Private Attributes

final String SCRIPT_TAG_NAME = "script"

Constructor & Destructor Documentation

Element ( final int  index,
final String  name,
final boolean  oStart,
final boolean  oEnd,
final BitSet  exclusions,
final BitSet  inclusions,
final int  type,
final ContentModel  content,
final AttributeList  atts,
final Object  data 
) [package]

Element (  )  [package]


Member Function Documentation

static int name2type ( final String  name  )  [static]

AttributeList getAttributeByValue ( final String  value  ) 

AttributeList getAttribute ( final String  name  ) 

String toString (  ) 

boolean isEmpty (  ) 

int getIndex (  ) 

AttributeList getAttributes (  ) 

ContentModel getContent (  ) 

int getType (  ) 

boolean omitEnd (  ) 

boolean omitStart (  ) 

String getName (  ) 

final void updateElement ( final int  index,
final String  name,
final boolean  oStart,
final boolean  oEnd,
final BitSet  exclusions,
final BitSet  inclusions,
final int  type,
final ContentModel  content,
final AttributeList  atts,
final Object  data 
) [package]

final List<Object> getRequiredAttributes (  )  [package]

Returns a list of required attributes for the Element.

Returns:
a List with all the required attributes for the Element.

final boolean hasRequiredAttributes (  )  [package]

final boolean isScript (  )  [package]


Member Data Documentation

int index

String name

boolean oStart

boolean oEnd

Object data

final String SCRIPT_TAG_NAME = "script" [private]