Class XmlDocument

java.lang.Object
ch.rabanti.nanoxlsx4j.lowLevel.XmlDocument

public class XmlDocument extends Object
Class for simplified XML access without dealing with start and end elements or streams. It loads an XML file from a stream and processes it in a structured document, similar to the XmlDocument class in .NET (System.Xml)
  • Constructor Details

    • XmlDocument

      public XmlDocument()
  • Method Details

    • getDocumentElement

      public XmlDocument.XmlNode getDocumentElement()
      Gets the root node of the XML document
      Returns:
      XML node (top level)
    • load

      public void load(InputStream stream) throws IOException, IOException
      Loads an XML document from a stream
      Parameters:
      stream - Input Stream
      Throws:
      IOException - Throws IOException in case of an error, caught by the library
      IOException - Throws IOException in case of a stream error