jp.go.nict.langrid.commons.ws.soap
クラス SoapHeaderElementAdapter
java.lang.Object
jp.go.nict.langrid.commons.ws.soap.SoapHeaderElementAdapter
- すべての実装されたインタフェース:
- SOAPElement, SOAPHeaderElement, Element, Node
- 直系の既知のサブクラス:
- SoapHeaderElementImpl
public class SoapHeaderElementAdapter
- extends Object
- implements SOAPHeaderElement
インタフェース org.w3c.dom.Node から継承されたフィールド |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
メソッドの概要 |
SOAPElement |
addAttribute(Name name,
String value)
|
SOAPElement |
addAttribute(QName qname,
String value)
|
SOAPElement |
addChildElement(Name name)
|
SOAPElement |
addChildElement(QName qname)
|
SOAPElement |
addChildElement(SOAPElement element)
|
SOAPElement |
addChildElement(String localName)
|
SOAPElement |
addChildElement(String localName,
String prefix)
|
SOAPElement |
addChildElement(String localName,
String prefix,
String uri)
|
SOAPElement |
addNamespaceDeclaration(String prefix,
String uri)
|
SOAPElement |
addTextNode(String text)
|
Node |
appendChild(Node newChild)
|
Node |
cloneNode(boolean deep)
|
short |
compareDocumentPosition(Node other)
|
QName |
createQName(String localName,
String prefix)
|
void |
detachNode()
|
String |
getActor()
|
Iterator<Name> |
getAllAttributes()
|
Iterator<QName> |
getAllAttributesAsQNames()
|
String |
getAttribute(String name)
|
Attr |
getAttributeNode(String name)
|
Attr |
getAttributeNodeNS(String namespaceURI,
String localName)
|
String |
getAttributeNS(String namespaceURI,
String localName)
|
NamedNodeMap |
getAttributes()
|
String |
getAttributeValue(Name name)
|
String |
getAttributeValue(QName qname)
|
String |
getBaseURI()
|
Iterator<SOAPElement> |
getChildElements()
|
Iterator<SOAPElement> |
getChildElements(Name name)
|
Iterator<SOAPElement> |
getChildElements(QName qname)
|
NodeList |
getChildNodes()
|
Name |
getElementName()
|
QName |
getElementQName()
|
NodeList |
getElementsByTagName(String name)
|
NodeList |
getElementsByTagNameNS(String namespaceURI,
String localName)
|
String |
getEncodingStyle()
|
Object |
getFeature(String feature,
String version)
|
Node |
getFirstChild()
|
Node |
getLastChild()
|
String |
getLocalName()
|
boolean |
getMustUnderstand()
|
Iterator<String> |
getNamespacePrefixes()
|
String |
getNamespaceURI()
|
String |
getNamespaceURI(String prefix)
|
Node |
getNextSibling()
|
String |
getNodeName()
|
short |
getNodeType()
|
String |
getNodeValue()
|
Document |
getOwnerDocument()
|
SOAPElement |
getParentElement()
|
Node |
getParentNode()
|
String |
getPrefix()
|
Node |
getPreviousSibling()
|
boolean |
getRelay()
|
String |
getRole()
|
TypeInfo |
getSchemaTypeInfo()
|
String |
getTagName()
|
String |
getTextContent()
|
Object |
getUserData(String key)
|
String |
getValue()
|
Iterator<String> |
getVisibleNamespacePrefixes()
|
boolean |
hasAttribute(String name)
|
boolean |
hasAttributeNS(String namespaceURI,
String localName)
|
boolean |
hasAttributes()
|
boolean |
hasChildNodes()
|
Node |
insertBefore(Node newChild,
Node refChild)
|
boolean |
isDefaultNamespace(String namespaceURI)
|
boolean |
isEqualNode(Node arg)
|
boolean |
isSameNode(Node other)
|
boolean |
isSupported(String feature,
String version)
|
String |
lookupNamespaceURI(String prefix)
|
String |
lookupPrefix(String namespaceURI)
|
void |
normalize()
|
void |
recycleNode()
|
boolean |
removeAttribute(Name name)
|
boolean |
removeAttribute(QName qname)
|
void |
removeAttribute(String name)
|
Attr |
removeAttributeNode(Attr oldAttr)
|
void |
removeAttributeNS(String namespaceURI,
String localName)
|
Node |
removeChild(Node oldChild)
|
void |
removeContents()
|
boolean |
removeNamespaceDeclaration(String prefix)
|
Node |
replaceChild(Node newChild,
Node oldChild)
|
void |
setActor(String actorURI)
|
void |
setAttribute(String name,
String value)
|
Attr |
setAttributeNode(Attr newAttr)
|
Attr |
setAttributeNodeNS(Attr newAttr)
|
void |
setAttributeNS(String namespaceURI,
String qualifiedName,
String value)
|
SOAPElement |
setElementQName(QName newName)
|
void |
setEncodingStyle(String encodingStyle)
|
void |
setIdAttribute(String name,
boolean isId)
|
void |
setIdAttributeNode(Attr idAttr,
boolean isId)
|
void |
setIdAttributeNS(String namespaceURI,
String localName,
boolean isId)
|
void |
setMustUnderstand(boolean mustUnderstand)
|
void |
setNodeValue(String nodeValue)
|
void |
setParentElement(SOAPElement parent)
|
void |
setPrefix(String prefix)
|
void |
setRelay(boolean relay)
|
void |
setRole(String uri)
|
void |
setTextContent(String textContent)
|
Object |
setUserData(String key,
Object data,
UserDataHandler handler)
|
void |
setValue(String value)
|
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SoapHeaderElementAdapter
public SoapHeaderElementAdapter()
getActor
public String getActor()
- 定義:
- インタフェース
SOAPHeaderElement
内の getActor
getMustUnderstand
public boolean getMustUnderstand()
- 定義:
- インタフェース
SOAPHeaderElement
内の getMustUnderstand
getRelay
public boolean getRelay()
- 定義:
- インタフェース
SOAPHeaderElement
内の getRelay
getRole
public String getRole()
- 定義:
- インタフェース
SOAPHeaderElement
内の getRole
setActor
public void setActor(String actorURI)
- 定義:
- インタフェース
SOAPHeaderElement
内の setActor
setMustUnderstand
public void setMustUnderstand(boolean mustUnderstand)
- 定義:
- インタフェース
SOAPHeaderElement
内の setMustUnderstand
setRelay
public void setRelay(boolean relay)
throws SOAPException
- 定義:
- インタフェース
SOAPHeaderElement
内の setRelay
- 例外:
SOAPException
setRole
public void setRole(String uri)
throws SOAPException
- 定義:
- インタフェース
SOAPHeaderElement
内の setRole
- 例外:
SOAPException
addAttribute
public SOAPElement addAttribute(Name name,
String value)
throws SOAPException
- 定義:
- インタフェース
SOAPElement
内の addAttribute
- 例外:
SOAPException
addAttribute
public SOAPElement addAttribute(QName qname,
String value)
throws SOAPException
- 定義:
- インタフェース
SOAPElement
内の addAttribute
- 例外:
SOAPException
addChildElement
public SOAPElement addChildElement(Name name)
throws SOAPException
- 定義:
- インタフェース
SOAPElement
内の addChildElement
- 例外:
SOAPException
addChildElement
public SOAPElement addChildElement(QName qname)
throws SOAPException
- 定義:
- インタフェース
SOAPElement
内の addChildElement
- 例外:
SOAPException
addChildElement
public SOAPElement addChildElement(String localName)
throws SOAPException
- 定義:
- インタフェース
SOAPElement
内の addChildElement
- 例外:
SOAPException
addChildElement
public SOAPElement addChildElement(SOAPElement element)
throws SOAPException
- 定義:
- インタフェース
SOAPElement
内の addChildElement
- 例外:
SOAPException
addChildElement
public SOAPElement addChildElement(String localName,
String prefix)
throws SOAPException
- 定義:
- インタフェース
SOAPElement
内の addChildElement
- 例外:
SOAPException
addChildElement
public SOAPElement addChildElement(String localName,
String prefix,
String uri)
throws SOAPException
- 定義:
- インタフェース
SOAPElement
内の addChildElement
- 例外:
SOAPException
addNamespaceDeclaration
public SOAPElement addNamespaceDeclaration(String prefix,
String uri)
throws SOAPException
- 定義:
- インタフェース
SOAPElement
内の addNamespaceDeclaration
- 例外:
SOAPException
addTextNode
public SOAPElement addTextNode(String text)
throws SOAPException
- 定義:
- インタフェース
SOAPElement
内の addTextNode
- 例外:
SOAPException
createQName
public QName createQName(String localName,
String prefix)
throws SOAPException
- 定義:
- インタフェース
SOAPElement
内の createQName
- 例外:
SOAPException
getAllAttributes
public Iterator<Name> getAllAttributes()
- 定義:
- インタフェース
SOAPElement
内の getAllAttributes
getAllAttributesAsQNames
public Iterator<QName> getAllAttributesAsQNames()
- 定義:
- インタフェース
SOAPElement
内の getAllAttributesAsQNames
getAttributeValue
public String getAttributeValue(Name name)
- 定義:
- インタフェース
SOAPElement
内の getAttributeValue
getAttributeValue
public String getAttributeValue(QName qname)
- 定義:
- インタフェース
SOAPElement
内の getAttributeValue
getChildElements
public Iterator<SOAPElement> getChildElements()
- 定義:
- インタフェース
SOAPElement
内の getChildElements
getChildElements
public Iterator<SOAPElement> getChildElements(Name name)
- 定義:
- インタフェース
SOAPElement
内の getChildElements
getChildElements
public Iterator<SOAPElement> getChildElements(QName qname)
- 定義:
- インタフェース
SOAPElement
内の getChildElements
getElementName
public Name getElementName()
- 定義:
- インタフェース
SOAPElement
内の getElementName
getElementQName
public QName getElementQName()
- 定義:
- インタフェース
SOAPElement
内の getElementQName
getEncodingStyle
public String getEncodingStyle()
- 定義:
- インタフェース
SOAPElement
内の getEncodingStyle
getNamespacePrefixes
public Iterator<String> getNamespacePrefixes()
- 定義:
- インタフェース
SOAPElement
内の getNamespacePrefixes
getNamespaceURI
public String getNamespaceURI(String prefix)
- 定義:
- インタフェース
SOAPElement
内の getNamespaceURI
getVisibleNamespacePrefixes
public Iterator<String> getVisibleNamespacePrefixes()
- 定義:
- インタフェース
SOAPElement
内の getVisibleNamespacePrefixes
removeAttribute
public boolean removeAttribute(Name name)
- 定義:
- インタフェース
SOAPElement
内の removeAttribute
removeAttribute
public boolean removeAttribute(QName qname)
- 定義:
- インタフェース
SOAPElement
内の removeAttribute
removeContents
public void removeContents()
- 定義:
- インタフェース
SOAPElement
内の removeContents
removeNamespaceDeclaration
public boolean removeNamespaceDeclaration(String prefix)
- 定義:
- インタフェース
SOAPElement
内の removeNamespaceDeclaration
setElementQName
public SOAPElement setElementQName(QName newName)
throws SOAPException
- 定義:
- インタフェース
SOAPElement
内の setElementQName
- 例外:
SOAPException
setEncodingStyle
public void setEncodingStyle(String encodingStyle)
throws SOAPException
- 定義:
- インタフェース
SOAPElement
内の setEncodingStyle
- 例外:
SOAPException
detachNode
public void detachNode()
getParentElement
public SOAPElement getParentElement()
getValue
public String getValue()
recycleNode
public void recycleNode()
setParentElement
public void setParentElement(SOAPElement parent)
throws SOAPException
- 例外:
SOAPException
setValue
public void setValue(String value)
appendChild
public Node appendChild(Node newChild)
throws DOMException
- 定義:
- インタフェース
Node
内の appendChild
- 例外:
DOMException
cloneNode
public Node cloneNode(boolean deep)
- 定義:
- インタフェース
Node
内の cloneNode
compareDocumentPosition
public short compareDocumentPosition(Node other)
throws DOMException
- 定義:
- インタフェース
Node
内の compareDocumentPosition
- 例外:
DOMException
getAttributes
public NamedNodeMap getAttributes()
- 定義:
- インタフェース
Node
内の getAttributes
getBaseURI
public String getBaseURI()
- 定義:
- インタフェース
Node
内の getBaseURI
getChildNodes
public NodeList getChildNodes()
- 定義:
- インタフェース
Node
内の getChildNodes
getFeature
public Object getFeature(String feature,
String version)
- 定義:
- インタフェース
Node
内の getFeature
getFirstChild
public Node getFirstChild()
- 定義:
- インタフェース
Node
内の getFirstChild
getLastChild
public Node getLastChild()
- 定義:
- インタフェース
Node
内の getLastChild
getLocalName
public String getLocalName()
- 定義:
- インタフェース
Node
内の getLocalName
getNamespaceURI
public String getNamespaceURI()
- 定義:
- インタフェース
Node
内の getNamespaceURI
getNextSibling
public Node getNextSibling()
- 定義:
- インタフェース
Node
内の getNextSibling
getNodeName
public String getNodeName()
- 定義:
- インタフェース
Node
内の getNodeName
getNodeType
public short getNodeType()
- 定義:
- インタフェース
Node
内の getNodeType
getNodeValue
public String getNodeValue()
throws DOMException
- 定義:
- インタフェース
Node
内の getNodeValue
- 例外:
DOMException
getOwnerDocument
public Document getOwnerDocument()
- 定義:
- インタフェース
Node
内の getOwnerDocument
getParentNode
public Node getParentNode()
- 定義:
- インタフェース
Node
内の getParentNode
getPrefix
public String getPrefix()
- 定義:
- インタフェース
Node
内の getPrefix
getPreviousSibling
public Node getPreviousSibling()
- 定義:
- インタフェース
Node
内の getPreviousSibling
getTextContent
public String getTextContent()
throws DOMException
- 定義:
- インタフェース
Node
内の getTextContent
- 例外:
DOMException
getUserData
public Object getUserData(String key)
- 定義:
- インタフェース
Node
内の getUserData
hasAttributes
public boolean hasAttributes()
- 定義:
- インタフェース
Node
内の hasAttributes
hasChildNodes
public boolean hasChildNodes()
- 定義:
- インタフェース
Node
内の hasChildNodes
insertBefore
public Node insertBefore(Node newChild,
Node refChild)
throws DOMException
- 定義:
- インタフェース
Node
内の insertBefore
- 例外:
DOMException
isDefaultNamespace
public boolean isDefaultNamespace(String namespaceURI)
- 定義:
- インタフェース
Node
内の isDefaultNamespace
isEqualNode
public boolean isEqualNode(Node arg)
- 定義:
- インタフェース
Node
内の isEqualNode
isSameNode
public boolean isSameNode(Node other)
- 定義:
- インタフェース
Node
内の isSameNode
isSupported
public boolean isSupported(String feature,
String version)
- 定義:
- インタフェース
Node
内の isSupported
lookupNamespaceURI
public String lookupNamespaceURI(String prefix)
- 定義:
- インタフェース
Node
内の lookupNamespaceURI
lookupPrefix
public String lookupPrefix(String namespaceURI)
- 定義:
- インタフェース
Node
内の lookupPrefix
normalize
public void normalize()
- 定義:
- インタフェース
Node
内の normalize
removeChild
public Node removeChild(Node oldChild)
throws DOMException
- 定義:
- インタフェース
Node
内の removeChild
- 例外:
DOMException
replaceChild
public Node replaceChild(Node newChild,
Node oldChild)
throws DOMException
- 定義:
- インタフェース
Node
内の replaceChild
- 例外:
DOMException
setNodeValue
public void setNodeValue(String nodeValue)
throws DOMException
- 定義:
- インタフェース
Node
内の setNodeValue
- 例外:
DOMException
setPrefix
public void setPrefix(String prefix)
throws DOMException
- 定義:
- インタフェース
Node
内の setPrefix
- 例外:
DOMException
setTextContent
public void setTextContent(String textContent)
throws DOMException
- 定義:
- インタフェース
Node
内の setTextContent
- 例外:
DOMException
setUserData
public Object setUserData(String key,
Object data,
UserDataHandler handler)
- 定義:
- インタフェース
Node
内の setUserData
getAttribute
public String getAttribute(String name)
- 定義:
- インタフェース
Element
内の getAttribute
getAttributeNS
public String getAttributeNS(String namespaceURI,
String localName)
throws DOMException
- 定義:
- インタフェース
Element
内の getAttributeNS
- 例外:
DOMException
getAttributeNode
public Attr getAttributeNode(String name)
- 定義:
- インタフェース
Element
内の getAttributeNode
getAttributeNodeNS
public Attr getAttributeNodeNS(String namespaceURI,
String localName)
throws DOMException
- 定義:
- インタフェース
Element
内の getAttributeNodeNS
- 例外:
DOMException
getElementsByTagName
public NodeList getElementsByTagName(String name)
- 定義:
- インタフェース
Element
内の getElementsByTagName
getElementsByTagNameNS
public NodeList getElementsByTagNameNS(String namespaceURI,
String localName)
throws DOMException
- 定義:
- インタフェース
Element
内の getElementsByTagNameNS
- 例外:
DOMException
getSchemaTypeInfo
public TypeInfo getSchemaTypeInfo()
- 定義:
- インタフェース
Element
内の getSchemaTypeInfo
getTagName
public String getTagName()
- 定義:
- インタフェース
Element
内の getTagName
hasAttribute
public boolean hasAttribute(String name)
- 定義:
- インタフェース
Element
内の hasAttribute
hasAttributeNS
public boolean hasAttributeNS(String namespaceURI,
String localName)
throws DOMException
- 定義:
- インタフェース
Element
内の hasAttributeNS
- 例外:
DOMException
removeAttribute
public void removeAttribute(String name)
throws DOMException
- 定義:
- インタフェース
Element
内の removeAttribute
- 例外:
DOMException
removeAttributeNS
public void removeAttributeNS(String namespaceURI,
String localName)
throws DOMException
- 定義:
- インタフェース
Element
内の removeAttributeNS
- 例外:
DOMException
removeAttributeNode
public Attr removeAttributeNode(Attr oldAttr)
throws DOMException
- 定義:
- インタフェース
Element
内の removeAttributeNode
- 例外:
DOMException
setAttribute
public void setAttribute(String name,
String value)
throws DOMException
- 定義:
- インタフェース
Element
内の setAttribute
- 例外:
DOMException
setAttributeNS
public void setAttributeNS(String namespaceURI,
String qualifiedName,
String value)
throws DOMException
- 定義:
- インタフェース
Element
内の setAttributeNS
- 例外:
DOMException
setAttributeNode
public Attr setAttributeNode(Attr newAttr)
throws DOMException
- 定義:
- インタフェース
Element
内の setAttributeNode
- 例外:
DOMException
setAttributeNodeNS
public Attr setAttributeNodeNS(Attr newAttr)
throws DOMException
- 定義:
- インタフェース
Element
内の setAttributeNodeNS
- 例外:
DOMException
setIdAttribute
public void setIdAttribute(String name,
boolean isId)
throws DOMException
- 定義:
- インタフェース
Element
内の setIdAttribute
- 例外:
DOMException
setIdAttributeNS
public void setIdAttributeNS(String namespaceURI,
String localName,
boolean isId)
throws DOMException
- 定義:
- インタフェース
Element
内の setIdAttributeNS
- 例外:
DOMException
setIdAttributeNode
public void setIdAttributeNode(Attr idAttr,
boolean isId)
throws DOMException
- 定義:
- インタフェース
Element
内の setIdAttributeNode
- 例外:
DOMException