| JDOM 1.0 | |
| Frames | No Frames |
Methods with return type org.jdom.EntityRef | |
| EntityRef | DefaultJDOMFactory.entityRef(String name) |
| EntityRef | JDOMFactory.entityRef(String name) This will create a new EntityRef
with the supplied name. |
| EntityRef | UncheckedJDOMFactory.entityRef(String name) This will create a new EntityRef
with the supplied name. |
| EntityRef | DefaultJDOMFactory.entityRef(String name, String systemID) |
| EntityRef | JDOMFactory.entityRef(String name, String systemID) This will create a new EntityRef
with the supplied name and system ID. |
| EntityRef | UncheckedJDOMFactory.entityRef(String name, String systemID) This will create a new EntityRef
with the supplied name and system ID. |
| EntityRef | DefaultJDOMFactory.entityRef(String name, String publicID, String systemID) |
| EntityRef | JDOMFactory.entityRef(String name, String publicID, String systemID) This will create a new EntityRef
with the supplied name, public ID, and system ID. |
| EntityRef | UncheckedJDOMFactory.entityRef(String name, String publicID, String systemID) This will create a new EntityRef
with the supplied name, public ID, and system ID. |
| EntityRef | This will set the name of this EntityRef. |
| EntityRef | EntityRef.setPublicID(String publicID) This will set the public ID of this EntityRef. |
| EntityRef | EntityRef.setSystemID(String systemID) This will set the system ID of this EntityRef. |
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 . |