Uses of Class
org.jdom2.DocType
Packages that use DocType
Package
Description
Classes representing the components of an XML document.
Classes to create specific DOM Document instances.
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.
Support classes for building JDOM documents and content using StAX readers.
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 DocType in org.jdom2
Modifier and TypeMethodDescriptionDocType.clone()
DocType.detach()
final DocType
final DocType
final DocType
This will create theDocType
with the specified element nameThis will create theDocType
with the specified element name and reference to an external DTD.This will create theDocType
with the specified element name and a reference to an external DTD.This will create theDocType
with the specified element nameThis will create theDocType
with the specified element name and reference to an external DTD.This will create theDocType
with the specified element name and a reference to an external DTD.UncheckedJDOMFactory.docType
(int line, int col, String elementName, String publicID, String systemID) Document.getDocType()
DocType.setElementName
(String elementName) This will set the root element name declared by this DOCTYPE declaration.protected DocType
DocType.setPublicID
(String publicID) This will set the public ID of an externally referenced DTD.DocType.setSystemID
(String systemID) This will set the system ID of an externally referenced DTD.Modifier and TypeMethodDescriptionDocument.setDocType
(DocType docType) This will set the
declaration for thisDocType
Document
.ModifierConstructorDescription -
Uses of DocType in org.jdom2.adapters
Methods in org.jdom2.adapters with parameters of type DocTypeModifier and TypeMethodDescriptionAbstractDOMAdapter.createDocument
(DocType doctype) This creates an emptyDocument
object based on a specific parser implementation with the given DOCTYPE.DOMAdapter.createDocument
(DocType doctype) This creates an emptyDocument
object based on a specific parser implementation with the given DOCTYPE. -
Uses of DocType in org.jdom2.filter
Methods in org.jdom2.filter that return types with arguments of type DocType -
Uses of DocType in org.jdom2.input
Methods in org.jdom2.input that return DocTypeModifier and TypeMethodDescriptionDOMBuilder.build
(DocumentType doctype) This will build a JDOM Element from an existing DOM Element -
Uses of DocType in org.jdom2.input.stax
Methods in org.jdom2.input.stax that return DocTypeModifier and TypeMethodDescriptionstatic DocType
DTDParser.parse
(String input, JDOMFactory factory) Parse out a DOCTYPE declaration as supplied by the standard StAX readers. -
Uses of DocType in org.jdom2.located
Subclasses of DocType in org.jdom2.locatedMethods in org.jdom2.located that return DocTypeModifier and TypeMethodDescription -
Uses of DocType in org.jdom2.output
Methods in org.jdom2.output with parameters of type DocTypeModifier and TypeMethodDescriptionThis converts the JDOMDocType
parameter to a DOM DocumentType, returning the DOM version.final void
StAXEventOutputter.output
(DocType doctype, XMLEventConsumer out) Print out the
.DocType
final void
StAXStreamOutputter.output
(DocType doctype, XMLStreamWriter out) Print out the
.DocType
final void
XMLOutputter.output
(DocType doctype, OutputStream out) This will print the
to the given OutputStream.DocType
final void
Print out the
.DocType
final String
XMLOutputter.outputString
(DocType doctype) Return a string representing aDocType
. -
Uses of DocType in org.jdom2.output.support
Methods in org.jdom2.output.support with parameters of type DocTypeModifier and TypeMethodDescriptionprotected void
AbstractSAXOutputProcessor.printDocType
(SAXTarget out, FormatStack fstack, DocType docType) This will handle printing of aDocType
.protected void
AbstractStAXEventProcessor.printDocType
(XMLEventConsumer out, FormatStack fstack, XMLEventFactory eventfactory, DocType docType) This will handle printing of aDocType
.protected void
AbstractStAXStreamProcessor.printDocType
(XMLStreamWriter out, FormatStack fstack, DocType docType) This will handle printing of aDocType
.protected void
AbstractXMLOutputProcessor.printDocType
(Writer out, FormatStack fstack, DocType docType) This will handle printing of aDocType
.void
void
AbstractStAXEventProcessor.process
(XMLEventConsumer out, Format format, XMLEventFactory eventfactory, DocType doctype) void
AbstractStAXStreamProcessor.process
(XMLStreamWriter out, Format format, DocType doctype) void
void
Print out the
.DocType
void
StAXEventProcessor.process
(XMLEventConsumer out, Format format, XMLEventFactory eventfactory, DocType doctype) Print out the
.DocType
void
StAXStreamProcessor.process
(XMLStreamWriter out, Format format, DocType doctype) Print out the
.DocType
void
Print out the
.DocType