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.
Version:
$Revision: 652845 $ $Date: 2008-05-02 12:46:46 -0500 (Fri, 02 May 2008) $
  • 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()
  • Method Details