org.apache.axiom.om
Interface OMInformationItem

All Known Subinterfaces:
OMAttribute, OMComment, OMContainer, OMContainerEx, OMDocType, OMDocument, OMElement, OMElementEx, OMNamedInformationItem, OMNode, OMNodeEx, OMProcessingInstruction, OMSerializable, OMSourcedElement, OMText, SOAPBody, SOAPEnvelope, SOAPFault, SOAPFaultClassifier, SOAPFaultCode, SOAPFaultDetail, SOAPFaultNode, SOAPFaultReason, SOAPFaultRole, SOAPFaultSubCode, SOAPFaultText, SOAPFaultValue, SOAPHeader, SOAPHeaderBlock, SOAPMessage

public interface OMInformationItem

Represents an information item in an XML document. This is the super-interface for all information items known by Axiom.


Method Summary
 OMFactory getOMFactory()
          Get the OMFactory that created this information item.
 

Method Detail

getOMFactory

OMFactory getOMFactory()
Get the OMFactory that created this information item.



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.