|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OMSourcedElement | |
---|---|
org.apache.axiom.om | Contains core interfaces of the Axiom API. |
org.apache.axiom.soap | |
org.apache.axiom.ts.om.sourcedelement |
Uses of OMSourcedElement in org.apache.axiom.om |
---|
Methods in org.apache.axiom.om that return OMSourcedElement | |
---|---|
OMSourcedElement |
OMFactory.createOMElement(OMDataSource source)
Create a sourced element. |
OMSourcedElement |
OMFactory.createOMElement(OMDataSource source,
QName qname)
Create a sourced element with a known local name, namespace URI and namespace prefix. |
OMSourcedElement |
OMFactory.createOMElement(OMDataSource source,
String localName,
OMNamespace ns)
Create a sourced element with a known local name and namespace URI. |
Uses of OMSourcedElement in org.apache.axiom.soap |
---|
Subinterfaces of OMSourcedElement in org.apache.axiom.soap | |
---|---|
interface |
SOAPHeaderBlock
An object representing the contents in the SOAP header part of the SOAP envelope. |
Uses of OMSourcedElement in org.apache.axiom.ts.om.sourcedelement |
---|
Fields in org.apache.axiom.ts.om.sourcedelement declared as OMSourcedElement | |
---|---|
protected OMSourcedElement |
OMSourcedElementTest.element
|
Methods in org.apache.axiom.ts.om.sourcedelement that return OMSourcedElement | |
---|---|
abstract OMSourcedElement |
OMSourcedElementVariant.createOMSourcedElement(OMFactory factory,
QName qname)
|
Methods in org.apache.axiom.ts.om.sourcedelement with parameters of type OMSourcedElement | |
---|---|
protected void |
TestGetPrefix.runTest(OMSourcedElement element)
|
protected void |
TestGetNamespaceURI.runTest(OMSourcedElement element)
|
protected void |
TestGetNamespace.runTest(OMSourcedElement element)
|
protected void |
TestGetLocalName.runTest(OMSourcedElement element)
|
protected abstract void |
LazyNameTestCase.runTest(OMSourcedElement element)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |