Package com.norconex.commons.lang.xml
XML-related classes.
-
Interface Summary Interface Description IXMLConfigurable Provides indications that a class is configurable via XML. -
Class Summary Class Description ClasspathInput Load XML Schema resources input from Classpath.ClasspathResourceResolver Resolves XML Schema (XSD) include directives by looking for the specified resource on the Classpath.EnhancedXMLStreamWriter A version ofXMLStreamWriter
that adds convenience methods for adding simple elements and typed attributes, as well as offering pretty-printing.ErrorHandlerCapturer Collects XML validation errors.ErrorHandlerFailer Fails upon encountering first XML validation errors by throwing anXMLValidationException
.ErrorHandlerLogger Logs XML validation warnings and errors.NodeArrayList XML XML DOM wrapper facilitating node querying and automatically creating, validating, and populating classes from/to XML, with support forIXMLConfigurable
andJAXB
.XML.Builder XMLCursor XML cursor referencing the current position or element in XML traversal.XMLFormatter Simple XML Formatter.XMLFormatter.Builder XMLUtil Utility XML-related methods.XMLValidationError A configuration error resulting from validation. -
Enum Summary Enum Description XMLFormatter.Builder.AttributeWrap XMLValidationError.Severity -
Exception Summary Exception Description XMLException Runtime exception for XML-related issues.XMLValidationException Runtime exception for configuration related issues.