Class | Description |
---|---|
JsonDomAttribute<T> |
JSON DOM implementation of
Attr . |
JsonDomDocument<T> |
JSON DOM implementation of
Document . |
JsonDomElement<T> |
JSON DOM implementation of
Element . |
JsonDomNamedNodeMap<E extends Node> |
Map based NamedNodeMap implementation |
JsonDomNode<T> |
JSON DOM implementation of
Node . |
JsonDomNodeList<E extends Node> | |
JsonDomText<T> |
JSON DOM implementation of
Text . |
JsonDomXPathExpressions |
This class contains JSON DOM related helper methods for
XPathExpression . |
Enum | Description |
---|---|
JsonDomType |
JSON data types
|
Exception | Description |
---|---|
JsonDomNotSupportedException |
Thrown to indicate that JSON DOM does not support a particular DOM feature.
|
Copyright © 2024. All rights reserved.