Class AXIOMUtil

java.lang.Object
org.apache.axiom.om.util.AXIOMUtil

public class AXIOMUtil extends Object
  • Constructor Details

    • AXIOMUtil

      public AXIOMUtil()
  • Method Details

    • stringToOM

      public static OMElement stringToOM(String xmlFragment) throws XMLStreamException
      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 model
      xmlFragment - the well-formed XML fragment
      Returns:
      The OMElement created out of the string XML fragment.
      Throws:
      XMLStreamException