Uses of Class
org.jdom2.JDOMException
Packages that use JDOMException
Package
Description
Classes representing the components of an XML document.
Classes to create specific DOM Document instances.
Classes to build JDOM documents from various sources.
Support classes for building JDOM documents and content using SAX parsers.
Support classes for building JDOM documents and content using StAX readers.
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.
Classes to help with transformations, based on the JAXP TrAX classes.
-
Uses of JDOMException in org.jdom2
Subclasses of JDOMException in org.jdom2Modifier and TypeClassDescriptionclass
Thrown when a data conversion from a string to value type fails, such as can happen with theAttribute
convenience getter functions. -
Uses of JDOMException in org.jdom2.adapters
Methods in org.jdom2.adapters that throw JDOMExceptionModifier and TypeMethodDescriptionAbstractDOMAdapter.createDocument
(DocType doctype) This creates an emptyDocument
object based on a specific parser implementation with the given DOCTYPE.DOMAdapter.createDocument()
This creates an emptyDocument
object based on a specific parser implementation.DOMAdapter.createDocument
(DocType doctype) This creates an emptyDocument
object based on a specific parser implementation with the given DOCTYPE.JAXPDOMAdapter.createDocument()
This creates an emptyDocument
object based on the current JAXP parser implementation. -
Uses of JDOMException in org.jdom2.input
Subclasses of JDOMException in org.jdom2.inputModifier and TypeClassDescriptionclass
Thrown during parse errors, with information about where the parse error occurred as well as access to the partially built document.Methods in org.jdom2.input that throw JDOMExceptionModifier and TypeMethodDescriptionThis builds a document from the supplied filename.SAXBuilder.build
(InputStream in) This builds a document from the supplied input stream.SAXBuilder.build
(InputStream in, String systemId) This builds a document from the supplied input stream.This builds a document from the supplied Reader.This builds a document from the supplied Reader.This builds a document from the supplied URI.This builds a document from the supplied URL.SAXBuilder.build
(InputSource in) This builds a document from the supplied input source.StAXEventBuilder.build
(XMLEventReader events) This builds a document from the supplied XMLEventReader.StAXStreamBuilder.build
(XMLStreamReader reader) This builds a document from the supplied XMLStreamReader.SAXBuilder.buildEngine()
This method builds a new and reusableSAXEngine
.StAXStreamBuilder.buildFragments
(XMLStreamReader reader, StAXFilter filter) Read the entire XMLStreamReader and from it build a list of Content that conforms to the rules in the supplied StAXFilter.protected void
SAXBuilder.configureParser
(XMLReader parser, SAXHandler contentHandler) This configures the XMLReader to be used for reading the XML document.protected XMLReader
SAXBuilder.createParser()
Allow overriding classes access to the Parser before it is used in a SAXBuilderEngine.StAXStreamBuilder.fragment
(XMLStreamReader reader) Read the current XML Fragment from the XMLStreamReader. -
Uses of JDOMException in org.jdom2.input.sax
Methods in org.jdom2.input.sax that throw JDOMExceptionModifier and TypeMethodDescriptionSAXBuilderEngine.build
(InputStream in) SAXBuilderEngine.build
(InputStream in, String systemId) SAXBuilderEngine.build
(InputSource in) This builds a document from the supplied filename.SAXEngine.build
(InputStream in) This builds a document from the supplied input stream.SAXEngine.build
(InputStream in, String systemId) This builds a document from the supplied input stream.This builds a document from the supplied Reader.This builds a document from the supplied Reader.This builds a document from the supplied URI.This builds a document from the supplied URL.SAXEngine.build
(InputSource in) This builds a document from the supplied input source.AbstractReaderSchemaFactory.createXMLReader()
XMLReaderJAXPFactory.createXMLReader()
XMLReaderJDOMFactory.createXMLReader()
Return a new XMLReader according to the implementation of this XMLReaderJDOMFactory instance.XMLReaders.createXMLReader()
Get a new XMLReader from this JAXP-basedXMLReaderJDOMFactory
.XMLReaderSAX2Factory.createXMLReader()
Constructors in org.jdom2.input.sax that throw JDOMExceptionModifierConstructorDescriptionAbstractReaderXSDFactory
(SAXParserFactory fac, AbstractReaderXSDFactory.SchemaFactoryProvider sfp, File... systemid) Create an XML Schema validating XMLReader factory using one or more XSD sources from File references.AbstractReaderXSDFactory
(SAXParserFactory fac, AbstractReaderXSDFactory.SchemaFactoryProvider sfp, String... systemid) Create an XML Schema validating XMLReader factory using one or more XSD sources from SystemID references.AbstractReaderXSDFactory
(SAXParserFactory fac, AbstractReaderXSDFactory.SchemaFactoryProvider sfp, URL... systemid) Create an XML Schema validating XMLReader factory using one or more XSD sources from URL references.AbstractReaderXSDFactory
(SAXParserFactory fac, AbstractReaderXSDFactory.SchemaFactoryProvider sfp, Source... sources) Create an XML Schema validating XMLReader factory using one or more XSD sources from Transform Source references.XMLReaderXSDFactory
(File... systemid) Create an XML Schema validating XMLReader factory using one or more XSD sources from File references.XMLReaderXSDFactory
(String... systemid) Create an XML Schema validating XMLReader factory using one or more XSD sources from SystemID references.XMLReaderXSDFactory
(String factoryClassName, ClassLoader classloader, File... systemid) Create an XML Schema validating XMLReader factory using one or more XSD sources from File references, and use the specified JAXP SAXParserFactory.XMLReaderXSDFactory
(String factoryClassName, ClassLoader classloader, String... systemid) Create an XML Schema validating XMLReader factory using one or more XSD sources from SystemID references, and use the specified JAXP SAXParserFactory.XMLReaderXSDFactory
(String factoryClassName, ClassLoader classloader, URL... systemid) Create an XML Schema validating XMLReader factory using one or more XSD sources from URL references, and use the specified JAXP SAXParserFactory.XMLReaderXSDFactory
(String factoryClassName, ClassLoader classloader, Source... sources) Create an XML Schema validating XMLReader factory using one or more XSD sources from Transform Source references, and use the specified JAXP SAXParserFactory.XMLReaderXSDFactory
(URL... systemid) Create an XML Schema validating XMLReader factory using one or more XSD sources from URL references.XMLReaderXSDFactory
(Source... sources) Create an XML Schema validating XMLReader factory using one or more XSD sources from Transform Source references. -
Uses of JDOMException in org.jdom2.input.stax
Methods in org.jdom2.input.stax that throw JDOMExceptionModifier and TypeMethodDescriptionstatic DocType
DTDParser.parse
(String input, JDOMFactory factory) Parse out a DOCTYPE declaration as supplied by the standard StAX readers. -
Uses of JDOMException in org.jdom2.output
Methods in org.jdom2.output that throw JDOMExceptionModifier and TypeMethodDescriptionThis converts the JDOMAttribute
parameter to a DOM Attr Node, returning the DOM version.This converts the JDOMAttribute
parameter to a DOM Attr Node, returning the DOM version.This converts the JDOMCDATA
parameter to a DOM CDATASection Node, returning the DOM version.This converts the JDOMProcessingInstruction
parameter to a DOM ProcessingInstruction, returning the DOM version.This converts the JDOMDocType
parameter to a DOM DocumentType, returning the DOM version.This converts the JDOMDocument
parameter to a DOM Document, returning the DOM version.This converts the JDOMElement
parameter to a DOM Element, returning the DOM version.This converts the JDOMEntityRef
parameter to a DOM EntityReference Node, returning the DOM version.DOMOutputter.output
(ProcessingInstruction pi) This converts the JDOMProcessingInstruction
parameter to a DOM ProcessingInstruction, returning the DOM version.This converts the JDOMText
parameter to a DOM Text Node, returning the DOM version.This converts the list of JDOMContent
in to a list of DOM Nodes, returning the DOM version.This converts the JDOMAttribute
parameter to a DOM Attr Node, returning the DOM version.This converts the JDOMCDATA
parameter to a DOM CDATASection Node, returning the DOM version.This converts the JDOMProcessingInstruction
parameter to a DOM ProcessingInstruction, returning the DOM version.This converts the JDOMElement
parameter to a DOM Element, returning the DOM version.This converts the JDOMEntityRef
parameter to a DOM EntityReference Node, returning the DOM version.DOMOutputter.output
(Document basedoc, ProcessingInstruction pi) This converts the JDOMProcessingInstruction
parameter to a DOM ProcessingInstruction, returning the DOM version.This converts the JDOMText
parameter to a DOM Text Node, returning the DOM version.void
This will output a list of JDOM nodes as a document, firing off the SAX events that have been registered.void
This will output theJDOM Document
, firing off the SAX events that have been registered.void
This will output a single JDOM element as a document, firing off the SAX events that have been registered.void
SAXOutputter.outputFragment
(List<? extends Content> nodes) This will output a list of JDOM nodes as a fragment of an XML document, firing off the SAX events that have been registered.void
SAXOutputter.outputFragment
(Content node) This will output a single JDOM nodes as a fragment of an XML document, firing off the SAX events that have been registered. -
Uses of JDOMException in org.jdom2.output.support
Methods in org.jdom2.output.support that throw JDOMExceptionModifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
AbstractSAXOutputProcessor.process
(SAXTarget out, Format format, ProcessingInstruction pi) void
void
This will handle printing out a list of nodes.void
Print out a
node.CDATA
void
Print out a
.Comment
void
Print out the
.DocType
void
This will print the
to the given SAXTarget.Document
void
void
Print out a
.EntityRef
void
SAXOutputProcessor.process
(SAXTarget out, Format format, ProcessingInstruction pi) Print out a
.ProcessingInstruction
void
Print out a
node.Text
void
AbstractSAXOutputProcessor.processAsDocument
(SAXTarget out, Format format, List<? extends Content> nodes) void
AbstractSAXOutputProcessor.processAsDocument
(SAXTarget out, Format format, Element node) void
SAXOutputProcessor.processAsDocument
(SAXTarget out, Format format, List<? extends Content> list) This will handle printing out a list of nodes that is encapsulated in start/end Document SAX events.void
SAXOutputProcessor.processAsDocument
(SAXTarget out, Format format, Element element) -
Uses of JDOMException in org.jdom2.transform
Subclasses of JDOMException in org.jdom2.transformModifier and TypeClassDescriptionclass
Thrown when an XSL stylesheet fails to compile or an XSL transform fails