Public Member Functions | |
DocType (String elementName, String publicID, String systemID) | |
DocType (String elementName, String systemID) | |
DocType (String elementName) | |
String | getElementName () |
DocType | setElementName (String elementName) |
String | getPublicID () |
DocType | setPublicID (String publicID) |
String | getSystemID () |
DocType | setSystemID (String systemID) |
Document | getDocument () |
void | setInternalSubset (String newData) |
String | getInternalSubset () |
String | toString () |
final boolean | equals (Object ob) |
final int | hashCode () |
Object | clone () |
Protected Member Functions | |
DocType () | |
DocType | setDocument (Document document) |
Protected Attributes | |
String | elementName |
String | publicID |
String | systemID |
Document | document |
String | internalSubset |
DocType
represents an XML DOCTYPE declaration.
Jason Hunter
|
Default, no-args constructor for implementations to use if needed. |
|
This will create the
|
|
This will create the
|
|
This will create the
|
|
This will return a clone of this
|
|
This tests for equality of this
|
|
This retrieves the owning
|
|
This will retrieve the element name being constrained.
|
|
This returns the data for the internal subset.
|
|
This will retrieve the public ID of an externally referenced DTD, or an empty
|
|
This will retrieve the system ID of an externally referenced DTD, or an empty
|
|
This returns the hash code for this
|
|
This sets the
|
|
This will set the root element name declared by this DOCTYPE declaration.
|
|
This sets the data for the internal subset.
|
|
This will set the public ID of an externally referenced DTD.
|
|
This will set the system ID of an externally referenced DTD.
|
|
This returns a
|
|
The document having this DOCTYPE |
|
The element being constrained |
|
The internal subset of the DOCTYPE |
|
The public ID of the DOCTYPE |
|
The system ID of the DOCTYPE |