Changed Methods |
AttributeList defAttributeList(String, int, int, String, String, AttributeList)
|
Documentation changed from old to new. |
Creates and returns an AttributeList . |
ContentModel defContentModel(int, Object, ContentModel)
|
Documentation changed from old to new. |
Creates and returns a new content model. |
Element defElement(String, int, boolean, boolean, ContentModel, String[], String[], AttributeList)
|
Documentation changed from old to new. |
Creates and returns an Element . |
void defineAttributes(String, AttributeList)
|
Documentation changed from old to new. |
Returns the Element which matches the specified AttributeList . |
Element defineElement(String, int, boolean, boolean, ContentModel, BitSet, BitSet, AttributeList)
|
Documentation changed from old to new. |
Returns the Element which matches the specified parameters. |
Entity defineEntity(String, int, char[])
|
Documentation changed from old to new. |
Defines an entity. |
DTD getDTD(String )
|
Documentation changed from old to new. |
Returns a DTD with the specified name . |
String getName()
|
Documentation changed from old to new. |
Gets the name of the DTD. |
void read(DataInputStream )
|
Documentation changed from old to new. |
Recreates a DTD from an archived format. |
String toString()
|
Documentation changed from old to new. |
Returns a string representation of this DTD. |
Entity defEntity(String, int, String)
|
Documentation changed from old to new. |
Creates and returns an Entity . |
Entity defEntity(String, int, int)
|
Documentation changed from old to new. |
Creates and returns a character Entity . |
Element getElement(int )
|
Documentation changed from old to new. |
Gets an element by index. |
Element getElement(String )
|
Documentation changed from old to new. |
Gets an element by name. |
Entity getEntity(int )
|
Documentation changed from old to new. |
Gets a character entity. |
Entity getEntity(String )
|
Documentation changed from old to new. |
Gets an entity by name. |