Uses of Class org.jdom.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(EntityRef entity, Writer out)
This will handle printing a EntityRef.

Uses in package org.jdom

Constructors with parameter type org.jdom.EntityRef

This will create an Exception indicating that the addition of the EntityRef to the Element is illegal.

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
EntityRef.setName(String name)
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.

Uses in package org.jdom.input

Methods with return type org.jdom.EntityRef

EntityRef
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.

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