Inheritance diagram for org::jdom::DocType:
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) |
String | getValue () |
void | setInternalSubset (String newData) |
String | getInternalSubset () |
String | toString () |
Protected Member Functions | |
DocType () | |
Protected Attributes | |
String | elementName |
String | publicID |
String | systemID |
String | internalSubset |
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 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
|
|
Returns the empty string since doctypes don't have an XPath 1.0 string value.
Implements org::jdom::Content. |
|
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 element being constrained |
|
The internal subset of the DOCTYPE |
|
The public ID of the DOCTYPE |
|
The system ID of the DOCTYPE |