|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axiom.om.util.AXIOMUtil
public class AXIOMUtil
| Constructor Summary | |
|---|---|
AXIOMUtil()
|
|
| Method Summary | |
|---|---|
static OMElement |
stringToOM(OMFactory omFactory,
java.lang.String xmlFragment)
Create an OMElement from an XML fragment given as a string. |
static OMElement |
stringToOM(java.lang.String xmlFragment)
Create an OMElement from an XML fragment given as a string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AXIOMUtil()
| Method Detail |
|---|
public static OMElement stringToOM(java.lang.String xmlFragment)
throws javax.xml.stream.XMLStreamException
xmlFragment - the well-formed XML fragment
javax.xml.stream.XMLStreamException
public static OMElement stringToOM(OMFactory omFactory,
java.lang.String xmlFragment)
throws javax.xml.stream.XMLStreamException
omFactory - the factory used to build the object modelxmlFragment - the well-formed XML fragment
javax.xml.stream.XMLStreamException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||