All Packages Class Hierarchy This Package Previous Next Index
contentspec
for the element type;
the contentspec
is the part of the element type declaration
following the element type name.
public static final byte UNDECLARED_CONTENT
public static final byte ANY_CONTENT
public static final byte MIXED_CONTENT
public static final byte EMPTY_CONTENT
public static final byte ELEMENT_CONTENT
public abstract byte getContentType()
public abstract String getContentSpec()
contentspec
for the element type;
the contentspec
is the part of the element type declaration
following the element type name.
The contentspec
will have parameter
entity references expanded and whitespace removed.
Returns null if the element type was not declared.
public abstract Enumeration attributeNames()
public abstract AttributeDefinition getAttributeDefinition(String name)
All Packages Class Hierarchy This Package Previous Next Index