Class DOMParser

java.lang.Object
org.apache.commons.jxpath.xml.XMLParser2
org.apache.commons.jxpath.xml.DOMParser
All Implemented Interfaces:
XMLParser

public class DOMParser extends XMLParser2
An implementation of the XMLParser interface that produces a DOM Document.
  • Constructor Details Link icon

    • DOMParser Link icon

      public DOMParser()
      Constructs a new instance.
  • Method Details Link icon