Liquid XML Data Binder (C++, Java, VB6) / Reference / Java / Reference / com.liquid_technologies.ltxmllib20 / DOM / XmlDocument / Java parse - XmlDocument
In This Topic
    Java parse - XmlDocument
    In This Topic
    public void parse(InputStream is) throws LtXmlException, IOException;
    public void parse(String filename) throws LtXmlException, IOException;
      Property Description  
        Property Name parse  
        Description Parses the XML from the input stream or file, into this XmlDocument  
        Remarks Throws an exception if the XML is not well formed or the file does not exist or can't be opened.