Class AXIOMUtil


  • public class AXIOMUtil
    extends Object
    • Constructor Detail

      • AXIOMUtil

        public AXIOMUtil()
    • Method Detail

      • 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