Uses of Class
org.jdom2.EntityRef
-
Packages that use EntityRef Package Description org.jdom2 Classes representing the components of an XML document.org.jdom2.filter 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.org.jdom2.input Classes to build JDOM documents from various sources.org.jdom2.located Extended JDOM Content Classes that contain location coordinates.org.jdom2.output Classes to output JDOM documents to various destinations.org.jdom2.output.support 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
Methods in org.jdom2 that return EntityRef Modifier and Type Method Description EntityRefEntityRef. clone()EntityRefEntityRef. detach()EntityRefDefaultJDOMFactory. entityRef(int line, int col, java.lang.String name)EntityRefDefaultJDOMFactory. entityRef(int line, int col, java.lang.String name, java.lang.String systemID)EntityRefDefaultJDOMFactory. entityRef(int line, int col, java.lang.String name, java.lang.String publicID, java.lang.String systemID)EntityRefDefaultJDOMFactory. entityRef(java.lang.String name)EntityRefDefaultJDOMFactory. entityRef(java.lang.String name, java.lang.String systemID)EntityRefDefaultJDOMFactory. entityRef(java.lang.String name, java.lang.String publicID, java.lang.String systemID)EntityRefJDOMFactory. entityRef(int line, int col, java.lang.String name)This will create a newEntityRefwith the supplied name.EntityRefJDOMFactory. entityRef(int line, int col, java.lang.String name, java.lang.String systemID)This will create a newEntityRefwith the supplied name and system ID.EntityRefJDOMFactory. entityRef(int line, int col, java.lang.String name, java.lang.String publicID, java.lang.String systemID)This will create a newEntityRefwith the supplied name, public ID, and system ID.EntityRefJDOMFactory. entityRef(java.lang.String name)This will create a newEntityRefwith the supplied name.EntityRefJDOMFactory. entityRef(java.lang.String name, java.lang.String systemID)This will create a newEntityRefwith the supplied name and system ID.EntityRefJDOMFactory. entityRef(java.lang.String name, java.lang.String publicID, java.lang.String systemID)This will create a newEntityRefwith the supplied name, public ID, and system ID.EntityRefSlimJDOMFactory. entityRef(int line, int col, java.lang.String name)EntityRefSlimJDOMFactory. entityRef(int line, int col, java.lang.String name, java.lang.String systemID)EntityRefSlimJDOMFactory. entityRef(int line, int col, java.lang.String name, java.lang.String publicID, java.lang.String systemID)EntityRefUncheckedJDOMFactory. entityRef(int line, int col, java.lang.String name)EntityRefUncheckedJDOMFactory. entityRef(int line, int col, java.lang.String name, java.lang.String systemID)EntityRefUncheckedJDOMFactory. entityRef(int line, int col, java.lang.String name, java.lang.String publicID, java.lang.String systemID)EntityRefEntityRef. setName(java.lang.String name)This will set the name of thisEntityRef.protected EntityRefEntityRef. setParent(Parent parent)EntityRefEntityRef. setPublicID(java.lang.String publicID)This will set the public ID of thisEntityRef.EntityRefEntityRef. setSystemID(java.lang.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 Modifier and Type Method Description static Filter<EntityRef>Filters. entityref()Return a Filter that matches anyEntityRefdata. -
Uses of EntityRef in org.jdom2.input
Methods in org.jdom2.input that return EntityRef Modifier and Type Method Description EntityRefDOMBuilder. build(org.w3c.dom.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.located Modifier and Type Class Description classLocatedEntityRefAn XML entity reference.Methods in org.jdom2.located that return EntityRef Modifier and Type Method Description EntityRefLocatedJDOMFactory. entityRef(int line, int col, java.lang.String name)EntityRefLocatedJDOMFactory. entityRef(int line, int col, java.lang.String name, java.lang.String systemID)EntityRefLocatedJDOMFactory. entityRef(int line, int col, java.lang.String name, java.lang.String publicID, java.lang.String systemID) -
Uses of EntityRef in org.jdom2.output
Methods in org.jdom2.output with parameters of type EntityRef Modifier and Type Method Description org.w3c.dom.EntityReferenceDOMOutputter. output(EntityRef entity)This converts the JDOMEntityRefparameter to a DOM EntityReference Node, returning the DOM version.org.w3c.dom.EntityReferenceDOMOutputter. output(org.w3c.dom.Document basedoc, EntityRef entity)This converts the JDOMEntityRefparameter to a DOM EntityReference Node, returning the DOM version.voidStAXEventOutputter. output(EntityRef entity, javax.xml.stream.util.XMLEventConsumer out)Print out an.EntityRefvoidStAXStreamOutputter. output(EntityRef entity, javax.xml.stream.XMLStreamWriter out)Print out an.EntityRefvoidXMLOutputter. output(EntityRef entity, java.io.OutputStream out)Print out a.EntityRefvoidXMLOutputter. output(EntityRef entity, java.io.Writer out)Print out an.EntityRefjava.lang.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 EntityRef Modifier and Type Method Description protected org.w3c.dom.EntityReferenceAbstractDOMOutputProcessor. printEntityRef(FormatStack fstack, org.w3c.dom.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(javax.xml.stream.util.XMLEventConsumer out, FormatStack fstack, javax.xml.stream.XMLEventFactory eventfactory, EntityRef entity)This will handle printing of anEntityRef.protected voidAbstractStAXStreamProcessor. printEntityRef(javax.xml.stream.XMLStreamWriter out, FormatStack fstack, EntityRef entity)This will handle printing of anEntityRef.protected voidAbstractXMLOutputProcessor. printEntityRef(java.io.Writer out, FormatStack fstack, EntityRef entity)This will handle printing of anEntityRef.org.w3c.dom.EntityReferenceAbstractDOMOutputProcessor. process(org.w3c.dom.Document basedoc, Format format, EntityRef entity)voidAbstractSAXOutputProcessor. process(SAXTarget out, Format format, EntityRef entity)voidAbstractStAXEventProcessor. process(javax.xml.stream.util.XMLEventConsumer out, Format format, javax.xml.stream.XMLEventFactory eventfactory, EntityRef entity)voidAbstractStAXStreamProcessor. process(javax.xml.stream.XMLStreamWriter out, Format format, EntityRef entity)voidAbstractXMLOutputProcessor. process(java.io.Writer out, Format format, EntityRef entity)org.w3c.dom.EntityReferenceDOMOutputProcessor. process(org.w3c.dom.Document basedoc, Format format, EntityRef entity)This will convert theusing the given DOM Document to create the resulting DOM EntityReference.EntityRefvoidSAXOutputProcessor. process(SAXTarget out, Format format, EntityRef entity)Print out a.EntityRefvoidStAXEventProcessor. process(javax.xml.stream.util.XMLEventConsumer out, Format format, javax.xml.stream.XMLEventFactory eventfactory, EntityRef entity)Print out a.EntityRefvoidStAXStreamProcessor. process(javax.xml.stream.XMLStreamWriter out, Format format, EntityRef entity)Print out a.EntityRefvoidXMLOutputProcessor. process(java.io.Writer out, Format format, EntityRef entity)Print out a.EntityRef
-