Class XMLParser2

java.lang.Object
org.apache.commons.jxpath.xml.XMLParser2
All Implemented Interfaces:
XMLParser
Direct Known Subclasses:
DocumentContainer, DOMParser, JDOMParser

public abstract class XMLParser2 extends Object implements XMLParser
The abstract superclass of XML parsers that produce DOM Documents. The features have the same defaults as DocumentBuilderFactory.
  • Field Details

    • validating

      private boolean validating
    • namespaceAware

      private boolean namespaceAware
    • whitespace

      private boolean whitespace
    • expandEntityRef

      private boolean expandEntityRef
    • ignoreComments

      private boolean ignoreComments
    • coalescing

      private boolean coalescing
  • Constructor Details

    • XMLParser2

      public XMLParser2()
      Constructs a new instance for subclasses.
  • Method Details