| Frames | No Frames |
Constructors with parameter type org.dom4j.Document | |
Creates a JAXP SAXSourcefor the given Document. | |
Methods with parameter type org.dom4j.Document | |
| org.w3c.dom.Document | |
| org.w3c.dom.Document | |
| EndDocument | Constructs a STAX EndDocumentevent from a DOM4J Document. |
| StartDocument | Constructs a STAX StartDocumentevent from a DOM4J Document. |
| void | The org.xml.sax.Locatoris only really useful when parsing a
textual document as its main purpose is to identify the line and column
number. |
| void | We do not yet support DTD or XML Schemas so this method does nothing
right now. |
| void | |
| void | Sets the document used as the JAXP SAXSource
|
| void | Validates the given Document by writing it to a validating
SAX Parser. |
| org.w3c.dom.Document | |
| void | Generates SAX events for the given Document and all its content
|
| void |
This will print the Document to the current Writer. |
| org.w3c.dom.Document | |
| void | Writes a DOM4J Documentnode, and all its contents, to the
stream. |
Methods with return type org.dom4j.Document | |
| Document | |
| Document | DOCUMENT ME!
|
| Document | DOCUMENT ME!
|
| Document | DOCUMENT ME!
|
| Document | DOCUMENT ME!
|
| Document | SAXModifier.modify(File source) Reads a Document from the given java.io.Fileand writes it to the
specified XMLWriterusing SAX. |
| Document | SAXModifier.modify(InputSource source) Reads a Document from the given org.xml.sax.InputSourceand
writes it to the specified XMLWriterusing SAX. |
| Document | SAXModifier.modify(InputStream source) Reads a Document from the given java.io.InputStreamand writes it
to the specified XMLWriterusing SAX. |
| Document | SAXModifier.modify(InputStream source, String systemId) Reads a Document from the given java.io.InputStreamand writes it
to the specified XMLWriterusing SAX. |
| Document | SAXModifier.modify(Reader source) Reads a Document from the given java.io.Readerand writes it to
the specified XMLWriterusing SAX. |
| Document | SAXModifier.modify(Reader source, String systemId) Reads a Document from the given java.io.Readerand writes it to
the specified XMLWriterusing SAX. |
| Document | SAXModifier.modify(String source) Reads a Document from the given URL or filename and writes it to the
specified XMLWriterusing SAX. |
| Document | SAXModifier.modify(URL source) Reads a Document from the given java.net.URLand writes it to the
specified XMLWriterusing SAX. |
| Document | |
| Document | |
| Document |
Reads a Document from the given File
|
| Document | XPP3Reader.read(File file)
Reads a Document from the given File
|
| Document |
Reads a Document from the given File
|
| Document |
Reads a Document from the given InputSource using SAX
|
| Document |
Reads a Document from the given stream using SAX
|
| Document | XPP3Reader.read(InputStream in)
Reads a Document from the given stream
|
| Document |
Reads a Document from the given stream
|
| Document |
Reads a Document from the given stream using SAX
|
| Document | XPP3Reader.read(InputStream in, String systemID)
Reads a Document from the given stream
|
| Document |
Reads a Document from the given stream
|
| Document |
Reads a Document from the given Reader using SAX
|
| Document | XPP3Reader.read(Reader reader)
Reads a Document from the given Reader
|
| Document |
Reads a Document from the given Reader
|
| Document |
Reads a Document from the given Reader using SAX
|
| Document | XPP3Reader.read(Reader reader, String systemID)
Reads a Document from the given Reader
|
| Document |
Reads a Document from the given Reader
|
| Document |
Reads a Document from the given URL or filename using SAX. |
| Document | XPP3Reader.read(String systemID)
Reads a Document from the given URL or filename. |
| Document |
Reads a Document from the given URL or filename. |
| Document |
Reads a Document from the given URL using SAX
|
| Document | XPP3Reader.read(URL url)
Reads a Document from the given URL
|
| Document |
Reads a Document from the given URL
|
| Document | XPP3Reader.read(char[] text)
Reads a Document from the given array of characters
|
| Document |
Reads a Document from the given array of characters
|
| Document | |
| Document | STAXEventReader.readDocument(InputStream is) Constructs a StAX event stream from the provided I/O stream and reads a
DOM4J document from it. |
| Document | STAXEventReader.readDocument(InputStream is, String systemId) Constructs a StAX event stream from the provided I/O stream and reads a
DOM4J document from it. |
| Document | STAXEventReader.readDocument(Reader reader) Constructs a StAX event stream from the provided I/O character stream and
reads a DOM4J document from it. |
| Document | STAXEventReader.readDocument(Reader reader, String systemId) Constructs a StAX event stream from the provided I/O character stream and
reads a DOM4J document from it. |
| Document | STAXEventReader.readDocument(XMLEventReader reader) Reads a DOM4J Documentfrom the provided stream. |
Methods with parameter type org.dom4j.Document | |
| void | |
Methods with parameter type org.dom4j.Document | |
| int | |
Methods with return type org.dom4j.Document | |
| Document | |
| Document | |
Methods with parameter type org.dom4j.Document | |
| void | Parses the given schema document
|
| void | |
| void | Loads the given XML Schema document into this factory so schema-aware
Document, Elements and Attributes will be created by this factory. |
| void | |
| void | DatatypeDocumentFactory.loadSchema(Document document, String schemaInstanceURI, Namespace namespace) |
| void | |
Methods with parameter type org.dom4j.Document | |
| void | setDocument sets the document of this node if the parent
relationship is supported or does nothing if the parent relationship is
not supported. |
| void |
Visits the given Document
|
| void | |
Methods with return type org.dom4j.Document | |
| Document | Document.addComment(String comment) Adds a new Comment node with the given text to this
branch. |
| Document | Document.addDocType(String name, String publicId, String systemId) Adds a DOCTYPE declaration to this document
|
| Document | Document.addProcessingInstruction(String target, Map data) Adds a processing instruction for the given target
|
| Document | Document.addProcessingInstruction(String target, String text) Adds a processing instruction for the given target
|
| Document | |
| Document | |
| Document | DocumentFactory.createDocument(String encoding) DOCUMENT ME!
|
| Document | |
| Document | |
| Document | getDocument returns the Document that this
Node is part of if this node supports the parent
relationship. |
| Document | DocumentHelper.parseText(String text) parseText parses the given text as an XML document and
returns the newly created Document. |