Uses of Interface
org.w3c.dom.Element
-
Packages that use Element Package Description javax.imageio.metadata A package of the Java Image I/O API dealing with reading and writing metadata.javax.xml.crypto.dom DOM-specific classes for thejavax.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).org.w3c.dom.css Provides interfaces for DOM Level 2 Style Specification.org.w3c.dom.html Provides interfaces for DOM Level 2 HTML Specification.org.w3c.dom.ls Provides interfaces for DOM Level 3 Load and Save.org.w3c.dom.xpath Provides interfaces for DOM Level 3 XPath Specification. -
-
Uses of Element in javax.imageio.metadata
Classes in javax.imageio.metadata that implement Element Modifier and Type Class Description class
IIOMetadataNode
A class representing a node in a meta-data tree, which implements theorg.w3c.dom.Element
interface and additionally allows for the storage of non-textual objects via thegetUserObject
andsetUserObject
methods. -
Uses of Element in javax.xml.crypto.dom
Methods in javax.xml.crypto.dom that return Element Modifier and Type Method Description Element
DOMCryptoContext. getElementById(String idValue)
Returns theElement
with the specified ID attribute value.Methods in javax.xml.crypto.dom that return types with arguments of type Element Modifier and Type Method Description Iterator<Map.Entry<String,Element>>
DOMCryptoContext. iterator()
Returns a read-only iterator over the set of Id/Element mappings of thisDOMCryptoContext
.Methods in javax.xml.crypto.dom with parameters of type Element Modifier and Type Method Description void
DOMCryptoContext. setIdAttributeNS(Element element, String namespaceURI, String localName)
Registers the element's attribute specified by the namespace URI and local name to be of type ID. -
Uses of Element in javax.xml.soap
Subinterfaces of Element in javax.xml.soap Modifier and Type Interface Description interface
Detail
A container forDetailEntry
objects.interface
DetailEntry
The content for aDetail
object, giving details for aSOAPFault
object.interface
SOAPBody
An object that represents the contents of the SOAP body element in a SOAP message.interface
SOAPBodyElement
ASOAPBodyElement
object represents the contents in aSOAPBody
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 aSOAPPart
object.interface
SOAPFault
An element in theSOAPBody
object that contains error and/or status information.interface
SOAPFaultElement
A representation of the contents in aSOAPFault
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.Methods in javax.xml.soap with parameters of type Element Modifier and Type Method Description SOAPElement
SOAPFactory. createElement(Element domElement)
Creates aSOAPElement
object from an existing DOMElement
. -
Uses of Element in javax.xml.ws
Methods in javax.xml.ws with parameters of type Element Modifier and Type Method Description abstract <T extends EndpointReference>
TEndpoint. getEndpointReference(Class<T> clazz, Element... referenceParameters)
Returns theEndpointReference
associated with thisEndpoint
instance.abstract EndpointReference
Endpoint. getEndpointReference(Element... referenceParameters)
Returns theEndpointReference
associated with thisEndpoint
instance.<T extends EndpointReference>
TWebServiceContext. getEndpointReference(Class<T> clazz, Element... referenceParameters)
Returns theEndpointReference
associated with this endpoint.EndpointReference
WebServiceContext. getEndpointReference(Element... referenceParameters)
Returns theEndpointReference
for this endpoint. -
Uses of Element in javax.xml.ws.spi
Method parameters in javax.xml.ws.spi with type arguments of type Element Modifier and Type Method Description abstract W3CEndpointReference
Provider. createW3CEndpointReference(String address, QName serviceName, QName portName, List<Element> metadata, String wsdlDocumentLocation, List<Element> referenceParameters)
Factory method to create aW3CEndpointReference
.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)
Factory method to create aW3CEndpointReference
. -
Uses of Element in javax.xml.ws.wsaddressing
Methods in javax.xml.ws.wsaddressing with parameters of type Element Modifier and Type Method Description W3CEndpointReferenceBuilder
W3CEndpointReferenceBuilder. element(Element element)
Adds an extension element to theW3CEndpointReference
instance'swsa:EndpointReference
element.W3CEndpointReferenceBuilder
W3CEndpointReferenceBuilder. metadata(Element metadataElement)
Adds themetadataElement
to theW3CEndpointReference
instance'swsa:Metadata
element.W3CEndpointReferenceBuilder
W3CEndpointReferenceBuilder. referenceParameter(Element referenceParameter)
Adds thereferenceParameter
to theW3CEndpointReference
instancewsa:ReferenceParameters
element. -
Uses of Element in org.w3c.dom
Methods in org.w3c.dom that return Element Modifier and Type Method Description Element
Document. createElement(String tagName)
Creates an element of the type specified.Element
Document. createElementNS(String namespaceURI, String qualifiedName)
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 elementId)
Returns theElement
that has an ID attribute with the given value.Element
ElementTraversal. getFirstElementChild()
Returns a reference to the first child node of the element which is of theElement
type.Element
ElementTraversal. getLastElementChild()
Returns a reference to the last child node of the element which is of theElement
type.Element
ElementTraversal. getNextElementSibling()
Returns a reference to the sibling node of the element which most immediately follows the element in document order, and which is of theElement
type.Element
Attr. getOwnerElement()
TheElement
node this attribute is attached to ornull
if this attribute is not in use.Element
ElementTraversal. getPreviousElementSibling()
Returns a reference to the sibling node of the element which most immediately precedes the element in document order, and which is of theElement
type. -
Uses of Element in org.w3c.dom.css
Methods in org.w3c.dom.css with parameters of type Element Modifier and Type Method Description CSSStyleDeclaration
ViewCSS. getComputedStyle(Element elt, String pseudoElt)
This method is used to get the computed style as it is defined in [CSS2].CSSStyleDeclaration
DocumentCSS. getOverrideStyle(Element elt, String pseudoElt)
This method is used to retrieve the override style declaration for a specified element and a specified pseudo-element. -
Uses of Element in org.w3c.dom.html
Subinterfaces of Element in org.w3c.dom.html Modifier and Type Interface 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
TheFORM
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 theH1
toH6
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 aFIELDSET
grouping.interface
HTMLLIElement
List item.interface
HTMLLinkElement
TheLINK
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 theOBJECT
element.interface
HTMLPreElement
Preformatted text.interface
HTMLQuoteElement
For theQ
andBLOCKQUOTE
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 theTH
andTD
elements.interface
HTMLTableColElement
Regroups theCOL
andCOLGROUP
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
TheTHEAD
,TFOOT
, andTBODY
elements.interface
HTMLTextAreaElement
Multi-line text field.interface
HTMLTitleElement
The document title.interface
HTMLUListElement
Unordered list. -
Uses of Element in org.w3c.dom.ls
Methods in org.w3c.dom.ls with parameters of type Element Modifier and Type Method Description short
LSParserFilter. startElement(Element elementArg)
The parser will call this method after eachElement
start tag has been scanned, but before the remainder of theElement
is processed. -
Uses of Element in org.w3c.dom.xpath
Methods in org.w3c.dom.xpath that return Element Modifier and Type Method Description Element
XPathNamespace. getOwnerElement()
TheElement
on which the namespace was in scope when it was requested.
-