.
|
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" |