Attribute |
Details |
private static boolean initialized |
Initial: false
Notes: | Flag to determine whether this class has been initialized (by the init() method). | |
private static DocumentBuilderFactory m_docBuilderFactory |
Initial: null
Notes: | The {@link javax.xml.parsers.DocumentBuilderFactory} for this class. | |
private static XPath m_xPath |
Initial: null
Notes: | The {@link javax.xml.xpath.XPath} for this class. | |
private static XPathFactory m_xPathFactory |
Initial: null
Notes: | The {@link javax.xml.xpath.XPathFactory} for this class. | |
private static const String XML_CHARSET_ENCODING |
Initial: "UTF-8"
Notes: | The charset encoding, e.g. for DOM to String conversions. | |