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 newEntityRef
with the supplied name.This will create a newEntityRef
with the supplied name and system ID.This will create a newEntityRef
with 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 TypeMethodDescriptionvoid
XMLOutputter.output
(EntityRef entity, OutputStream out) Print out a
.EntityRef
void
Print out a
.EntityRef
XMLOutputter.outputString
(EntityRef entity) Return a string representing an entity.protected void
XMLOutputter.printEntityRef
(Writer out, EntityRef entity) This will handle printing a
.EntityRef