Package org.apache.axiom.om.impl.llom
Class OMInformationItemImpl
- java.lang.Object
-
- org.apache.axiom.om.impl.llom.OMInformationItemImpl
-
- All Implemented Interfaces:
org.apache.axiom.core.CoreNode,org.apache.axiom.om.impl.intf.AxiomInformationItem,org.apache.axiom.om.OMInformationItem
- Direct Known Subclasses:
Attribute,OMSerializableImpl
public abstract class OMInformationItemImpl extends Object implements org.apache.axiom.om.impl.intf.AxiomInformationItem
-
-
Constructor Summary
Constructors Constructor Description OMInformationItemImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.axiom.core.NodeFactorycoreGetNodeFactory()org.apache.axiom.om.OMMetaFactorygetMetaFactory()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.axiom.om.impl.intf.AxiomInformationItem
clone, getOMFactory
-
Methods inherited from interface org.apache.axiom.core.CoreNode
cloneChildrenIfNecessary, coreClone, coreCreateNode, coreGetNodeClass, coreGetNodeType, coreGetOwnerDocument, coreHasSameOwnerDocument, coreSetOwnerDocument, getRootOrOwnerDocument, init, initAncillaryData, internalClone, internalGetFlag, internalGetFlags, internalSerialize, internalSetFlag, internalSetFlags, shallowClone, updateFiliation
-
-
-
-
Method Detail
-
coreGetNodeFactory
public org.apache.axiom.core.NodeFactory coreGetNodeFactory()
- Specified by:
coreGetNodeFactoryin interfaceorg.apache.axiom.core.CoreNode
-
getMetaFactory
public final org.apache.axiom.om.OMMetaFactory getMetaFactory()
- Specified by:
getMetaFactoryin interfaceorg.apache.axiom.om.impl.intf.AxiomInformationItem
-
-