Inheritance diagram for org::jdom::EntityRef:
Public Member Functions | |
EntityRef (String name) | |
EntityRef (String name, String systemID) | |
EntityRef (String name, String publicID, String systemID) | |
String | getName () |
String | getValue () |
String | getPublicID () |
String | getSystemID () |
EntityRef | setName (String name) |
EntityRef | setPublicID (String publicID) |
EntityRef | setSystemID (String systemID) |
String | toString () |
Protected Member Functions | |
EntityRef () | |
Protected Attributes | |
String | name |
String | publicID |
String | systemID |
Jason Hunter
Philip Nelson
|
Default, no-args constructor for implementations to use if needed. |
|
This will create a new
|
|
This will create a new
|
|
This will create a new
|
|
This returns the name of the
|
|
This will return the publid ID of this
|
|
This will return the system ID of this
|
|
Returns the empty string since entity references don't have an XPath 1.0 string value.
Implements org::jdom::Content. |
|
This will set the name of this
|
|
This will set the public ID of this
|
|
This will set the system ID of this
|
|
This returns a
|
|
The name of the |
|
The PublicID of the |
|
The SystemID of the |