Package | Description |
---|---|
org.n52.oxf.xmlbeans.parser | |
org.n52.oxf.xmlbeans.tools |
Modifier and Type | Method and Description |
---|---|
static org.apache.xmlbeans.XmlObject |
XMLBeansParser.parse(InputStream resourceAsStream) |
static org.apache.xmlbeans.XmlObject |
XMLBeansParser.parse(InputStream resourceAsStream,
boolean validate) |
static org.apache.xmlbeans.XmlObject |
XMLBeansParser.parse(Node xmlnode)
Reads the given source.
|
static org.apache.xmlbeans.XmlObject |
XMLBeansParser.parse(Node xmlnode,
boolean validate)
Reads the given source.
|
static org.apache.xmlbeans.XmlObject |
XMLBeansParser.parse(String source)
Reads the given source.
|
static org.apache.xmlbeans.XmlObject |
XMLBeansParser.parse(String source,
boolean validate)
Reads the given source.
|
static void |
XMLBeansParser.strictValidate(org.apache.xmlbeans.XmlObject doc)
Validates an xml doc.
|
Modifier and Type | Method and Description |
---|---|
static Node |
XmlUtil.getDomNode(org.apache.xmlbeans.XmlObject input)
Builds an org.w3c.dom.Node from a
XmlObject . |
static String |
XmlUtil.getElement(org.apache.xmlbeans.XmlObject doc,
String element)
Extracts an element from an xml doc.
|
static String |
XmlUtil.objectToString(org.apache.xmlbeans.XmlObject doc) |
static String |
XmlUtil.objectToString(org.apache.xmlbeans.XmlObject doc,
boolean validate) |
static String |
XmlUtil.objectToString(org.apache.xmlbeans.XmlObject doc,
boolean validate,
boolean prettyprint) |
static boolean |
SoapUtil.validateXml(org.apache.xmlbeans.XmlObject xml) |
static void |
XmlUtil.writeObject(org.apache.xmlbeans.XmlObject doc,
PrintWriter out,
boolean validate)
Writes a document with the given
PrintWriter |
Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.