Public Methods | |
EntityRef (String name) | |
EntityRef (String name, String systemID) | |
EntityRef (String name, String publicID, String systemID) | |
Object | clone () |
EntityRef | detach () |
final boolean | equals (Object ob) |
Document | getDocument () |
String | getName () |
Element | getParent () |
String | getPublicID () |
String | getSystemID () |
final int | hashCode () |
EntityRef | setName (String name) |
EntityRef | setPublicID (String newPublicID) |
EntityRef | setSystemID (String newSystemID) |
String | toString () |
Protected Methods | |
EntityRef () | |
EntityRef | setParent (Element parent) |
Protected Attributes | |
String | name |
String | publicID |
String | systemID |
Element | parent |
EntityRef
Defines an XML entity reference in Java.
|
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 will return a clone of this
|
|
This detaches the
|
|
This tests for equality of this
|
|
This retrieves the owning
|
|
This returns the name of the
|
|
This will return the parent of this
|
|
This will return the publid ID of this
|
|
This will return the system ID of this
|
|
This returns the hash code for this
|
|
This will set the name of this
|
|
This will set the parent 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 |
|
Parent element or null if none |
|
The PublicID of the |
|
The SystemID of the |