|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use OMNamespace | |
| org.apache.axiom.om | |
| org.apache.axiom.om.impl | |
| org.apache.axiom.om.impl.util | |
| org.apache.axiom.soap | |
| org.apache.axiom.soap.impl.builder | |
| Uses of OMNamespace in org.apache.axiom.om |
| Methods in org.apache.axiom.om that return OMNamespace | |
OMNamespace |
OMFactory.createOMNamespace(java.lang.String uri,
java.lang.String prefix)
|
OMNamespace |
OMText.getNamespace()
Returns the Namespace if this contains a QName Return null otherwise |
OMNamespace |
OMAttribute.getNamespace()
|
OMNamespace |
OMElement.declareNamespace(java.lang.String uri,
java.lang.String prefix)
Creates a namespace in the current element scope. |
OMNamespace |
OMElement.declareDefaultNamespace(java.lang.String uri)
This will declare a default namespace for this element explicitly |
OMNamespace |
OMElement.getDefaultNamespace()
This will retrieve the default namespace of this element, if available. |
OMNamespace |
OMElement.declareNamespace(OMNamespace namespace)
Declares a namespace with the element as its scope. |
OMNamespace |
OMElement.findNamespace(java.lang.String uri,
java.lang.String prefix)
Finds a namespace with the given uri and prefix, in the scope of the hierarchy. |
OMNamespace |
OMElement.findNamespaceURI(java.lang.String prefix)
Checks for a namespace in the context of this element with the given prefix and returns the relevant namespace object, if available. |
OMNamespace |
OMElement.getNamespace()
|
| Methods in org.apache.axiom.om with parameters of type OMNamespace | |
OMElement |
OMFactory.createOMElement(java.lang.String localName,
OMNamespace ns)
|
OMElement |
OMFactory.createOMElement(java.lang.String localName,
OMNamespace ns,
OMContainer parent)
|
OMElement |
OMFactory.createOMElement(java.lang.String localName,
OMNamespace ns,
OMContainer parent,
OMXMLParserWrapper builder)
|
OMElement |
OMFactory.createOMElement(OMDataSource source,
java.lang.String localName,
OMNamespace ns)
Construct element with arbitrary data source. |
OMAttribute |
OMFactory.createOMAttribute(java.lang.String localName,
OMNamespace ns,
java.lang.String value)
|
void |
OMAttribute.setOMNamespace(OMNamespace omNamespace)
|
OMNamespace |
OMElement.declareNamespace(OMNamespace namespace)
Declares a namespace with the element as its scope. |
OMAttribute |
OMElement.addAttribute(java.lang.String attributeName,
java.lang.String value,
OMNamespace ns)
Adds an attribute to the current element. |
void |
OMElement.setNamespace(OMNamespace namespace)
Sets the Namespace. |
void |
OMElement.setNamespaceWithNoFindInCurrentScope(OMNamespace namespace)
This will not search the namespace in the scope nor will declare in the current element, as in setNamespace(OMNamespace). |
| Uses of OMNamespace in org.apache.axiom.om.impl |
| Classes in org.apache.axiom.om.impl that implement OMNamespace | |
class |
OMNamespaceImpl
Class OMNamespaceImpl |
| Uses of OMNamespace in org.apache.axiom.om.impl.util |
| Methods in org.apache.axiom.om.impl.util with parameters of type OMNamespace | |
static void |
OMSerializerUtil.serializeNamespace(OMNamespace namespace,
javax.xml.stream.XMLStreamWriter writer)
Deprecated. Use serializeStartpart instead |
| Uses of OMNamespace in org.apache.axiom.soap |
| Methods in org.apache.axiom.soap that return OMNamespace | |
OMNamespace |
SOAPFactory.getNamespace()
|
| Methods in org.apache.axiom.soap with parameters of type OMNamespace | |
SOAPHeaderBlock |
SOAPFactory.createSOAPHeaderBlock(java.lang.String localName,
OMNamespace ns,
SOAPHeader parent)
|
SOAPHeaderBlock |
SOAPFactory.createSOAPHeaderBlock(java.lang.String localName,
OMNamespace ns)
|
SOAPHeaderBlock |
SOAPFactory.createSOAPHeaderBlock(java.lang.String localName,
OMNamespace ns,
SOAPHeader parent,
OMXMLParserWrapper builder)
|
SOAPHeaderBlock |
SOAPHeader.addHeaderBlock(java.lang.String localName,
OMNamespace ns)
Creates a new SOAPHeaderBlock object initialized with the specified name and
adds it to this SOAPHeader object. |
| Uses of OMNamespace in org.apache.axiom.soap.impl.builder |
| Methods in org.apache.axiom.soap.impl.builder that return OMNamespace | |
OMNamespace |
StAXSOAPModelBuilder.getEnvelopeNamespace()
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||