Alphabetical Index: B

A B C D E F G H I J M N O P R S T U V W X

B

build(File) - method in class org.jdom.input.DOMBuilder
This builds a document from the supplied filename by constructing a DOM tree and reading information from the DOM to create a JDOM document, a slower approach than SAXBuilder but useful for debugging.
build(File) - method in class org.jdom.input.SAXBuilder
This builds a document from the supplied filename.
build(InputSource) - method in class org.jdom.input.SAXBuilder
This builds a document from the supplied input source.
build(InputStream) - method in class org.jdom.input.DOMBuilder
This builds a document from the supplied input stream by constructing a DOM tree and reading information from the DOM to create a JDOM document, a slower approach than SAXBuilder but useful for debugging.
build(InputStream) - method in class org.jdom.input.SAXBuilder
This builds a document from the supplied input stream.
build(InputStream,String) - method in class org.jdom.input.SAXBuilder
This builds a document from the supplied input stream.
build(org.w3c.dom.Document) - method in class org.jdom.input.DOMBuilder
This will build a JDOM tree from an existing DOM tree.
build(org.w3c.dom.Element) - method in class org.jdom.input.DOMBuilder
This will build a JDOM Element from an existing DOM Element
build(Reader) - method in class org.jdom.input.SAXBuilder
This builds a document from the supplied Reader.
build(Reader,String) - method in class org.jdom.input.SAXBuilder
This builds a document from the supplied Reader.
build(String) - method in class org.jdom.input.SAXBuilder
This builds a document from the supplied URI.
build(URL) - method in class org.jdom.input.DOMBuilder
This builds a document from the supplied URL by constructing a DOM tree and reading information from the DOM to create a JDOM document, a slower approach than SAXBuilder but useful for debugging.
build(URL) - method in class org.jdom.input.SAXBuilder
This builds a document from the supplied URL.

Copyright B) 2002 Jason Hunter, Brett McLaughlin. All Rights Reserved.