Package org.apache.axiom.om.util
Class AXIOMUtil
java.lang.Object
org.apache.axiom.om.util.AXIOMUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OMElement
stringToOM
(String xmlFragment) Create an OMElement from an XML fragment given as a string.static OMElement
stringToOM
(OMFactory omFactory, String xmlFragment) Create an OMElement from an XML fragment given as a string.
-
Constructor Details
-
AXIOMUtil
public AXIOMUtil()
-
-
Method Details
-
stringToOM
Create an OMElement from an XML fragment given as a string.- Parameters:
xmlFragment
- the well-formed XML fragment- Returns:
- The OMElement created out of the string XML fragment.
- Throws:
XMLStreamException
-
stringToOM
public static OMElement stringToOM(OMFactory omFactory, String xmlFragment) throws XMLStreamException Create an OMElement from an XML fragment given as a string.- Parameters:
omFactory
- the factory used to build the object modelxmlFragment
- the well-formed XML fragment- Returns:
- The OMElement created out of the string XML fragment.
- Throws:
XMLStreamException
-