Package org.apache.axiom.om.util
Class AttributeHelper
java.lang.Object
org.apache.axiom.om.util.AttributeHelper
Helper class for attributes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
importOMAttribute
(org.apache.axiom.om.OMAttribute omAttribute, org.apache.axiom.om.OMElement omElement) Deprecated.
-
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.UseOMFactory.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:
-
OMFactory.importInformationItem(OMInformationItem)
instead.