Module org.tquadrat.foundation.xml
Package org.tquadrat.foundation.xml.builder
Classes for builder XML elements and documents.
>Unless otherwise stated, null
argument values will cause
methods and constructors of all classes in this package to throw an
Exception
,
usually a
NullArgumentException
,
but in some rare cases, it could be also a
NullPointerException
.
-
ClassDescriptionThe definition of an XML namespace entry.The definition for a processing instruction.A collection of XML related utility methods and factory methods for XML elements.The (default) validators.The
EventObject
for changes to the validator configuration.The interface for listeners toXMLBuilderUtils.ValidatorChangeEvent
sThe definition for an XML document.The definition of an XMLElement.The flags that are used to configure a new instance ofXMLElement
(respectively an instance of an implementation of this interface.The definition of a helper class for the creation ofXMLElement
instances with an element name belonging to a specified namespace.