public class SoapHeaderElementAdapter extends Object implements SOAPHeaderElement
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| コンストラクタと説明 |
|---|
SoapHeaderElementAdapter() |
public String getActor()
getActor インタフェース内 SOAPHeaderElementpublic boolean getMustUnderstand()
getMustUnderstand インタフェース内 SOAPHeaderElementpublic boolean getRelay()
getRelay インタフェース内 SOAPHeaderElementpublic String getRole()
getRole インタフェース内 SOAPHeaderElementpublic void setActor(String actorURI)
setActor インタフェース内 SOAPHeaderElementpublic void setMustUnderstand(boolean mustUnderstand)
setMustUnderstand インタフェース内 SOAPHeaderElementpublic void setRelay(boolean relay)
throws SOAPException
setRelay インタフェース内 SOAPHeaderElementSOAPExceptionpublic void setRole(String uri) throws SOAPException
setRole インタフェース内 SOAPHeaderElementSOAPExceptionpublic SOAPElement addAttribute(Name name, String value) throws SOAPException
addAttribute インタフェース内 SOAPElementSOAPExceptionpublic SOAPElement addAttribute(QName qname, String value) throws SOAPException
addAttribute インタフェース内 SOAPElementSOAPExceptionpublic SOAPElement addChildElement(Name name) throws SOAPException
addChildElement インタフェース内 SOAPElementSOAPExceptionpublic SOAPElement addChildElement(QName qname) throws SOAPException
addChildElement インタフェース内 SOAPElementSOAPExceptionpublic SOAPElement addChildElement(String localName) throws SOAPException
addChildElement インタフェース内 SOAPElementSOAPExceptionpublic SOAPElement addChildElement(SOAPElement element) throws SOAPException
addChildElement インタフェース内 SOAPElementSOAPExceptionpublic SOAPElement addChildElement(String localName, String prefix) throws SOAPException
addChildElement インタフェース内 SOAPElementSOAPExceptionpublic SOAPElement addChildElement(String localName, String prefix, String uri) throws SOAPException
addChildElement インタフェース内 SOAPElementSOAPExceptionpublic SOAPElement addNamespaceDeclaration(String prefix, String uri) throws SOAPException
addNamespaceDeclaration インタフェース内 SOAPElementSOAPExceptionpublic SOAPElement addTextNode(String text) throws SOAPException
addTextNode インタフェース内 SOAPElementSOAPExceptionpublic QName createQName(String localName, String prefix) throws SOAPException
createQName インタフェース内 SOAPElementSOAPExceptionpublic Iterator<Name> getAllAttributes()
getAllAttributes インタフェース内 SOAPElementpublic Iterator<QName> getAllAttributesAsQNames()
getAllAttributesAsQNames インタフェース内 SOAPElementpublic String getAttributeValue(Name name)
getAttributeValue インタフェース内 SOAPElementpublic String getAttributeValue(QName qname)
getAttributeValue インタフェース内 SOAPElementpublic Iterator<SOAPElement> getChildElements()
getChildElements インタフェース内 SOAPElementpublic Iterator<SOAPElement> getChildElements(Name name)
getChildElements インタフェース内 SOAPElementpublic Iterator<SOAPElement> getChildElements(QName qname)
getChildElements インタフェース内 SOAPElementpublic Name getElementName()
getElementName インタフェース内 SOAPElementpublic QName getElementQName()
getElementQName インタフェース内 SOAPElementpublic String getEncodingStyle()
getEncodingStyle インタフェース内 SOAPElementpublic Iterator<String> getNamespacePrefixes()
getNamespacePrefixes インタフェース内 SOAPElementpublic String getNamespaceURI(String prefix)
getNamespaceURI インタフェース内 SOAPElementpublic Iterator<String> getVisibleNamespacePrefixes()
getVisibleNamespacePrefixes インタフェース内 SOAPElementpublic boolean removeAttribute(Name name)
removeAttribute インタフェース内 SOAPElementpublic boolean removeAttribute(QName qname)
removeAttribute インタフェース内 SOAPElementpublic void removeContents()
removeContents インタフェース内 SOAPElementpublic boolean removeNamespaceDeclaration(String prefix)
removeNamespaceDeclaration インタフェース内 SOAPElementpublic SOAPElement setElementQName(QName newName) throws SOAPException
setElementQName インタフェース内 SOAPElementSOAPExceptionpublic void setEncodingStyle(String encodingStyle) throws SOAPException
setEncodingStyle インタフェース内 SOAPElementSOAPExceptionpublic void detachNode()
public SOAPElement getParentElement()
public String getValue()
public void recycleNode()
public void setParentElement(SOAPElement parent) throws SOAPException
SOAPExceptionpublic void setValue(String value)
public Node appendChild(Node newChild) throws DOMException
appendChild インタフェース内 NodeDOMExceptionpublic short compareDocumentPosition(Node other) throws DOMException
compareDocumentPosition インタフェース内 NodeDOMExceptionpublic NamedNodeMap getAttributes()
getAttributes インタフェース内 Nodepublic String getBaseURI()
getBaseURI インタフェース内 Nodepublic NodeList getChildNodes()
getChildNodes インタフェース内 Nodepublic Object getFeature(String feature, String version)
getFeature インタフェース内 Nodepublic Node getFirstChild()
getFirstChild インタフェース内 Nodepublic Node getLastChild()
getLastChild インタフェース内 Nodepublic String getLocalName()
getLocalName インタフェース内 Nodepublic String getNamespaceURI()
getNamespaceURI インタフェース内 Nodepublic Node getNextSibling()
getNextSibling インタフェース内 Nodepublic String getNodeName()
getNodeName インタフェース内 Nodepublic short getNodeType()
getNodeType インタフェース内 Nodepublic String getNodeValue() throws DOMException
getNodeValue インタフェース内 NodeDOMExceptionpublic Document getOwnerDocument()
getOwnerDocument インタフェース内 Nodepublic Node getParentNode()
getParentNode インタフェース内 Nodepublic Node getPreviousSibling()
getPreviousSibling インタフェース内 Nodepublic String getTextContent() throws DOMException
getTextContent インタフェース内 NodeDOMExceptionpublic Object getUserData(String key)
getUserData インタフェース内 Nodepublic boolean hasAttributes()
hasAttributes インタフェース内 Nodepublic boolean hasChildNodes()
hasChildNodes インタフェース内 Nodepublic Node insertBefore(Node newChild, Node refChild) throws DOMException
insertBefore インタフェース内 NodeDOMExceptionpublic boolean isDefaultNamespace(String namespaceURI)
isDefaultNamespace インタフェース内 Nodepublic boolean isEqualNode(Node arg)
isEqualNode インタフェース内 Nodepublic boolean isSameNode(Node other)
isSameNode インタフェース内 Nodepublic boolean isSupported(String feature, String version)
isSupported インタフェース内 Nodepublic String lookupNamespaceURI(String prefix)
lookupNamespaceURI インタフェース内 Nodepublic String lookupPrefix(String namespaceURI)
lookupPrefix インタフェース内 Nodepublic Node removeChild(Node oldChild) throws DOMException
removeChild インタフェース内 NodeDOMExceptionpublic Node replaceChild(Node newChild, Node oldChild) throws DOMException
replaceChild インタフェース内 NodeDOMExceptionpublic void setNodeValue(String nodeValue) throws DOMException
setNodeValue インタフェース内 NodeDOMExceptionpublic void setPrefix(String prefix) throws DOMException
setPrefix インタフェース内 NodeDOMExceptionpublic void setTextContent(String textContent) throws DOMException
setTextContent インタフェース内 NodeDOMExceptionpublic Object setUserData(String key, Object data, UserDataHandler handler)
setUserData インタフェース内 Nodepublic String getAttribute(String name)
getAttribute インタフェース内 Elementpublic String getAttributeNS(String namespaceURI, String localName) throws DOMException
getAttributeNS インタフェース内 ElementDOMExceptionpublic Attr getAttributeNode(String name)
getAttributeNode インタフェース内 Elementpublic Attr getAttributeNodeNS(String namespaceURI, String localName) throws DOMException
getAttributeNodeNS インタフェース内 ElementDOMExceptionpublic NodeList getElementsByTagName(String name)
getElementsByTagName インタフェース内 Elementpublic NodeList getElementsByTagNameNS(String namespaceURI, String localName) throws DOMException
getElementsByTagNameNS インタフェース内 ElementDOMExceptionpublic TypeInfo getSchemaTypeInfo()
getSchemaTypeInfo インタフェース内 Elementpublic String getTagName()
getTagName インタフェース内 Elementpublic boolean hasAttribute(String name)
hasAttribute インタフェース内 Elementpublic boolean hasAttributeNS(String namespaceURI, String localName) throws DOMException
hasAttributeNS インタフェース内 ElementDOMExceptionpublic void removeAttribute(String name) throws DOMException
removeAttribute インタフェース内 ElementDOMExceptionpublic void removeAttributeNS(String namespaceURI, String localName) throws DOMException
removeAttributeNS インタフェース内 ElementDOMExceptionpublic Attr removeAttributeNode(Attr oldAttr) throws DOMException
removeAttributeNode インタフェース内 ElementDOMExceptionpublic void setAttribute(String name, String value) throws DOMException
setAttribute インタフェース内 ElementDOMExceptionpublic void setAttributeNS(String namespaceURI, String qualifiedName, String value) throws DOMException
setAttributeNS インタフェース内 ElementDOMExceptionpublic Attr setAttributeNode(Attr newAttr) throws DOMException
setAttributeNode インタフェース内 ElementDOMExceptionpublic Attr setAttributeNodeNS(Attr newAttr) throws DOMException
setAttributeNodeNS インタフェース内 ElementDOMExceptionpublic void setIdAttribute(String name, boolean isId) throws DOMException
setIdAttribute インタフェース内 ElementDOMExceptionpublic void setIdAttributeNS(String namespaceURI, String localName, boolean isId) throws DOMException
setIdAttributeNS インタフェース内 ElementDOMExceptionpublic void setIdAttributeNode(Attr idAttr, boolean isId) throws DOMException
setIdAttributeNode インタフェース内 ElementDOMExceptionCopyright © 2017. All rights reserved.