Uses of Class org.jdom.EntityRef

Uses in package org.jdom

Methods with return type org.jdom.EntityRef

EntityRef
EntityRef
JDOMFactory.entityRef(String name)
This will create a new EntityRef with the supplied name.
EntityRef
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
EntityRef.setName(String name)
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.

Uses in package org.jdom.output

Methods with parameter type org.jdom.EntityRef

void
XMLOutputter.output(EntityRef entity, OutputStream out)
Print out a EntityRef.
void
XMLOutputter.output(EntityRef entity, Writer out)
Print out a EntityRef.
String
Return a string representing an entity.
void
XMLOutputter.printEntityRef(Writer out, EntityRef entity)
This will handle printing a EntityRef.

Copyright B) 2007 Jason Hunter, Brett McLaughlin. All Rights Reserved.