Skip navigation links
A C D E G H I J L N R S T V 

A

adoptNode(Node) - Method in class de.larssh.json.dom.JsonDomDocument
appendChild(Node) - Method in class de.larssh.json.dom.JsonDomNode
appendData(String) - Method in class de.larssh.json.dom.JsonDomText
ATTRIBUTE_NAME - Static variable in class de.larssh.json.dom.JsonDomElement
Name of the attribute name
ATTRIBUTE_TYPE - Static variable in class de.larssh.json.dom.JsonDomElement
Name of the attribute type

C

canEqual(Object) - Method in class de.larssh.json.dom.JsonDomAttribute
 
canEqual(Object) - Method in class de.larssh.json.dom.JsonDomDocument
 
canEqual(Object) - Method in class de.larssh.json.dom.JsonDomElement
 
canEqual(Object) - Method in class de.larssh.json.dom.JsonDomNode
 
canEqual(Object) - Method in class de.larssh.json.dom.JsonDomText
 
canEqual(Object) - Method in class de.larssh.json.dom.values.GsonDomValue
 
canEqual(Object) - Method in class de.larssh.json.dom.values.JacksonDomValue
 
canEqual(Object) - Method in class de.larssh.json.dom.values.JakartaJsonProcessingDomValue
 
canEqual(Object) - Method in class de.larssh.json.dom.values.JsonProcessingDomValue
 
cloneNode(boolean) - Method in class de.larssh.json.dom.JsonDomNode
compareDocumentPosition(Node) - Method in class de.larssh.json.dom.JsonDomNode
createAttribute(String) - Method in class de.larssh.json.dom.JsonDomDocument
createAttributeNS(String, String) - Method in class de.larssh.json.dom.JsonDomDocument
createCDATASection(String) - Method in class de.larssh.json.dom.JsonDomDocument
createComment(String) - Method in class de.larssh.json.dom.JsonDomDocument
createDocumentFragment() - Method in class de.larssh.json.dom.JsonDomDocument
createElement(String) - Method in class de.larssh.json.dom.JsonDomDocument
createElementNS(String, String) - Method in class de.larssh.json.dom.JsonDomDocument
createEntityReference(String) - Method in class de.larssh.json.dom.JsonDomDocument
createProcessingInstruction(String, String) - Method in class de.larssh.json.dom.JsonDomDocument
createTextNode(String) - Method in class de.larssh.json.dom.JsonDomDocument

D

de.larssh.json.dom - package de.larssh.json.dom
DOM implementation for JSON
de.larssh.json.dom.children - package de.larssh.json.dom.children
JSON DOM children
de.larssh.json.dom.values - package de.larssh.json.dom.values
JSON DOM values
deleteData(int, int) - Method in class de.larssh.json.dom.JsonDomText
DOCUMENT_ELEMENT_NODE_NAME - Static variable in class de.larssh.json.dom.JsonDomDocument
Node name of the document element

E

entrySet() - Method in class de.larssh.json.dom.children.JsonDomArrayChildren
Returns a Set view of the children.
entrySet() - Method in interface de.larssh.json.dom.children.JsonDomChildren
Returns a Set view of the children.
entrySet() - Method in class de.larssh.json.dom.children.JsonDomObjectChildren
Returns a Set view of the children.
equals(Object) - Method in class de.larssh.json.dom.JsonDomAttribute
 
equals(Object) - Method in class de.larssh.json.dom.JsonDomDocument
 
equals(Object) - Method in class de.larssh.json.dom.JsonDomElement
 
equals(Object) - Method in class de.larssh.json.dom.JsonDomNode
 
equals(Object) - Method in class de.larssh.json.dom.JsonDomText
 
equals(Object) - Method in class de.larssh.json.dom.values.GsonDomValue
 
equals(Object) - Method in class de.larssh.json.dom.values.JacksonDomValue
 
equals(Object) - Method in class de.larssh.json.dom.values.JakartaJsonProcessingDomValue
 
equals(Object) - Method in class de.larssh.json.dom.values.JsonProcessingDomValue
 

G

getAttribute(String) - Method in class de.larssh.json.dom.JsonDomElement
getAttributeNode(String) - Method in class de.larssh.json.dom.JsonDomElement
getAttributeNodeNS(String, String) - Method in class de.larssh.json.dom.JsonDomElement
getAttributeNS(String, String) - Method in class de.larssh.json.dom.JsonDomElement
getAttributes() - Method in class de.larssh.json.dom.JsonDomAttribute
getAttributes() - Method in class de.larssh.json.dom.JsonDomDocument
getAttributes() - Method in class de.larssh.json.dom.JsonDomElement
getAttributes() - Method in class de.larssh.json.dom.JsonDomNode
getAttributes() - Method in class de.larssh.json.dom.JsonDomText
getBaseURI() - Method in class de.larssh.json.dom.JsonDomNode
getChildNodes() - Method in class de.larssh.json.dom.JsonDomAttribute
getChildNodes() - Method in class de.larssh.json.dom.JsonDomDocument
getChildNodes() - Method in class de.larssh.json.dom.JsonDomElement
getChildNodes() - Method in class de.larssh.json.dom.JsonDomNode
getChildNodes() - Method in class de.larssh.json.dom.JsonDomText
getChildren() - Method in class de.larssh.json.dom.values.GsonDomValue
Returns a map of child node names and their values.
getChildren() - Method in class de.larssh.json.dom.values.JacksonDomValue
Returns a map of child node names and their values.
getChildren() - Method in class de.larssh.json.dom.values.JakartaJsonProcessingDomValue
Returns a map of child node names and their values.
getChildren() - Method in interface de.larssh.json.dom.values.JsonDomValue
Returns a map of child node names and their values.
getChildren() - Method in class de.larssh.json.dom.values.JsonProcessingDomValue
Returns a map of child node names and their values.
getData() - Method in class de.larssh.json.dom.JsonDomText
getDoctype() - Method in class de.larssh.json.dom.JsonDomDocument
getDocumentElement() - Method in class de.larssh.json.dom.JsonDomDocument
Document element with node name root
getDocumentURI() - Method in class de.larssh.json.dom.JsonDomDocument
getDomConfig() - Method in class de.larssh.json.dom.JsonDomDocument
getElementById(String) - Method in class de.larssh.json.dom.JsonDomDocument
getElementsByTagName(String) - Method in class de.larssh.json.dom.JsonDomDocument
getElementsByTagName(String) - Method in class de.larssh.json.dom.JsonDomElement
getElementsByTagNameNS(String, String) - Method in class de.larssh.json.dom.JsonDomDocument
getElementsByTagNameNS(String, String) - Method in class de.larssh.json.dom.JsonDomElement
getFeature(String, String) - Method in class de.larssh.json.dom.JsonDomNode
getFirstChild() - Method in class de.larssh.json.dom.JsonDomNode
getImplementation() - Method in class de.larssh.json.dom.JsonDomDocument
getInputEncoding() - Method in class de.larssh.json.dom.JsonDomDocument
getJsonDomValue() - Method in class de.larssh.json.dom.JsonDomElement
Wrapped JSON element
getJsonElement() - Method in class de.larssh.json.dom.JsonDomAttribute
Returns the implementation specific JSON element.
getJsonElement() - Method in class de.larssh.json.dom.JsonDomDocument
Returns the implementation specific JSON element.
getJsonElement() - Method in class de.larssh.json.dom.JsonDomElement
Returns the implementation specific JSON element.
getJsonElement() - Method in class de.larssh.json.dom.JsonDomNode
Returns the implementation specific JSON element.
getJsonElement() - Method in class de.larssh.json.dom.JsonDomText
Returns the implementation specific JSON element.
getJsonElement(JsonDomValue<T>, XPathExpression) - Static method in class de.larssh.json.dom.JsonDomXPathExpressions
Evaluates the compiled XPath expression in the specified context and optionally returns a JSON element.
getJsonElement() - Method in class de.larssh.json.dom.values.GsonDomValue
Wrapped JSON element
getJsonElement() - Method in class de.larssh.json.dom.values.JacksonDomValue
Wrapped JSON element
getJsonElement() - Method in class de.larssh.json.dom.values.JakartaJsonProcessingDomValue
Wrapped JSON element
getJsonElement() - Method in interface de.larssh.json.dom.values.JsonDomValue
Returns the implementation specific JSON element.
getJsonElement() - Method in class de.larssh.json.dom.values.JsonProcessingDomValue
Wrapped JSON element
getJsonElementList(JsonDomValue<T>, XPathExpression) - Static method in class de.larssh.json.dom.JsonDomXPathExpressions
Evaluates the compiled XPath expression in the specified context and returns a list of JSON elements.
getJsonKey() - Method in class de.larssh.json.dom.JsonDomElement
The elements JSON key
getLastChild() - Method in class de.larssh.json.dom.JsonDomNode
getLength() - Method in class de.larssh.json.dom.JsonDomNamedNodeMap
getLength() - Method in class de.larssh.json.dom.JsonDomNodeList
getLength() - Method in class de.larssh.json.dom.JsonDomText
getLocalName() - Method in class de.larssh.json.dom.JsonDomNode
getName() - Method in class de.larssh.json.dom.JsonDomAttribute
getNamedItem(String) - Method in class de.larssh.json.dom.JsonDomNamedNodeMap
getNamedItemNS(String, String) - Method in class de.larssh.json.dom.JsonDomNamedNodeMap
getNamespaceURI() - Method in class de.larssh.json.dom.JsonDomNode
getNextSibling() - Method in class de.larssh.json.dom.JsonDomAttribute
getNextSibling() - Method in class de.larssh.json.dom.JsonDomDocument
getNextSibling() - Method in class de.larssh.json.dom.JsonDomElement
getNextSibling() - Method in class de.larssh.json.dom.JsonDomNode
getNextSibling() - Method in class de.larssh.json.dom.JsonDomText
getNodeName() - Method in class de.larssh.json.dom.JsonDomNode
Node node
getNodeType() - Method in class de.larssh.json.dom.JsonDomAttribute
getNodeType() - Method in class de.larssh.json.dom.JsonDomDocument
getNodeType() - Method in class de.larssh.json.dom.JsonDomElement
getNodeType() - Method in class de.larssh.json.dom.JsonDomText
getNodeValue() - Method in class de.larssh.json.dom.JsonDomAttribute
getNodeValue() - Method in class de.larssh.json.dom.JsonDomDocument
getNodeValue() - Method in class de.larssh.json.dom.JsonDomElement
getNodeValue() - Method in class de.larssh.json.dom.JsonDomText
getOwnerDocument() - Method in class de.larssh.json.dom.JsonDomAttribute
getOwnerDocument() - Method in class de.larssh.json.dom.JsonDomDocument
getOwnerDocument() - Method in class de.larssh.json.dom.JsonDomElement
getOwnerDocument() - Method in class de.larssh.json.dom.JsonDomNode
getOwnerDocument() - Method in class de.larssh.json.dom.JsonDomText
getOwnerElement() - Method in class de.larssh.json.dom.JsonDomAttribute
getParentNode() - Method in class de.larssh.json.dom.JsonDomNode
Parent node
getPrefix() - Method in class de.larssh.json.dom.JsonDomNode
getPreviousSibling() - Method in class de.larssh.json.dom.JsonDomAttribute
getPreviousSibling() - Method in class de.larssh.json.dom.JsonDomDocument
getPreviousSibling() - Method in class de.larssh.json.dom.JsonDomElement
getPreviousSibling() - Method in class de.larssh.json.dom.JsonDomNode
getPreviousSibling() - Method in class de.larssh.json.dom.JsonDomText
getSchemaTypeInfo() - Method in class de.larssh.json.dom.JsonDomAttribute
getSchemaTypeInfo() - Method in class de.larssh.json.dom.JsonDomElement
getSpecified() - Method in class de.larssh.json.dom.JsonDomAttribute
getStrictErrorChecking() - Method in class de.larssh.json.dom.JsonDomDocument
getTagName() - Method in class de.larssh.json.dom.JsonDomElement
getTextContent() - Method in class de.larssh.json.dom.JsonDomAttribute
getTextContent() - Method in class de.larssh.json.dom.JsonDomDocument
getTextContent() - Method in class de.larssh.json.dom.JsonDomElement
getTextContent() - Method in class de.larssh.json.dom.JsonDomText
getTextValue() - Method in class de.larssh.json.dom.values.GsonDomValue
Returns the text value.
getTextValue() - Method in class de.larssh.json.dom.values.JacksonDomValue
Returns the text value.
getTextValue() - Method in class de.larssh.json.dom.values.JakartaJsonProcessingDomValue
Returns the text value.
getTextValue() - Method in interface de.larssh.json.dom.values.JsonDomValue
Returns the text value.
getTextValue() - Method in class de.larssh.json.dom.values.JsonProcessingDomValue
Returns the text value.
getType() - Method in class de.larssh.json.dom.values.GsonDomValue
Returns the JSON elements value type.
getType() - Method in class de.larssh.json.dom.values.JacksonDomValue
Returns the JSON elements value type.
getType() - Method in class de.larssh.json.dom.values.JakartaJsonProcessingDomValue
Returns the JSON elements value type.
getType() - Method in interface de.larssh.json.dom.values.JsonDomValue
Returns the JSON elements value type.
getType() - Method in class de.larssh.json.dom.values.JsonProcessingDomValue
Returns the JSON elements value type.
getUserData(String) - Method in class de.larssh.json.dom.JsonDomNode
getValue() - Method in class de.larssh.json.dom.JsonDomAttribute
getValue() - Method in enum de.larssh.json.dom.JsonDomType
String representation of the JSON type
getWholeText() - Method in class de.larssh.json.dom.JsonDomText
getXmlEncoding() - Method in class de.larssh.json.dom.JsonDomDocument
getXmlStandalone() - Method in class de.larssh.json.dom.JsonDomDocument
getXmlVersion() - Method in class de.larssh.json.dom.JsonDomDocument
GsonDomValue - Class in de.larssh.json.dom.values
Implementation of JsonDomValue for Gson and its JsonElement.
GsonDomValue(JsonElement) - Constructor for class de.larssh.json.dom.values.GsonDomValue
 

H

hasAttribute(String) - Method in class de.larssh.json.dom.JsonDomElement
hasAttributeNS(String, String) - Method in class de.larssh.json.dom.JsonDomElement
hasAttributes() - Method in class de.larssh.json.dom.JsonDomNode
hasChildNodes() - Method in class de.larssh.json.dom.JsonDomNode
hashCode() - Method in class de.larssh.json.dom.JsonDomAttribute
 
hashCode() - Method in class de.larssh.json.dom.JsonDomDocument
 
hashCode() - Method in class de.larssh.json.dom.JsonDomElement
 
hashCode() - Method in class de.larssh.json.dom.JsonDomNode
 
hashCode() - Method in class de.larssh.json.dom.JsonDomText
 
hashCode() - Method in class de.larssh.json.dom.values.GsonDomValue
 
hashCode() - Method in class de.larssh.json.dom.values.JacksonDomValue
 
hashCode() - Method in class de.larssh.json.dom.values.JakartaJsonProcessingDomValue
 
hashCode() - Method in class de.larssh.json.dom.values.JsonProcessingDomValue
 

I

importNode(Node, boolean) - Method in class de.larssh.json.dom.JsonDomDocument
insertBefore(Node, Node) - Method in class de.larssh.json.dom.JsonDomNode
insertData(int, String) - Method in class de.larssh.json.dom.JsonDomText
isComplex() - Method in enum de.larssh.json.dom.JsonDomType
Tells if this type is complex.
isDefaultNamespace(String) - Method in class de.larssh.json.dom.JsonDomNode
isElementContentWhitespace() - Method in class de.larssh.json.dom.JsonDomText
isEqualNode(Node) - Method in class de.larssh.json.dom.JsonDomNode
isId() - Method in class de.larssh.json.dom.JsonDomAttribute
isModifiable() - Method in class de.larssh.json.dom.JsonDomNamedNodeMap
isModifiable() - Method in class de.larssh.json.dom.JsonDomNodeList
isSameNode(Node) - Method in class de.larssh.json.dom.JsonDomNode
isSupported(String, String) - Method in class de.larssh.json.dom.JsonDomNode
item(int) - Method in class de.larssh.json.dom.JsonDomNamedNodeMap
item(int) - Method in class de.larssh.json.dom.JsonDomNodeList

J

JacksonDomValue - Class in de.larssh.json.dom.values
Implementation of JsonDomValue for Jackson and its JsonNode.
JacksonDomValue(JsonNode) - Constructor for class de.larssh.json.dom.values.JacksonDomValue
 
JakartaJsonProcessingDomValue - Class in de.larssh.json.dom.values
Implementation of JsonDomValue for JSON Processing (aka JSR-374) and its JsonValue.
JakartaJsonProcessingDomValue(JsonValue) - Constructor for class de.larssh.json.dom.values.JakartaJsonProcessingDomValue
 
JsonDomArrayChildren<T extends JsonDomValue<?>> - Class in de.larssh.json.dom.children
JSON DOM children of a JSON array.
JsonDomArrayChildren(int, Iterable<V>, Function<V, T>) - Constructor for class de.larssh.json.dom.children.JsonDomArrayChildren
Constructor that allows adding an initial amount of children while applying jsonDomValueMapper before.
JsonDomArrayChildren() - Constructor for class de.larssh.json.dom.children.JsonDomArrayChildren
 
JsonDomAttribute<T> - Class in de.larssh.json.dom
JSON DOM implementation of Attr.
JsonDomAttribute(JsonDomElement<T>, String, Supplier<String>) - Constructor for class de.larssh.json.dom.JsonDomAttribute
Constructor of JsonDomAttribute.
JsonDomChildren<T extends JsonDomValue<?>> - Interface in de.larssh.json.dom.children
JSON DOM children consisting of a key, which they are accessible through and a JsonDomValue object containing the value.
JsonDomDocument<T> - Class in de.larssh.json.dom
JSON DOM implementation of Document.
JsonDomDocument(JsonDomValue<T>) - Constructor for class de.larssh.json.dom.JsonDomDocument
Constructor of JsonDomDocument.
JsonDomElement<T> - Class in de.larssh.json.dom
JSON DOM implementation of Element.
JsonDomElement(JsonDomNode<T>, String, JsonDomValue<T>) - Constructor for class de.larssh.json.dom.JsonDomElement
Constructor of JsonDomElement.
JsonDomNamedNodeMap<E extends Node> - Class in de.larssh.json.dom
Map based NamedNodeMap implementation
JsonDomNamedNodeMap(Collection<E>) - Constructor for class de.larssh.json.dom.JsonDomNamedNodeMap
Constructor to create a JsonDomNamedNodeMap based on nodes.
JsonDomNode<T> - Class in de.larssh.json.dom
JSON DOM implementation of Node.
JsonDomNode(JsonDomNode<T>, String) - Constructor for class de.larssh.json.dom.JsonDomNode
 
JsonDomNodeList<E extends Node> - Class in de.larssh.json.dom
List based NodeList implementation
JsonDomNodeList(List<E>) - Constructor for class de.larssh.json.dom.JsonDomNodeList
Constructor to create a JsonDomNodeList based on list.
JsonDomNotSupportedException - Exception in de.larssh.json.dom
Thrown to indicate that JSON DOM does not support a particular DOM feature.
JsonDomNotSupportedException() - Constructor for exception de.larssh.json.dom.JsonDomNotSupportedException
Constructs a new JsonDomNotSupportedException with the default detail message.
JsonDomObjectChildren<T extends JsonDomValue<?>> - Class in de.larssh.json.dom.children
JSON DOM children of a JSON object.
JsonDomObjectChildren(Map<String, V>, Function<V, T>) - Constructor for class de.larssh.json.dom.children.JsonDomObjectChildren
Constructor that allows adding children while applying jsonDomValueMapper to each child's value before.
JsonDomObjectChildren(Set<Map.Entry<String, V>>, Function<V, T>) - Constructor for class de.larssh.json.dom.children.JsonDomObjectChildren
Constructor that allows adding children while applying jsonDomValueMapper to each child's value before.
JsonDomObjectChildren(Iterator<Map.Entry<String, V>>, Function<V, T>) - Constructor for class de.larssh.json.dom.children.JsonDomObjectChildren
Constructor that allows adding children while applying jsonDomValueMapper to each child's value before.
JsonDomText<T> - Class in de.larssh.json.dom
JSON DOM implementation of Text.
JsonDomText(JsonDomElement<T>, String) - Constructor for class de.larssh.json.dom.JsonDomText
Constructor of JsonDomText.
JsonDomType - Enum in de.larssh.json.dom
JSON data types
JsonDomValue<T> - Interface in de.larssh.json.dom.values
Generic wrapper to keep JSON implementation specifics off of JSON DOM.
JsonDomXPathExpressions - Class in de.larssh.json.dom
This class contains JSON DOM related helper methods for XPathExpression.
JsonProcessingDomValue - Class in de.larssh.json.dom.values
Implementation of JsonDomValue for JSON Processing (aka JSR-374) and its JsonValue.
JsonProcessingDomValue(JsonValue) - Constructor for class de.larssh.json.dom.values.JsonProcessingDomValue
 

L

lookupNamespaceURI(String) - Method in class de.larssh.json.dom.JsonDomNode
lookupPrefix(String) - Method in class de.larssh.json.dom.JsonDomNode

N

normalize() - Method in class de.larssh.json.dom.JsonDomNode
normalizeDocument() - Method in class de.larssh.json.dom.JsonDomDocument

R

removeAttribute(String) - Method in class de.larssh.json.dom.JsonDomElement
removeAttributeNode(Attr) - Method in class de.larssh.json.dom.JsonDomElement
removeAttributeNS(String, String) - Method in class de.larssh.json.dom.JsonDomElement
removeChild(Node) - Method in class de.larssh.json.dom.JsonDomNode
removeNamedItem(String) - Method in class de.larssh.json.dom.JsonDomNamedNodeMap
removeNamedItemNS(String, String) - Method in class de.larssh.json.dom.JsonDomNamedNodeMap
renameNode(Node, String, String) - Method in class de.larssh.json.dom.JsonDomDocument
replaceChild(Node, Node) - Method in class de.larssh.json.dom.JsonDomNode
replaceData(int, int, String) - Method in class de.larssh.json.dom.JsonDomText
replaceWholeText(String) - Method in class de.larssh.json.dom.JsonDomText

S

setAttribute(String, String) - Method in class de.larssh.json.dom.JsonDomElement
setAttributeNode(Attr) - Method in class de.larssh.json.dom.JsonDomElement
setAttributeNodeNS(Attr) - Method in class de.larssh.json.dom.JsonDomElement
setAttributeNS(String, String, String) - Method in class de.larssh.json.dom.JsonDomElement
setData(String) - Method in class de.larssh.json.dom.JsonDomText
setDocumentURI(String) - Method in class de.larssh.json.dom.JsonDomDocument
setIdAttribute(String, boolean) - Method in class de.larssh.json.dom.JsonDomElement
setIdAttributeNode(Attr, boolean) - Method in class de.larssh.json.dom.JsonDomElement
setIdAttributeNS(String, String, boolean) - Method in class de.larssh.json.dom.JsonDomElement
setNamedItem(Node) - Method in class de.larssh.json.dom.JsonDomNamedNodeMap
setNamedItemNS(Node) - Method in class de.larssh.json.dom.JsonDomNamedNodeMap
setNodeValue(String) - Method in class de.larssh.json.dom.JsonDomNode
setPrefix(String) - Method in class de.larssh.json.dom.JsonDomNode
setStrictErrorChecking(boolean) - Method in class de.larssh.json.dom.JsonDomDocument
setTextContent(String) - Method in class de.larssh.json.dom.JsonDomNode
setUserData(String, Object, UserDataHandler) - Method in class de.larssh.json.dom.JsonDomNode
setValue(String) - Method in class de.larssh.json.dom.JsonDomAttribute
setXmlStandalone(boolean) - Method in class de.larssh.json.dom.JsonDomDocument
setXmlVersion(String) - Method in class de.larssh.json.dom.JsonDomDocument
splitText(int) - Method in class de.larssh.json.dom.JsonDomText
substringData(int, int) - Method in class de.larssh.json.dom.JsonDomText

T

toString() - Method in class de.larssh.json.dom.JsonDomNode
toString() - Method in class de.larssh.json.dom.values.GsonDomValue
toString() - Method in class de.larssh.json.dom.values.JacksonDomValue
toString() - Method in class de.larssh.json.dom.values.JakartaJsonProcessingDomValue
toString() - Method in class de.larssh.json.dom.values.JsonProcessingDomValue

V

valueOf(String) - Static method in enum de.larssh.json.dom.JsonDomType
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.larssh.json.dom.JsonDomType
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E G H I J L N R S T V 
Skip navigation links

Copyright © 2024. All rights reserved.