Package com.norconex.commons.lang.xml
package com.norconex.commons.lang.xml
XML-related classes.
-
ClassDescriptionLoad XML Schema resources input from Classpath.Resolves XML Schema (XSD) include directives by looking for the specified resource on the Classpath.A version of
XMLStreamWriterthat adds convenience methods for adding simple elements and typed attributes, as well as offering pretty-printing.Collects XML validation errors.Fails upon encountering first XML validation errors by throwing anXmlValidationException.Logs XML validation warnings and errors.Deprecated.XML DOM wrapper facilitating node querying and automatically creating, validating, and populating classes from/to XML, with support forXmlConfigurableandJAXB.Provides indications that a class is configurable via XML.XML cursor referencing the current position or element in XML traversal.Runtime exception for XML-related issues.Simple XML Formatter.Utility XML-related methods.A configuration error resulting from validation.Runtime exception for configuration related issues.XPath-related utility methods.
XmlConfigurableinstead.