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 EntityReffinal EntityReffinal EntityRefThis 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 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.protected EntityRefEntityRef.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 JDOMEntityRefparameter to a DOM EntityReference Node, returning the DOM version.This converts the JDOMEntityRefparameter to a DOM EntityReference Node, returning the DOM version.final voidStAXEventOutputter.output(EntityRef entity, XMLEventConsumer out) Print out an.EntityReffinal voidStAXStreamOutputter.output(EntityRef entity, XMLStreamWriter out) Print out an.EntityRefvoidXMLOutputter.output(EntityRef entity, OutputStream out) Print out a.EntityReffinal voidPrint out an.EntityReffinal StringXMLOutputter.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 EntityReferenceAbstractDOMOutputProcessor.printEntityRef(FormatStack fstack, Document basedoc, EntityRef entity) This will handle printing of anEntityRef.protected voidAbstractSAXOutputProcessor.printEntityRef(SAXTarget out, FormatStack fstack, EntityRef entity) This will handle printing of anEntityRef.protected voidAbstractStAXEventProcessor.printEntityRef(XMLEventConsumer out, FormatStack fstack, XMLEventFactory eventfactory, EntityRef entity) This will handle printing of anEntityRef.protected voidAbstractStAXStreamProcessor.printEntityRef(XMLStreamWriter out, FormatStack fstack, EntityRef entity) This will handle printing of anEntityRef.protected voidAbstractXMLOutputProcessor.printEntityRef(Writer out, FormatStack fstack, EntityRef entity) This will handle printing of anEntityRef.voidvoidAbstractStAXEventProcessor.process(XMLEventConsumer out, Format format, XMLEventFactory eventfactory, EntityRef entity) voidAbstractStAXStreamProcessor.process(XMLStreamWriter out, Format format, EntityRef entity) voidThis will convert theusing the given DOM Document to create the resulting DOM EntityReference.EntityRefvoidPrint out a.EntityRefvoidStAXEventProcessor.process(XMLEventConsumer out, Format format, XMLEventFactory eventfactory, EntityRef entity) Print out a.EntityRefvoidStAXStreamProcessor.process(XMLStreamWriter out, Format format, EntityRef entity) Print out a.EntityRefvoidPrint out a.EntityRef