| 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, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic XmlHolder(String xml) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlExceptionpublic XmlHolder(Node node) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlExceptionpublic XmlHolder(org.apache.xmlbeans.XmlObject xmlObject)
          throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlExceptionpublic XmlHolder(PropertyExpansionContext context, String propertyRef) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlExceptionpublic void updateProperty()
public void updateProperty(boolean prettyPrint)
public String getNodeValue(String xpath) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlExceptionpublic StringToStringMap getNamespaces()
public String[] getNodeValues(String xpath) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlExceptionpublic void setNodeValue(String xpath, Object value) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlExceptionpublic org.apache.xmlbeans.XmlObject getXmlObject()
public Node getDomNode(String xpath) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlExceptionpublic Node[] getDomNodes(String xpath) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlExceptionpublic void removeDomNodes(String xpath) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlExceptionpublic 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.