| Package | Description |
|---|---|
| javax.imageio.metadata |
A package of the Java Image I/O API dealing with reading and writing metadata.
|
| javax.xml.bind.annotation |
Defines annotations for customizing Java program elements to XML Schema mapping.
|
| javax.xml.crypto.dom |
DOM-specific classes for the
javax.xml.crypto package.
|
| javax.xml.soap |
Provides the API for creating and building SOAP messages.
|
| javax.xml.ws |
This package contains the core JAX-WS APIs.
|
| javax.xml.ws.spi |
This package defines SPIs for JAX-WS.
|
| javax.xml.ws.wsaddressing |
This package defines APIs related to WS-Addressing.
|
| org.w3c.dom |
Provides the interfaces for the Document Object Model (DOM) which is a component API of the
Java API for XML Processing.
|
| org.w3c.dom.css | |
| org.w3c.dom.html | |
| org.w3c.dom.ls | |
| org.w3c.dom.xpath |
| Modifier and Type | Class and Description |
|---|---|
class |
IIOMetadataNode
A class representing a node in a meta-data tree, which implements the
org.w3c.dom.Element interface and additionally allows for the storage of non-textual objects via the
getUserObject and
setUserObject methods.
|
| Modifier and Type | Method and Description |
|---|---|
Element |
W3CDomHandler.getElement(DOMResult
|
| Modifier and Type | Method and Description |
|---|---|
Source |
W3CDomHandler.marshal(Element
|
| Modifier and Type | Method and Description |
|---|---|
Element |
DOMCryptoContext.getElementById(String
Returns the
Element with the specified ID attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DOMCryptoContext.setIdAttributeNS(Element
Registers the element's attribute specified by the namespace URI and local name to be of type ID.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Detail
A container for
DetailEntry objects.
|
interface |
DetailEntry
The content for a
Detail object, giving details for a
SOAPFault object.
|
interface |
SOAPBody
An object that represents the contents of the SOAP body element in a SOAP message.
|
interface |
SOAPBodyElement
A
SOAPBodyElement object represents the contents in a
SOAPBody object.
|
interface |
SOAPElement
An object representing an element of a SOAP message that is allowed but not specifically prescribed by a SOAP specification.
|
interface |
SOAPEnvelope
The container for the SOAPHeader and SOAPBody portions of a
SOAPPart object.
|
interface |
SOAPFault
An element in the
SOAPBody object that contains error and/or status information.
|
interface |
SOAPFaultElement
A representation of the contents in a
SOAPFault object.
|
interface |
SOAPHeader
A representation of the SOAP header element.
|
interface |
SOAPHeaderElement
An object representing the contents in the SOAP header part of the SOAP envelope.
|
| Modifier and Type | Method and Description |
|---|---|
SOAPElement |
SOAPFactory.createElement(Element
Creates a
SOAPElement object from an existing DOM
Element.
|
| Modifier and Type | Method and Description |
|---|---|
abstract <T extends EndpointReference |
Endpoint.getEndpointReference(Class
Returns the
EndpointReference associated with this
Endpoint instance.
|
<T extends EndpointReference |
WebServiceContext.getEndpointReference(Class
Returns the
EndpointReference associated with this endpoint.
|
abstract EndpointReference |
Endpoint.getEndpointReference(Element
Returns the
EndpointReference associated with this
Endpoint instance.
|
EndpointReference |
WebServiceContext.getEndpointReference(Element
Returns the
EndpointReference for this endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
abstract W3CEndpointReference |
Provider.createW3CEndpointReference(String
Factory method to create a
W3CEndpointReference.
|
abstract W3CEndpointReference |
Provider.createW3CEndpointReference(String
Factory method to create a
W3CEndpointReference.
|
W3CEndpointReference |
Provider.createW3CEndpointReference(String
Factory method to create a
W3CEndpointReference.
|
W3CEndpointReference |
Provider.createW3CEndpointReference(String
Factory method to create a
W3CEndpointReference.
|
W3CEndpointReference |
Provider.createW3CEndpointReference(String
Factory method to create a
W3CEndpointReference.
|
| Modifier and Type | Method and Description |
|---|---|
W3CEndpointReferenceBuilder |
W3CEndpointReferenceBuilder.element(Element
Adds an extension element to the
W3CEndpointReference instance's
wsa:EndpointReference element.
|
W3CEndpointReferenceBuilder |
W3CEndpointReferenceBuilder.metadata(Element
Adds the
metadataElement to the
W3CEndpointReference instance's
wsa:Metadata element.
|
W3CEndpointReferenceBuilder |
W3CEndpointReferenceBuilder.referenceParameter(Element
Adds the
referenceParameter to the
W3CEndpointReference instance
wsa:ReferenceParameters element.
|
| Modifier and Type | Method and Description |
|---|---|
Element |
Document.createElement(String
Creates an element of the type specified.
|
Element |
Document.createElementNS(String
Creates an element of the given qualified name and namespace URI.
|
Element |
Document.getDocumentElement()
This is a convenience attribute that allows direct access to the child node that is the document element of the document.
|
Element |
Document.getElementById(String
Returns the
Element that has an ID attribute with the given value.
|
Element |
Attr.getOwnerElement()
The
Element node this attribute is attached to or
null if this attribute is not in use.
|
| Modifier and Type | Method and Description |
|---|---|
CSSStyleDeclaration |
ViewCSS.getComputedStyle(Element
This method is used to get the computed style as it is defined in [
CSS2].
|
CSSStyleDeclaration |
DocumentCSS.getOverrideStyle(Element
This method is used to retrieve the override style declaration for a specified element and a specified pseudo-element.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HTMLAnchorElement
The anchor element.
|
interface |
HTMLAppletElement
An embedded Java applet.
|
interface |
HTMLAreaElement
Client-side image map area definition.
|
interface |
HTMLBaseElement
Document base URI.
|
interface |
HTMLBaseFontElement
Base font.
|
interface |
HTMLBodyElement
The HTML document body.
|
interface |
HTMLBRElement
Force a line break.
|
interface |
HTMLButtonElement
Push button.
|
interface |
HTMLDirectoryElement
Directory list.
|
interface |
HTMLDivElement
Generic block container.
|
interface |
HTMLDListElement
Definition list.
|
interface |
HTMLElement
All HTML element interfaces derive from this class.
|
interface |
HTMLFieldSetElement
Organizes form controls into logical groups.
|
interface |
HTMLFontElement
Local change to font.
|
interface |
HTMLFormElement
The
FORM element encompasses behavior similar to a collection and an element.
|
interface |
HTMLFrameElement
Create a frame.
|
interface |
HTMLFrameSetElement
Create a grid of frames.
|
interface |
HTMLHeadElement
Document head information.
|
interface |
HTMLHeadingElement
For the
H1 to
H6 elements.
|
interface |
HTMLHRElement
Create a horizontal rule.
|
interface |
HTMLHtmlElement
Root of an HTML document.
|
interface |
HTMLIFrameElement
Inline subwindows.
|
interface |
HTMLImageElement
Embedded image.
|
interface |
HTMLInputElement
Form control.
|
interface |
HTMLIsIndexElement
This element is used for single-line text input.
|
interface |
HTMLLabelElement
Form field label text.
|
interface |
HTMLLegendElement
Provides a caption for a
FIELDSET grouping.
|
interface |
HTMLLIElement
List item.
|
interface |
HTMLLinkElement
The
LINK element specifies a link to an external resource, and defines this document's relationship to that resource (or vice versa).
|
interface |
HTMLMapElement
Client-side image map.
|
interface |
HTMLMenuElement
Menu list.
|
interface |
HTMLMetaElement
This contains generic meta-information about the document.
|
interface |
HTMLModElement
Notice of modification to part of a document.
|
interface |
HTMLObjectElement
Generic embedded object.
|
interface |
HTMLOListElement
Ordered list.
|
interface |
HTMLOptGroupElement
Group options together in logical subdivisions.
|
interface |
HTMLOptionElement
A selectable choice.
|
interface |
HTMLParagraphElement
Paragraphs.
|
interface |
HTMLParamElement
Parameters fed to the
OBJECT element.
|
interface |
HTMLPreElement
Preformatted text.
|
interface |
HTMLQuoteElement
For the
Q and
BLOCKQUOTE elements.
|
interface |
HTMLScriptElement
Script statements.
|
interface |
HTMLSelectElement
The select element allows the selection of an option.
|
interface |
HTMLStyleElement
Style information.
|
interface |
HTMLTableCaptionElement
Table caption See the CAPTION element definition in HTML 4.0.
|
interface |
HTMLTableCellElement
The object used to represent the
TH and
TD elements.
|
interface |
HTMLTableColElement
Regroups the
COL and
COLGROUP elements.
|
interface |
HTMLTableElement
The create* and delete* methods on the table allow authors to construct and modify tables.
|
interface |
HTMLTableRowElement
A row in a table.
|
interface |
HTMLTableSectionElement
The
THEAD ,
TFOOT , and
TBODY elements.
|
interface |
HTMLTextAreaElement
Multi-line text field.
|
interface |
HTMLTitleElement
The document title.
|
interface |
HTMLUListElement
Unordered list.
|
| Modifier and Type | Method and Description |
|---|---|
short |
LSParserFilter.startElement(Element
The parser will call this method after each
Element start tag has been scanned, but before the remainder of the
Element is processed.
|
| Modifier and Type | Method and Description |
|---|---|
Element |
XPathNamespace.getOwnerElement()
The
Element on which the namespace was in scope when it was requested.
|