public class XmlHelper extends Object
| Constructor and Description |
|---|
XmlHelper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addSchemaLocations(org.apache.xmlbeans.XmlObject xmlObject,
Map<String,String> locations) |
static void |
append(org.apache.xmlbeans.XmlObject parent,
org.apache.xmlbeans.XmlObject childDoc)
Utility method to append the contents of the child docment to the end of
the parent XmlObject.
|
static String |
xmlText(org.apache.xmlbeans.XmlObject xmlObject) |
public static String xmlText(org.apache.xmlbeans.XmlObject xmlObject)
public static void addSchemaLocations(org.apache.xmlbeans.XmlObject xmlObject,
Map<String,String> locations)
public static void append(org.apache.xmlbeans.XmlObject parent,
org.apache.xmlbeans.XmlObject childDoc)
parent - Parent to append contents tochildDoc - Xml document containing contents to be appendedCopyright © 2016. All Rights Reserved.