Uses of Class
org.jdom.EntityRef
Packages that use EntityRef
Package
Description
Classes to represent the components of an XML document.
Classes to output JDOM documents to various destinations.
-
Uses of EntityRef in org.jdom
Modifier and TypeMethodDescriptionThis will create a newEntityRefwith the supplied name.This will create a newEntityRefwith the supplied name and system ID.This will create a newEntityRefwith the supplied name, public ID, and system ID.This will set the name of thisEntityRef.EntityRef.setPublicID(String publicID) This will set the public ID of thisEntityRef.EntityRef.setSystemID(String systemID) This will set the system ID of thisEntityRef. -
Uses of EntityRef in org.jdom.output
Methods in org.jdom.output with parameters of type EntityRefModifier and TypeMethodDescriptionvoidXMLOutputter.output(EntityRef entity, OutputStream out) Print out a.EntityRefvoidPrint out a.EntityRefXMLOutputter.outputString(EntityRef entity) Return a string representing an entity.protected voidXMLOutputter.printEntityRef(Writer out, EntityRef entity) This will handle printing a.EntityRef