Package org.openhab.core.config.core.xml.util
package org.openhab.core.config.core.xml.util
-
ClassDescriptionThe
ConverterAttributeMapValidatorclass reads any attributes of a node, validates if they appear or not, and returns the validated key-value pair map.TheConverterValueMapreads all children elements of a node and provides them as key-value pair map.TheGenericUnmarshalleris an abstract implementation of theXStreamConverterinterface used to convert XML tags within an XML document into its according objects.TheNodeAttributesclass contains all attributes for an XML tag.TheNodeAttributesConverteris a concrete implementation of theXStreamConverterinterface used to convert the attributes of an XML tag within an XML document into aNodeAttributesobject.TheNodeIteratoris anIteratorfor nodes of an XML document.TheNodeListclass contains the node name and its according list of values for an XML tag.TheNodeListConverteris a concrete implementation of theXStreamConverterinterface used to convert a list of XML tags within an XML document into aNodeListobject.TheNodeNameinterface defines common features for allNode* classes.TheNodeValueclass contains the node name and its according value for an XML tag.TheNodeValueConverteris a concrete implementation of theXStreamConverterinterface used to convert the value of an XML tag within an XML document into aNodeValueobject.TheXmlDocumentReaderis an abstract class used to read XML documents of a certain type and converts them to its according objects.