|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.xml.namespace.QName
org.apache.axis.message.addressing.AttributedQName
public class AttributedQName
Java content class for AttributedQName complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at http://schemas.xmlsoap.org/ws/2004/08/addressing line 98)
<complexType name="AttributedQName">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>QName">
</extension>
</simpleContent>
</complexType>
| Constructor Summary | |
|---|---|
AttributedQName(javax.xml.namespace.QName qname)
Constructor AttributedQName. |
|
AttributedQName(java.lang.String namespace,
java.lang.String localPart)
Constructor AttributedQName. |
|
| Method Summary | |
|---|---|
void |
append(AddressingVersion version,
org.w3c.dom.Element parent,
java.lang.String elementName)
Appends a DOM representation of this instance to the specified element. |
void |
append(org.w3c.dom.Element parent)
Appends a DOM representation of this instance to the specified element. |
void |
append(org.w3c.dom.Element parent,
java.lang.String elementName)
Appends a DOM representation of this instance to the specified element. |
| Methods inherited from class javax.xml.namespace.QName |
|---|
equals, getLocalPart, getNamespaceURI, getPrefix, hashCode, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AttributedQName(javax.xml.namespace.QName qname)
qname - Qualified name
public AttributedQName(java.lang.String namespace,
java.lang.String localPart)
namespace - name spacelocalPart - local name| Method Detail |
|---|
public final void append(org.w3c.dom.Element parent,
java.lang.String elementName)
append in interface DOMAppendableparent - Parent elementelementName - The name of the element to create
public void append(AddressingVersion version,
org.w3c.dom.Element parent,
java.lang.String elementName)
append in interface DOMAppendableversion - WS-Addressing version to useparent - Parent elementelementName - Name of the element to createpublic void append(org.w3c.dom.Element parent)
This method should call DOMAppendable.append(Element, String)
with a default value for the elementName parameter. Abstract
classes, or those to be always subclassed may optionally
throw UnsupportedOperationException
instead.
append in interface DOMAppendableparent - Parent element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||