Uses of Class
org.jdom.JDOMException

Packages that use JDOMException
org.jdom   
org.jdom.input   
org.jdom.output   
 

Uses of JDOMException in org.jdom
 

Subclasses of JDOMException in org.jdom
 class DataConversionException
          DataConversionException is thrown when a requested XML value is requested to be converted, and conversion fails.
 

Uses of JDOMException in org.jdom.input
 

Methods in org.jdom.input that throw JDOMException
 Document SAXBuilder.build(org.xml.sax.InputSource in)
           This builds a document from the supplied input source.
 Document SAXBuilder.build(java.io.InputStream in)
           This builds a document from the supplied input stream.
 Document SAXBuilder.build(java.io.File file)
           This builds a document from the supplied filename.
 Document SAXBuilder.build(java.net.URL url)
           This builds a document from the supplied URL.
 Document SAXBuilder.build(java.io.InputStream in, java.lang.String systemId)
           This builds a document from the supplied input stream.
 Document SAXBuilder.build(java.io.Reader characterStream)
           This builds a document from the supplied Reader.
 Document SAXBuilder.build(java.io.Reader characterStream, java.lang.String SystemId)
           This builds a document from the supplied Reader.
 Document SAXBuilder.build(java.lang.String systemId)
           This builds a document from the supplied URI.
 Document DOMBuilder.build(java.io.InputStream in)
          Deprecated. Deprecated in Beta 7, SAXBuilder should be used for building from any input other than a DOM tree
 Document DOMBuilder.build(java.io.File file)
          Deprecated. Deprecated in Beta 7, SAXBuilder should be used for building from any input other than a DOM tree
 Document DOMBuilder.build(java.net.URL url)
          Deprecated. Deprecated in Beta 7, SAXBuilder should be used for building from any input other than a DOM tree
 

Uses of JDOMException in org.jdom.output
 

Methods in org.jdom.output that throw JDOMException
 void SAXOutputter.output(Document document)
           This will output the JDOM Document, firing off the SAX events that have been registered.
 org.w3c.dom.Document DOMOutputter.output(Document document)
           This converts the JDOM Document parameter to a DOM Document, returning the DOM version.
 org.w3c.dom.Element DOMOutputter.output(Element element)
           This converts the JDOM Element parameter to a DOM Element, returning the DOM version.
protected  org.w3c.dom.Element DOMOutputter.output(Element element, org.w3c.dom.Document domDoc, org.jdom.output.NamespaceStack namespaces)
           
 org.w3c.dom.Attr DOMOutputter.output(Attribute attribute)
           This converts the JDOM Attribute parameter to a DOM Attr, returning the DOM version.
protected  org.w3c.dom.Attr DOMOutputter.output(Attribute attribute, org.w3c.dom.Document domDoc)
           
 



Copyright © 2002 Jason Hunter, Brett McLaughlin. All Rights Reserved.