Constructor and Description |
---|
XmlHolder(Node node) |
XmlHolder(PropertyExpansionContext context,
String propertyRef) |
XmlHolder(String xml) |
XmlHolder(org.apache.xmlbeans.XmlObject xmlObject) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
void |
declareNamespace(String prefix,
String uri) |
Set<Map.Entry<String,Object>> |
entrySet() |
Object |
get(Object key) |
Node |
getDomNode(String xpath) |
Node[] |
getDomNodes(String xpath) |
StringToStringMap |
getNamespaces() |
String |
getNodeValue(String xpath) |
String[] |
getNodeValues(String xpath) |
String |
getPrettyXml() |
String |
getXml() |
org.apache.xmlbeans.XmlObject |
getXmlObject() |
boolean |
isEmpty() |
Set<String> |
keySet() |
String |
put(String key,
Object value) |
void |
putAll(Map<? extends String,? extends Object> t) |
Object |
remove(Object key) |
void |
removeDomNodes(String xpath) |
void |
setNodeValue(String xpath,
Object value) |
int |
size() |
void |
updateProperty() |
void |
updateProperty(boolean prettyPrint) |
Collection<Object> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public XmlHolder(String xml) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlException
public XmlHolder(Node node) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlException
public XmlHolder(org.apache.xmlbeans.XmlObject xmlObject) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlException
public XmlHolder(PropertyExpansionContext context, String propertyRef) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlException
public void updateProperty()
public void updateProperty(boolean prettyPrint)
public String getNodeValue(String xpath) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlException
public StringToStringMap getNamespaces()
public String[] getNodeValues(String xpath) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlException
public void setNodeValue(String xpath, Object value) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlException
public org.apache.xmlbeans.XmlObject getXmlObject()
public Node getDomNode(String xpath) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlException
public Node[] getDomNodes(String xpath) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlException
public void removeDomNodes(String xpath) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlException
public String getXml()
public String getPrettyXml()
public boolean containsKey(Object key)
containsKey
in interface Map<String,Object>
public boolean containsValue(Object value)
containsValue
in interface Map<String,Object>
Copyright © 2019. All Rights Reserved.