Uses of Class
org.jdom2.JDOMException
-
Packages that use JDOMException Package Description org.jdom2 Classes representing the components of an XML document.org.jdom2.adapters Classes to create specific DOM Document instances.org.jdom2.input Classes to build JDOM documents from various sources.org.jdom2.input.sax Support classes for building JDOM documents and content using SAX parsers.org.jdom2.input.stax Support classes for building JDOM documents and content using StAX readers.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.org.jdom2.transform Classes to help with transformations, based on the JAXP TrAX classes. -
-
Uses of JDOMException in org.jdom2
Subclasses of JDOMException in org.jdom2 Modifier and Type Class Description classDataConversionExceptionThrown when a data conversion from a string to value type fails, such as can happen with theAttributeconvenience getter functions. -
Uses of JDOMException in org.jdom2.adapters
Methods in org.jdom2.adapters that throw JDOMException Modifier and Type Method Description org.w3c.dom.DocumentAbstractDOMAdapter. createDocument(DocType doctype)This creates an emptyDocumentobject based on a specific parser implementation with the given DOCTYPE.org.w3c.dom.DocumentDOMAdapter. createDocument()This creates an emptyDocumentobject based on a specific parser implementation.org.w3c.dom.DocumentDOMAdapter. createDocument(DocType doctype)This creates an emptyDocumentobject based on a specific parser implementation with the given DOCTYPE.org.w3c.dom.DocumentJAXPDOMAdapter. createDocument()This creates an emptyDocumentobject based on the current JAXP parser implementation. -
Uses of JDOMException in org.jdom2.input
Subclasses of JDOMException in org.jdom2.input Modifier and Type Class Description classJDOMParseExceptionThrown 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 JDOMException Modifier and Type Method Description DocumentSAXBuilder. build(java.io.File file)This builds a document from the supplied filename.DocumentSAXBuilder. build(java.io.InputStream in)This builds a document from the supplied input stream.DocumentSAXBuilder. build(java.io.InputStream in, java.lang.String systemId)This builds a document from the supplied input stream.DocumentSAXBuilder. build(java.io.Reader characterStream)This builds a document from the supplied Reader.DocumentSAXBuilder. build(java.io.Reader characterStream, java.lang.String systemId)This builds a document from the supplied Reader.DocumentSAXBuilder. build(java.lang.String systemId)This builds a document from the supplied URI.DocumentSAXBuilder. build(java.net.URL url)This builds a document from the supplied URL.DocumentSAXBuilder. build(org.xml.sax.InputSource in)This builds a document from the supplied input source.DocumentStAXEventBuilder. build(javax.xml.stream.XMLEventReader events)This builds a document from the supplied XMLEventReader.DocumentStAXStreamBuilder. build(javax.xml.stream.XMLStreamReader reader)This builds a document from the supplied XMLStreamReader.SAXEngineSAXBuilder. buildEngine()This method builds a new and reusableSAXEngine.java.util.List<Content>StAXStreamBuilder. buildFragments(javax.xml.stream.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 voidSAXBuilder. configureParser(org.xml.sax.XMLReader parser, SAXHandler contentHandler)This configures the XMLReader to be used for reading the XML document.protected org.xml.sax.XMLReaderSAXBuilder. createParser()Allow overriding classes access to the Parser before it is used in a SAXBuilderEngine.ContentStAXStreamBuilder. fragment(javax.xml.stream.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 JDOMException Modifier and Type Method Description DocumentSAXBuilderEngine. build(java.io.File file)DocumentSAXBuilderEngine. build(java.io.InputStream in)DocumentSAXBuilderEngine. build(java.io.InputStream in, java.lang.String systemId)DocumentSAXBuilderEngine. build(java.io.Reader characterStream)DocumentSAXBuilderEngine. build(java.io.Reader characterStream, java.lang.String systemId)DocumentSAXBuilderEngine. build(java.lang.String systemId)DocumentSAXBuilderEngine. build(java.net.URL url)DocumentSAXBuilderEngine. build(org.xml.sax.InputSource in)DocumentSAXEngine. build(java.io.File file)This builds a document from the supplied filename.DocumentSAXEngine. build(java.io.InputStream in)This builds a document from the supplied input stream.DocumentSAXEngine. build(java.io.InputStream in, java.lang.String systemId)This builds a document from the supplied input stream.DocumentSAXEngine. build(java.io.Reader characterStream)This builds a document from the supplied Reader.DocumentSAXEngine. build(java.io.Reader characterStream, java.lang.String systemId)This builds a document from the supplied Reader.DocumentSAXEngine. build(java.lang.String systemId)This builds a document from the supplied URI.DocumentSAXEngine. build(java.net.URL url)This builds a document from the supplied URL.DocumentSAXEngine. build(org.xml.sax.InputSource in)This builds a document from the supplied input source.org.xml.sax.XMLReaderAbstractReaderSchemaFactory. createXMLReader()org.xml.sax.XMLReaderXMLReaderJAXPFactory. createXMLReader()org.xml.sax.XMLReaderXMLReaderJDOMFactory. createXMLReader()Return a new XMLReader according to the implementation of this XMLReaderJDOMFactory instance.org.xml.sax.XMLReaderXMLReaders. createXMLReader()Get a new XMLReader from this JAXP-basedXMLReaderJDOMFactory.org.xml.sax.XMLReaderXMLReaderSAX2Factory. createXMLReader()Constructors in org.jdom2.input.sax that throw JDOMException Constructor Description AbstractReaderXSDFactory(javax.xml.parsers.SAXParserFactory fac, AbstractReaderXSDFactory.SchemaFactoryProvider sfp, java.io.File... systemid)Create an XML Schema validating XMLReader factory using one or more XSD sources from File references.AbstractReaderXSDFactory(javax.xml.parsers.SAXParserFactory fac, AbstractReaderXSDFactory.SchemaFactoryProvider sfp, java.lang.String... systemid)Create an XML Schema validating XMLReader factory using one or more XSD sources from SystemID references.AbstractReaderXSDFactory(javax.xml.parsers.SAXParserFactory fac, AbstractReaderXSDFactory.SchemaFactoryProvider sfp, java.net.URL... systemid)Create an XML Schema validating XMLReader factory using one or more XSD sources from URL references.AbstractReaderXSDFactory(javax.xml.parsers.SAXParserFactory fac, AbstractReaderXSDFactory.SchemaFactoryProvider sfp, javax.xml.transform.Source... sources)Create an XML Schema validating XMLReader factory using one or more XSD sources from Transform Source references.XMLReaderXSDFactory(java.io.File... systemid)Create an XML Schema validating XMLReader factory using one or more XSD sources from File references.XMLReaderXSDFactory(java.lang.String... systemid)Create an XML Schema validating XMLReader factory using one or more XSD sources from SystemID references.XMLReaderXSDFactory(java.lang.String factoryClassName, java.lang.ClassLoader classloader, java.io.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(java.lang.String factoryClassName, java.lang.ClassLoader classloader, java.lang.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(java.lang.String factoryClassName, java.lang.ClassLoader classloader, java.net.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(java.lang.String factoryClassName, java.lang.ClassLoader classloader, javax.xml.transform.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(java.net.URL... systemid)Create an XML Schema validating XMLReader factory using one or more XSD sources from URL references.XMLReaderXSDFactory(javax.xml.transform.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 JDOMException Modifier and Type Method Description static DocTypeDTDParser. parse(java.lang.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 JDOMException Modifier and Type Method Description java.util.List<org.w3c.dom.Node>DOMOutputter. output(java.util.List<? extends Content> list)This converts the JDOMAttributeparameter to a DOM Attr Node, returning the DOM version.org.w3c.dom.AttrDOMOutputter. output(Attribute attribute)This converts the JDOMAttributeparameter to a DOM Attr Node, returning the DOM version.org.w3c.dom.CDATASectionDOMOutputter. output(CDATA cdata)This converts the JDOMCDATAparameter to a DOM CDATASection Node, returning the DOM version.org.w3c.dom.CommentDOMOutputter. output(Comment comment)This converts the JDOMProcessingInstructionparameter to a DOM ProcessingInstruction, returning the DOM version.org.w3c.dom.DocumentTypeDOMOutputter. output(DocType doctype)This converts the JDOMDocTypeparameter to a DOM DocumentType, returning the DOM version.org.w3c.dom.DocumentDOMOutputter. output(Document document)This converts the JDOMDocumentparameter to a DOM Document, returning the DOM version.org.w3c.dom.ElementDOMOutputter. output(Element element)This converts the JDOMElementparameter to a DOM Element, returning the DOM version.org.w3c.dom.EntityReferenceDOMOutputter. output(EntityRef entity)This converts the JDOMEntityRefparameter to a DOM EntityReference Node, returning the DOM version.org.w3c.dom.ProcessingInstructionDOMOutputter. output(ProcessingInstruction pi)This converts the JDOMProcessingInstructionparameter to a DOM ProcessingInstruction, returning the DOM version.org.w3c.dom.TextDOMOutputter. output(Text text)This converts the JDOMTextparameter to a DOM Text Node, returning the DOM version.java.util.List<org.w3c.dom.Node>DOMOutputter. output(org.w3c.dom.Document basedoc, java.util.List<? extends Content> list)This converts the list of JDOMContentin to a list of DOM Nodes, returning the DOM version.org.w3c.dom.AttrDOMOutputter. output(org.w3c.dom.Document basedoc, Attribute attribute)This converts the JDOMAttributeparameter to a DOM Attr Node, returning the DOM version.org.w3c.dom.CDATASectionDOMOutputter. output(org.w3c.dom.Document basedoc, CDATA cdata)This converts the JDOMCDATAparameter to a DOM CDATASection Node, returning the DOM version.org.w3c.dom.CommentDOMOutputter. output(org.w3c.dom.Document basedoc, Comment comment)This converts the JDOMProcessingInstructionparameter to a DOM ProcessingInstruction, returning the DOM version.org.w3c.dom.ElementDOMOutputter. output(org.w3c.dom.Document basedoc, Element element)This converts the JDOMElementparameter to a DOM Element, 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.org.w3c.dom.ProcessingInstructionDOMOutputter. output(org.w3c.dom.Document basedoc, ProcessingInstruction pi)This converts the JDOMProcessingInstructionparameter to a DOM ProcessingInstruction, returning the DOM version.org.w3c.dom.TextDOMOutputter. output(org.w3c.dom.Document basedoc, Text text)This converts the JDOMTextparameter to a DOM Text Node, returning the DOM version.voidSAXOutputter. output(java.util.List<? extends Content> nodes)This will output a list of JDOM nodes as a document, firing off the SAX events that have been registered.voidSAXOutputter. output(Document document)This will output theJDOM Document, firing off the SAX events that have been registered.voidSAXOutputter. output(Element node)This will output a single JDOM element as a document, firing off the SAX events that have been registered.voidSAXOutputter. outputFragment(java.util.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.voidSAXOutputter. 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 JDOMException Modifier and Type Method Description voidAbstractSAXOutputProcessor. process(SAXTarget out, Format format, java.util.List<? extends Content> list)voidAbstractSAXOutputProcessor. process(SAXTarget out, Format format, CDATA cdata)voidAbstractSAXOutputProcessor. process(SAXTarget out, Format format, Comment comment)voidAbstractSAXOutputProcessor. process(SAXTarget out, Format format, DocType doctype)voidAbstractSAXOutputProcessor. process(SAXTarget out, Format format, Document doc)voidAbstractSAXOutputProcessor. process(SAXTarget out, Format format, Element element)voidAbstractSAXOutputProcessor. process(SAXTarget out, Format format, EntityRef entity)voidAbstractSAXOutputProcessor. process(SAXTarget out, Format format, ProcessingInstruction pi)voidAbstractSAXOutputProcessor. process(SAXTarget out, Format format, Text text)voidSAXOutputProcessor. process(SAXTarget out, Format format, java.util.List<? extends Content> list)This will handle printing out a list of nodes.voidSAXOutputProcessor. process(SAXTarget out, Format format, CDATA cdata)Print out anode.CDATAvoidSAXOutputProcessor. process(SAXTarget out, Format format, Comment comment)Print out a.CommentvoidSAXOutputProcessor. process(SAXTarget out, Format format, DocType doctype)Print out the.DocTypevoidSAXOutputProcessor. process(SAXTarget out, Format format, Document doc)This will print theto the given SAXTarget.DocumentvoidSAXOutputProcessor. process(SAXTarget out, Format format, Element element)voidSAXOutputProcessor. process(SAXTarget out, Format format, EntityRef entity)Print out a.EntityRefvoidSAXOutputProcessor. process(SAXTarget out, Format format, ProcessingInstruction pi)Print out a.ProcessingInstructionvoidSAXOutputProcessor. process(SAXTarget out, Format format, Text text)Print out anode.TextvoidAbstractSAXOutputProcessor. processAsDocument(SAXTarget out, Format format, java.util.List<? extends Content> nodes)voidAbstractSAXOutputProcessor. processAsDocument(SAXTarget out, Format format, Element node)voidSAXOutputProcessor. processAsDocument(SAXTarget out, Format format, java.util.List<? extends Content> list)This will handle printing out a list of nodes thats encapsulated in start/end Document SAX events.voidSAXOutputProcessor. processAsDocument(SAXTarget out, Format format, Element element) -
Uses of JDOMException in org.jdom2.transform
Subclasses of JDOMException in org.jdom2.transform Modifier and Type Class Description classXSLTransformExceptionThrown when an XSL stylesheet fails to compile or an XSL transform fails
-