Package-level declarations
Types
Link copied to clipboard
data class AttributeData(val localName: String, val namespaceURI: String?, val prefix: String?, val value: String)
The attribute of an XML or HTML node.
Link copied to clipboard
A numeric range between two integers.
Link copied to clipboard
Describes an absolute or relative length. A length contains a numeric value and the unit of that value.
Link copied to clipboard
A LengthUnit is used with an ILength object to describe how to interpret its numeric value.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Specifies the base text direction.
Link copied to clipboard
Represents the content of a Text node in XML or HTML.
Link copied to clipboard
class XmlElementNodeData(val attributes: List<AttributeData>, val childNodes: List<NodeData>, val namespaceURI: String?, val nodeName: String, val prefix: String?) : NodeData
Represents the contents of an XML or HTML element.