Frames | No Frames |
Constructors with parameter type org.jdom.EntityRef | |
Methods with parameter type org.jdom.EntityRef | |
Element |
This adds entity content to this element. |
boolean |
This removes the specified EntityRef . |
Methods with return type org.jdom.EntityRef | |
EntityRef |
This detaches the Entity from its parent, or does nothing
if the Entity has no parent. |
EntityRef |
This will set the name of this EntityRef . |
EntityRef |
This will set the parent of this Entity . |
EntityRef | EntityRef.setPublicID(String newPublicID)
This will set the public ID of this EntityRef . |
EntityRef | EntityRef.setSystemID(String newSystemID)
This will set the system ID of this EntityRef . |
Methods with return type org.jdom.EntityRef | |
EntityRef | DefaultJDOMFactory.entityRef(String name)
This will create a new EntityRef
with the supplied name. |
EntityRef | JDOMFactory.entityRef(String name)
This will create a new EntityRef
with the supplied name. |
EntityRef | DefaultJDOMFactory.entityRef(String name, String publicID, String systemID)
This will create a new EntityRef
with the supplied name, public ID, and system ID. |
EntityRef | JDOMFactory.entityRef(String name, String publicID, String systemID)
This will create a new EntityRef
with the supplied name, public ID, and system ID. |
Methods with parameter type org.jdom.EntityRef | |
void |
Print out a . |
void |
Print out a . |
String |
Return a string representing an entity. |
void |
This will handle printing a . |