|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OMDocument | |
---|---|
org.apache.axiom.c14n.omwrapper | |
org.apache.axiom.om | Contains core interfaces of the Axiom API. |
org.apache.axiom.om.impl.builder | |
org.apache.axiom.om.impl.jaxp | |
org.apache.axiom.om.util | |
org.apache.axiom.soap | |
org.apache.axiom.soap.impl.builder |
Uses of OMDocument in org.apache.axiom.c14n.omwrapper |
---|
Constructors in org.apache.axiom.c14n.omwrapper with parameters of type OMDocument | |
---|---|
DocumentImpl(OMDocument doc,
WrapperFactory fac)
|
Uses of OMDocument in org.apache.axiom.om |
---|
Methods in org.apache.axiom.om that return OMDocument | |
---|---|
OMDocument |
OMFactory.createOMDocument()
Creates a new OMDocument. |
OMDocument |
OMXMLParserWrapper.getDocument()
Get the document being built by this builder. |
Uses of OMDocument in org.apache.axiom.om.impl.builder |
---|
Fields in org.apache.axiom.om.impl.builder declared as OMDocument | |
---|---|
protected OMDocument |
StAXBuilder.document
|
Methods in org.apache.axiom.om.impl.builder that return OMDocument | |
---|---|
protected OMDocument |
StAXOMBuilder.createDocument()
|
protected abstract OMDocument |
StAXBuilder.createDocument()
|
OMDocument |
OMFactoryEx.createOMDocument(OMXMLParserWrapper builder)
|
OMDocument |
StAXBuilder.getDocument()
|
OMDocument |
SAXOMBuilder.getDocument()
|
Uses of OMDocument in org.apache.axiom.om.impl.jaxp |
---|
Methods in org.apache.axiom.om.impl.jaxp that return OMDocument | |
---|---|
OMDocument |
OMResult.getDocument()
|
Uses of OMDocument in org.apache.axiom.om.util |
---|
Methods in org.apache.axiom.om.util with parameters of type OMDocument | |
---|---|
boolean |
DigestGenerator.compareOMDocument(OMDocument document,
OMDocument comparingDocument,
String digestAlgorithm)
Compares two OMDocuments for the XML equality |
byte[] |
DigestGenerator.getDigest(OMDocument document,
String digestAlgorithm)
This method is an overloaded method for the digest generation for OMDocument |
Collection |
DigestGenerator.getValidElements(OMDocument document)
Gets the valid element collection of an OMDocument. |
Uses of OMDocument in org.apache.axiom.soap |
---|
Subinterfaces of OMDocument in org.apache.axiom.soap | |
---|---|
interface |
SOAPMessage
|
Uses of OMDocument in org.apache.axiom.soap.impl.builder |
---|
Methods in org.apache.axiom.soap.impl.builder that return OMDocument | |
---|---|
protected OMDocument |
StAXSOAPModelBuilder.createDocument()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |