Interface TreeBuilder

    • Method Detail

      • parse

        Document parse​(java.io.File file)
                throws java.lang.Exception
        Parse the content of a file to a Document
        Throws:
        java.lang.Exception
      • parse

        Document parse​(java.net.URL url)
                throws java.lang.Exception
        Parse the content from a URL to a Document
        Throws:
        java.lang.Exception
      • parse

        Document parse​(java.io.Reader reader)
                throws java.lang.Exception
        Parse the content from a Reader to a Document
        Throws:
        java.lang.Exception