软件包 | 描述 |
---|---|
javax.imageio.metadata |
一包I/O API处理读写的java图像元数据。
|
javax.xml.bind.annotation |
定义自定义java程序元素的XML Schema映射注释。
|
javax.xml.crypto.dom |
为
javax.xml.crypto DOM类具体包。
|
javax.xml.soap |
提供用于创建和生成消息的接口。
|
javax.xml.ws |
这个套件包含核心JAX-WS API。
|
javax.xml.ws.spi |
此包定义了斯皮思JAX-WS。
|
javax.xml.ws.wsaddressing |
此包定义了寻址API相关。
|
org.w3c.dom |
提供的文档对象模型(DOM)接口是一组API的
Java API for XML Processing。
|
org.w3c.dom.ls |
Modifier and Type | Class and Description |
---|---|
class |
IIOMetadataNode
|
Modifier and Type | Method and Description |
---|---|
Element |
W3CDomHandler.getElement(DOMResult r) |
Modifier and Type | Method and Description |
---|---|
Source |
W3CDomHandler.marshal(Element element, ValidationEventHandler errorHandler) |
Modifier and Type | Method and Description |
---|---|
Element |
DOMCryptoContext.getElementById(String idValue)
返回与指定ID属性值的
Element 。
|
Modifier and Type | Method and Description |
---|---|
void |
DOMCryptoContext.setIdAttributeNS(Element element, String namespaceURI, String localName)
寄存器的元素的属性中指定的命名空间URI和本地名称是类型ID。
|
Modifier and Type | Interface and Description |
---|---|
interface |
Detail
一个
DetailEntry 对象的容器。
|
interface |
DetailEntry
一
Detail 对象的内容,一
SOAPFault 对象给出细节。
|
interface |
SOAPBody
表示在一个肥皂消息中的皂体元素的内容的对象。
|
interface |
SOAPBodyElement
一个
SOAPBodyElement 对象代表一个
SOAPBody 对象的内容。
|
interface |
SOAPElement
表示允许但不由肥皂规范指定的元素的一个对象的对象。
|
interface |
SOAPEnvelope
为soapheader和一
SOAPPart 配糖体部分的容器对象。
|
interface |
SOAPFault
在包含错误和/或状态信息的
SOAPBody 对象元素。
|
interface |
SOAPFaultElement
在
SOAPFault 对象表示的内容。
|
interface |
SOAPHeader
一个肥皂头元素的表示。
|
interface |
SOAPHeaderElement
表示肥皂信封的肥皂头部分的内容的一个对象。
|
Modifier and Type | Method and Description |
---|---|
SOAPElement |
SOAPFactory.createElement(Element domElement)
创建从现有DOM
Element 一
SOAPElement 对象。
|
Modifier and Type | Method and Description |
---|---|
<T extends EndpointReference> |
WebServiceContext.getEndpointReference(类<T> clazz, Element... referenceParameters)
返回与此相关的
EndpointReference 端点。
|
abstract <T extends EndpointReference> |
Endpoint.getEndpointReference(类<T> clazz, Element... referenceParameters)
返回与此
Endpoint 实例关联的
EndpointReference 。
|
EndpointReference |
WebServiceContext.getEndpointReference(Element... referenceParameters)
返回此端点的
EndpointReference 。
|
abstract EndpointReference |
Endpoint.getEndpointReference(Element... referenceParameters)
返回与此
Endpoint 实例关联的
EndpointReference 。
|
Modifier and Type | Method and Description |
---|---|
abstract W3CEndpointReference |
Provider.createW3CEndpointReference(String address, QName serviceName, QName portName, List<Element> metadata, String wsdlDocumentLocation, List<Element> referenceParameters)
工厂方法来创建一个
W3CEndpointReference 。
|
abstract W3CEndpointReference |
Provider.createW3CEndpointReference(String address, QName serviceName, QName portName, List<Element> metadata, String wsdlDocumentLocation, List<Element> referenceParameters)
工厂方法来创建一个
W3CEndpointReference 。
|
W3CEndpointReference |
Provider.createW3CEndpointReference(String address, QName interfaceName, QName serviceName, QName portName, List<Element> metadata, String wsdlDocumentLocation, List<Element> referenceParameters, List<Element> elements, Map<QName,String> attributes)
工厂方法来创建一个
W3CEndpointReference 。
|
W3CEndpointReference |
Provider.createW3CEndpointReference(String address, QName interfaceName, QName serviceName, QName portName, List<Element> metadata, String wsdlDocumentLocation, List<Element> referenceParameters, List<Element> elements, Map<QName,String> attributes)
工厂方法来创建一个
W3CEndpointReference 。
|
W3CEndpointReference |
Provider.createW3CEndpointReference(String address, QName interfaceName, QName serviceName, QName portName, List<Element> metadata, String wsdlDocumentLocation, List<Element> referenceParameters, List<Element> elements, Map<QName,String> attributes)
工厂方法来创建一个
W3CEndpointReference 。
|
Modifier and Type | Method and Description |
---|---|
W3CEndpointReferenceBuilder |
W3CEndpointReferenceBuilder.element(Element element)
添加一个扩展元素的
W3CEndpointReference 实例的
wsa:EndpointReference 元。
|
W3CEndpointReferenceBuilder |
W3CEndpointReferenceBuilder.metadata(Element metadataElement)
加
metadataElement 的
W3CEndpointReference 实例的
wsa:Metadata 元。
|
W3CEndpointReferenceBuilder |
W3CEndpointReferenceBuilder.referenceParameter(Element referenceParameter)
加
referenceParameter 的
W3CEndpointReference 实例
wsa:ReferenceParameters 元。
|
Modifier and Type | Method and Description |
---|---|
Element |
Document.createElement(String tagName)
创建指定的类型的元素。
|
Element |
Document.createElementNS(String namespaceURI, String qualifiedName)
创建一个元素的名称和命名空间URI。
|
Element |
Document.getDocumentElement()
这是一个方便的属性,它允许直接访问是文档的文档元素的子节点。
|
Element |
Document.getElementById(String elementId)
返回
Element 具有给定值的ID属性。
|
Element |
Attr.getOwnerElement()
Element 节点的属性是附加到或
null 如果这个属性没有被使用。
|
Modifier and Type | Method and Description |
---|---|
short |
LSParserFilter.startElement(Element elementArg)
分析器将在每
Element 开始标记已扫描的调用这个方法,但在
Element 其余处理。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.