Package org.openhab.core.config.core.xml.util
package org.openhab.core.config.core.xml.util
-
ClassDescriptionThe
ConverterAttributeMapValidator
class reads any attributes of a node, validates if they appear or not, and returns the validated key-value pair map.TheConverterValueMap
reads all children elements of a node and provides them as key-value pair map.TheGenericUnmarshaller
is an abstract implementation of theXStream
Converter
interface used to convert XML tags within an XML document into its according objects.TheNodeAttributes
class contains all attributes for an XML tag.TheNodeAttributesConverter
is a concrete implementation of theXStream
Converter
interface used to convert the attributes of an XML tag within an XML document into aNodeAttributes
object.TheNodeIterator
is anIterator
for nodes of an XML document.TheNodeList
class contains the node name and its according list of values for an XML tag.TheNodeListConverter
is a concrete implementation of theXStream
Converter
interface used to convert a list of XML tags within an XML document into aNodeList
object.TheNodeName
interface defines common features for allNode
* classes.TheNodeValue
class contains the node name and its according value for an XML tag.TheNodeValueConverter
is a concrete implementation of theXStream
Converter
interface used to convert the value of an XML tag within an XML document into aNodeValue
object.TheXmlDocumentReader
is an abstract class used to read XML documents of a certain type and converts them to its according objects.