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 DocTypefinal DocTypefinal DocTypeThis will create theDocTypewith the specified element nameThis will create theDocTypewith the specified element name and reference to an external DTD.This will create theDocTypewith the specified element name and a reference to an external DTD.This will create theDocTypewith the specified element nameThis will create theDocTypewith the specified element name and reference to an external DTD.This will create theDocTypewith 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 DocTypeDocType.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 thedeclaration for thisDocTypeDocument.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 emptyDocumentobject based on a specific parser implementation with the given DOCTYPE.DOMAdapter.createDocument(DocType doctype) This creates an emptyDocumentobject 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 DocTypeDTDParser.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 JDOMDocTypeparameter to a DOM DocumentType, returning the DOM version.final voidStAXEventOutputter.output(DocType doctype, XMLEventConsumer out) Print out the.DocTypefinal voidStAXStreamOutputter.output(DocType doctype, XMLStreamWriter out) Print out the.DocTypefinal voidXMLOutputter.output(DocType doctype, OutputStream out) This will print theto the given OutputStream.DocTypefinal voidPrint out the.DocTypefinal StringXMLOutputter.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 voidAbstractSAXOutputProcessor.printDocType(SAXTarget out, FormatStack fstack, DocType docType) This will handle printing of aDocType.protected voidAbstractStAXEventProcessor.printDocType(XMLEventConsumer out, FormatStack fstack, XMLEventFactory eventfactory, DocType docType) This will handle printing of aDocType.protected voidAbstractStAXStreamProcessor.printDocType(XMLStreamWriter out, FormatStack fstack, DocType docType) This will handle printing of aDocType.protected voidAbstractXMLOutputProcessor.printDocType(Writer out, FormatStack fstack, DocType docType) This will handle printing of aDocType.voidvoidAbstractStAXEventProcessor.process(XMLEventConsumer out, Format format, XMLEventFactory eventfactory, DocType doctype) voidAbstractStAXStreamProcessor.process(XMLStreamWriter out, Format format, DocType doctype) voidvoidPrint out the.DocTypevoidStAXEventProcessor.process(XMLEventConsumer out, Format format, XMLEventFactory eventfactory, DocType doctype) Print out the.DocTypevoidStAXStreamProcessor.process(XMLStreamWriter out, Format format, DocType doctype) Print out the.DocTypevoidPrint out the.DocType