Uses of Class
org.attoparser.dom.Document

Packages that use Document
Package
Description
Handlers for creating DOM trees as a result of parsing.
  • Uses of Document in org.attoparser.dom

    Methods in org.attoparser.dom that return Document
    Modifier and Type
    Method
    Description
    Document.cloneNode(INestableNode parent)
     
    DOMBuilderMarkupHandler.getDocument()
    Returns the Document DOM created during parsing.
    DOMMarkupParser.parse(char[] document)
     
    DOMMarkupParser.parse(char[] document, int offset, int len)
     
    DOMMarkupParser.parse(Reader reader)
     
    DOMMarkupParser.parse(String document)
     
    DOMMarkupParser.parse(String documentName, char[] document)
     
    DOMMarkupParser.parse(String documentName, char[] document, int offset, int len)
     
    DOMMarkupParser.parse(String documentName, Reader reader)
     
    DOMMarkupParser.parse(String documentName, String document)
     
    IDOMMarkupParser.parse(char[] document)
    Parse a document and convert it into a DOM tree, using the classes at the org.attoparser.dom package.
    IDOMMarkupParser.parse(char[] document, int offset, int len)
    Parse a document and convert it into a DOM tree, using the classes at the org.attoparser.dom package.
    IDOMMarkupParser.parse(Reader reader)
    Parse a document and convert it into a DOM tree, using the classes at the org.attoparser.dom package.
    IDOMMarkupParser.parse(String document)
    Parse a document and convert it into a DOM tree, using the classes at the org.attoparser.dom package.
    IDOMMarkupParser.parse(String documentName, char[] document)
    Parse a document and convert it into a DOM tree, using the classes at the org.attoparser.dom package.
    IDOMMarkupParser.parse(String documentName, char[] document, int offset, int len)
    Parse a document and convert it into a DOM tree, using the classes at the org.attoparser.dom package.
    IDOMMarkupParser.parse(String documentName, Reader reader)
    Parse a document and convert it into a DOM tree, using the classes at the org.attoparser.dom package.
    IDOMMarkupParser.parse(String documentName, String document)
    Parse a document and convert it into a DOM tree, using the classes at the org.attoparser.dom package.
    Methods in org.attoparser.dom with parameters of type Document
    Modifier and Type
    Method
    Description
    static void
    DOMWriter.writeDocument(Document document, Writer writer)