Class AttributeHelper


  • public class AttributeHelper
    extends Object
    Helper class for attributes.
    • Constructor Detail

      • AttributeHelper

        public AttributeHelper()
    • Method Detail

      • importOMAttribute

        public static void importOMAttribute​(org.apache.axiom.om.OMAttribute omAttribute,
                                             org.apache.axiom.om.OMElement omElement)
        Deprecated.
        Use OMFactory.importInformationItem(OMInformationItem) instead.
        In Axiom, a single tree should always contain objects created from the same type of factory (eg: LinkedListImplFactory, DOMFactory, etc.,). This method will convert omAttribute to the given omFactory.
        See Also:
        to convert instances of OMElement