Class AttributeHelper

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

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

    • AttributeHelper

      public AttributeHelper()
  • Method Details

    • 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: