Package org.apache.axiom.om.util
Class AttributeHelper
- java.lang.Object
-
- org.apache.axiom.om.util.AttributeHelper
-
public class AttributeHelper extends Object
Helper class for attributes.
-
-
Constructor Summary
Constructors Constructor Description AttributeHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static void
importOMAttribute(org.apache.axiom.om.OMAttribute omAttribute, org.apache.axiom.om.OMElement omElement)
Deprecated.UseOMFactory.importInformationItem(OMInformationItem)
instead.
-
-
-
Method Detail
-
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:
to convert instances of OMElement
-
-