Uses of Class
org.jdom2.EntityRef
Packages that use EntityRef
Package
Description
Classes representing the components of an XML document.
Classes to both filter and generically type-cast nodes of a document
based on type, name, value, or other aspects, and to boolean
AND/OR/NEGATE these rules.
Classes to build JDOM documents from various sources.
Extended JDOM Content Classes that contain location coordinates.
Classes to output JDOM documents to various destinations.
Classes used to implement output functionality that are not part of the
actual Output API, but rather part of the implementation.
-
Uses of EntityRef in org.jdom2
Modifier and TypeMethodDescriptionEntityRef.clone()
EntityRef.detach()
final EntityRef
final EntityRef
final EntityRef
This 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 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
.protected EntityRef
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.jdom2.filter
Methods in org.jdom2.filter that return types with arguments of type EntityRef -
Uses of EntityRef in org.jdom2.input
Methods in org.jdom2.input that return EntityRefModifier and TypeMethodDescriptionDOMBuilder.build
(EntityReference er) This will build a JDOM EntityRef from an existing DOM EntityReference -
Uses of EntityRef in org.jdom2.located
Subclasses of EntityRef in org.jdom2.locatedMethods in org.jdom2.located that return EntityRefModifier and TypeMethodDescription -
Uses of EntityRef in org.jdom2.output
Methods in org.jdom2.output with parameters of type EntityRefModifier and TypeMethodDescriptionThis converts the JDOMEntityRef
parameter to a DOM EntityReference Node, returning the DOM version.This converts the JDOMEntityRef
parameter to a DOM EntityReference Node, returning the DOM version.final void
StAXEventOutputter.output
(EntityRef entity, XMLEventConsumer out) Print out an
.EntityRef
final void
StAXStreamOutputter.output
(EntityRef entity, XMLStreamWriter out) Print out an
.EntityRef
void
XMLOutputter.output
(EntityRef entity, OutputStream out) Print out a
.EntityRef
final void
Print out an
.EntityRef
final String
XMLOutputter.outputString
(EntityRef entity) Return a string representing anEntityRef
. -
Uses of EntityRef in org.jdom2.output.support
Methods in org.jdom2.output.support with parameters of type EntityRefModifier and TypeMethodDescriptionprotected EntityReference
AbstractDOMOutputProcessor.printEntityRef
(FormatStack fstack, Document basedoc, EntityRef entity) This will handle printing of anEntityRef
.protected void
AbstractSAXOutputProcessor.printEntityRef
(SAXTarget out, FormatStack fstack, EntityRef entity) This will handle printing of anEntityRef
.protected void
AbstractStAXEventProcessor.printEntityRef
(XMLEventConsumer out, FormatStack fstack, XMLEventFactory eventfactory, EntityRef entity) This will handle printing of anEntityRef
.protected void
AbstractStAXStreamProcessor.printEntityRef
(XMLStreamWriter out, FormatStack fstack, EntityRef entity) This will handle printing of anEntityRef
.protected void
AbstractXMLOutputProcessor.printEntityRef
(Writer out, FormatStack fstack, EntityRef entity) This will handle printing of anEntityRef
.void
void
AbstractStAXEventProcessor.process
(XMLEventConsumer out, Format format, XMLEventFactory eventfactory, EntityRef entity) void
AbstractStAXStreamProcessor.process
(XMLStreamWriter out, Format format, EntityRef entity) void
This will convert the
using the given DOM Document to create the resulting DOM EntityReference.EntityRef
void
Print out a
.EntityRef
void
StAXEventProcessor.process
(XMLEventConsumer out, Format format, XMLEventFactory eventfactory, EntityRef entity) Print out a
.EntityRef
void
StAXStreamProcessor.process
(XMLStreamWriter out, Format format, EntityRef entity) Print out a
.EntityRef
void
Print out a
.EntityRef