|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Element in org.apache.html.dom |
---|
Methods in org.apache.html.dom that return Element | |
---|---|
Element |
HTMLDocumentImpl.createElement(java.lang.String tagName)
|
Element |
HTMLDocumentImpl.createElementNS(java.lang.String namespaceURI,
java.lang.String qualifiedName)
|
Element |
HTMLDocumentImpl.createElementNS(java.lang.String namespaceURI,
java.lang.String qualifiedName,
java.lang.String localpart)
Xerces-specific constructor. |
Element |
HTMLDocumentImpl.getDocumentElement()
|
Element |
HTMLDocumentImpl.getElementById(java.lang.String elementId)
|
Uses of Element in org.apache.wml |
---|
Subinterfaces of Element in org.apache.wml | |
---|---|
interface |
WMLAccessElement
The interface is modeled after DOM1 Spec for HTML from W3C. |
interface |
WMLAElement
The interface is modeled after DOM1 Spec for HTML from W3C. |
interface |
WMLAnchorElement
The interface is modeled after DOM1 Spec for HTML from W3C. |
interface |
WMLBElement
The interface is modeled after DOM1 Spec for HTML from W3C. |
interface |
WMLBigElement
The interface is modeled after DOM1 Spec for HTML from W3C. |
interface |
WMLBrElement
The interface is modeled after DOM1 Spec for HTML from W3C. |
interface |
WMLCardElement
The interface is modeled after DOM1 Spec for HTML from W3C. |
interface |
WMLDoElement
The interface is modeled after DOM1 Spec for HTML from W3C. |
interface |
WMLElement
The interface is modeled after DOM1 Spec for HTML from W3C. |
interface |
WMLEmElement
The interface is modeled after DOM1 Spec for HTML from W3C. |
interface |
WMLFieldsetElement
The interface is modeled after DOM1 Spec for HTML from W3C. |
interface |
WMLGoElement
The interface is modeled after DOM1 Spec for HTML from W3C. |
interface |
WMLHeadElement
The interface is modeled after DOM1 Spec for HTML from W3C. |
interface |
WMLIElement
The interface is modeled after DOM1 Spec for HTML from W3C. |
interface |
WMLImgElement
The interface is modeled after DOM1 Spec for HTML from W3C. |
interface |
WMLInputElement
The interface is modeled after DOM1 Spec for HTML from W3C. |
interface |
WMLMetaElement
The interface is modeled after DOM1 Spec for HTML from W3C. |
interface |
WMLNoopElement
The interface is modeled after DOM1 Spec for HTML from W3C. |
interface |
WMLOneventElement
The interface is modeled after DOM1 Spec for HTML from W3C. |
interface |
WMLOptgroupElement
The interface is modeled after DOM1 Spec for HTML from W3C. |
interface |
WMLOptionElement
The interface is modeled after DOM1 Spec for HTML from W3C. |
interface |
WMLPElement
The interface is modeled after DOM1 Spec for HTML from W3C. |
interface |
WMLPostfieldElement
The interface is modeled after DOM1 Spec for HTML from W3C. |
interface |
WMLPrevElement
The interface is modeled after DOM1 Spec for HTML from W3C. |
interface |
WMLRefreshElement
The interface is modeled after DOM1 Spec for HTML from W3C. |
interface |
WMLSelectElement
The interface is modeled after DOM1 Spec for HTML from W3C. |
interface |
WMLSetvarElement
The interface is modeled after DOM1 Spec for HTML from W3C. |
interface |
WMLSmallElement
The interface is modeled after DOM1 Spec for HTML from W3C. |
interface |
WMLStrongElement
The interface is modeled after DOM1 Spec for HTML from W3C. |
interface |
WMLTableElement
The interface is modeled after DOM1 Spec for HTML from W3C. |
interface |
WMLTdElement
The interface is modeled after DOM1 Spec for HTML from W3C. |
interface |
WMLTemplateElement
The interface is modeled after DOM1 Spec for HTML from W3C. |
interface |
WMLTimerElement
The interface is modeled after DOM1 Spec for HTML from W3C. |
interface |
WMLTrElement
The interface is modeled after DOM1 Spec for HTML from W3C. |
interface |
WMLUElement
The interface is modeled after DOM1 Spec for HTML from W3C. |
interface |
WMLWmlElement
The interface is modeled after DOM1 Spec for HTML from W3C. |
Uses of Element in org.apache.wml.dom |
---|
Classes in org.apache.wml.dom that implement Element | |
---|---|
class |
WMLAccessElementImpl
|
class |
WMLAElementImpl
|
class |
WMLAnchorElementImpl
|
class |
WMLBElementImpl
|
class |
WMLBigElementImpl
|
class |
WMLBrElementImpl
|
class |
WMLCardElementImpl
|
class |
WMLDoElementImpl
|
class |
WMLElementImpl
|
class |
WMLEmElementImpl
|
class |
WMLFieldsetElementImpl
|
class |
WMLGoElementImpl
|
class |
WMLHeadElementImpl
|
class |
WMLIElementImpl
|
class |
WMLImgElementImpl
|
class |
WMLInputElementImpl
|
class |
WMLMetaElementImpl
|
class |
WMLNoopElementImpl
|
class |
WMLOneventElementImpl
|
class |
WMLOptgroupElementImpl
|
class |
WMLOptionElementImpl
|
class |
WMLPElementImpl
|
class |
WMLPostfieldElementImpl
|
class |
WMLPrevElementImpl
|
class |
WMLRefreshElementImpl
|
class |
WMLSelectElementImpl
|
class |
WMLSetvarElementImpl
|
class |
WMLSmallElementImpl
|
class |
WMLStrongElementImpl
|
class |
WMLTableElementImpl
|
class |
WMLTdElementImpl
|
class |
WMLTemplateElementImpl
|
class |
WMLTimerElementImpl
|
class |
WMLTrElementImpl
|
class |
WMLUElementImpl
|
class |
WMLWmlElementImpl
|
Methods in org.apache.wml.dom that return Element | |
---|---|
Element |
WMLDocumentImpl.createElement(java.lang.String tagName)
|
Uses of Element in org.apache.xerces.dom |
---|
Classes in org.apache.xerces.dom that implement Element | |
---|---|
class |
DeferredElementImpl
Elements represent most of the "markup" and structure of the document. |
class |
DeferredElementNSImpl
DeferredElementNSImpl is to ElementNSImpl, what DeferredElementImpl is to ElementImpl. |
class |
ElementImpl
Elements represent most of the "markup" and structure of the document. |
class |
ElementNSImpl
ElementNSImpl inherits from ElementImpl and adds namespace support. |
class |
PSVIElementNSImpl
Element namespace implementation; stores PSVI element items. |
Methods in org.apache.xerces.dom that return Element | |
---|---|
Element |
CoreDocumentImpl.createElement(java.lang.String tagName)
Factory method; creates an Element having this Document as its OwnerDoc. |
Element |
CoreDocumentImpl.createElementNS(java.lang.String namespaceURI,
java.lang.String qualifiedName)
Introduced in DOM Level 2. |
Element |
PSVIDocumentImpl.createElementNS(java.lang.String namespaceURI,
java.lang.String qualifiedName)
Create an element with PSVI information |
Element |
CoreDocumentImpl.createElementNS(java.lang.String namespaceURI,
java.lang.String qualifiedName,
java.lang.String localpart)
NON-DOM: a factory method used by the Xerces DOM parser to create an element. |
Element |
PSVIDocumentImpl.createElementNS(java.lang.String namespaceURI,
java.lang.String qualifiedName,
java.lang.String localpart)
Create an element with PSVI information |
Element |
CoreDocumentImpl.getDocumentElement()
Convenience method, allowing direct access to the child node which is considered the root of the actual document content. |
Element |
AttrImpl.getElement()
Deprecated. Previous working draft of DOM Level 2. New method is getOwnerElement(). |
Element |
CoreDocumentImpl.getElementById(java.lang.String elementId)
Introduced in DOM Level 2 Returns the Element whose ID is given by elementId. |
Element |
CoreDocumentImpl.getIdentifier(java.lang.String idName)
Returns a previously registered element with the specified identifier name, or null if no element is registered. |
Element |
AttrImpl.getOwnerElement()
Returns the element node that this attribute is associated with, or null if the attribute has not been added to an element. |
Methods in org.apache.xerces.dom with parameters of type Element | |
---|---|
void |
CoreDocumentImpl.putIdentifier(java.lang.String idName,
Element element)
Registers an identifier name with a specified element node. |
Uses of Element in org.apache.xerces.impl.xs |
---|
Constructors in org.apache.xerces.impl.xs with parameters of type Element | |
---|---|
SchemaNamespaceSupport(Element schemaRoot,
SymbolTable symbolTable)
|
Uses of Element in org.apache.xerces.impl.xs.opti |
---|
Classes in org.apache.xerces.impl.xs.opti that implement Element | |
---|---|
class |
DefaultElement
|
Methods in org.apache.xerces.impl.xs.opti that return Element | |
---|---|
Element |
DefaultDocument.createElement(java.lang.String tagName)
|
Element |
DefaultDocument.createElementNS(java.lang.String namespaceURI,
java.lang.String qualifiedName)
|
Element |
SchemaDOM.getDocumentElement()
|
Element |
DefaultDocument.getDocumentElement()
|
Element |
DefaultDocument.getElementById(java.lang.String elementId)
|
Element |
AttrImpl.getOwnerElement()
|
Constructors in org.apache.xerces.impl.xs.opti with parameters of type Element | |
---|---|
AttrImpl(Element element,
java.lang.String prefix,
java.lang.String localpart,
java.lang.String rawname,
java.lang.String uri,
java.lang.String value)
Constructs an attribute. |
Uses of Element in org.apache.xerces.impl.xs.traversers |
---|
Methods in org.apache.xerces.impl.xs.traversers with parameters of type Element | |
---|---|
java.lang.Object[] |
XSAttributeChecker.checkAttributes(Element element,
boolean isGlobal,
org.apache.xerces.impl.xs.traversers.XSDocumentInfo schemaDoc)
Check whether the specified element conforms to the attributes restriction an array of attribute values is returned. |
java.lang.Object[] |
XSAttributeChecker.checkAttributes(Element element,
boolean isGlobal,
org.apache.xerces.impl.xs.traversers.XSDocumentInfo schemaDoc,
boolean enumAsQName)
Check whether the specified element conforms to the attributes restriction an array of attribute values is returned. |
SimpleLocator |
XSDHandler.element2Locator(Element e)
Extract location information from an Element node, and create a new SimpleLocator object from such information. |
boolean |
XSDHandler.element2Locator(Element e,
SimpleLocator l)
Extract location information from an Element node, store such information in the passed-in SimpleLocator object, then return true. |
void |
XSAttributeChecker.resolveNamespace(Element element,
Attr[] attrs,
SchemaNamespaceSupport nsSupport)
|
Uses of Element in org.apache.xerces.util |
---|
Methods in org.apache.xerces.util that return Element | |
---|---|
static Element |
DOMUtil.getFirstChildElement(Node parent)
Finds and returns the first child element node. |
static Element |
DOMUtil.getFirstChildElement(Node parent,
java.lang.String elemName)
Finds and returns the first child node with the given name. |
static Element |
DOMUtil.getFirstChildElement(Node parent,
java.lang.String[] elemNames)
Finds and returns the first child node with the given name. |
static Element |
DOMUtil.getFirstChildElement(Node parent,
java.lang.String elemName,
java.lang.String attrName,
java.lang.String attrValue)
Finds and returns the first child node with the given name and attribute name, value pair. |
static Element |
DOMUtil.getFirstChildElementNS(Node parent,
java.lang.String[][] elemNames)
Finds and returns the first child node with the given qualified name. |
static Element |
DOMUtil.getFirstChildElementNS(Node parent,
java.lang.String uri,
java.lang.String localpart)
Finds and returns the first child node with the given qualified name. |
static Element |
DOMUtil.getFirstVisibleChildElement(Node parent)
Finds and returns the first visible child element node. |
static Element |
DOMUtil.getFirstVisibleChildElement(Node parent,
java.util.Hashtable hiddenNodes)
Finds and returns the first visible child element node. |
static Element |
DOMUtil.getLastChildElement(Node parent)
Finds and returns the last child element node. |
static Element |
DOMUtil.getLastChildElement(Node parent,
java.lang.String elemName)
Finds and returns the last child node with the given name. |
static Element |
DOMUtil.getLastChildElement(Node parent,
java.lang.String[] elemNames)
Finds and returns the last child node with the given name. |
static Element |
DOMUtil.getLastChildElement(Node parent,
java.lang.String elemName,
java.lang.String attrName,
java.lang.String attrValue)
Finds and returns the last child node with the given name and attribute name, value pair. |
static Element |
DOMUtil.getLastChildElementNS(Node parent,
java.lang.String[][] elemNames)
Finds and returns the last child node with the given qualified name. |
static Element |
DOMUtil.getLastChildElementNS(Node parent,
java.lang.String uri,
java.lang.String localpart)
Finds and returns the last child node with the given qualified name. |
static Element |
DOMUtil.getLastVisibleChildElement(Node parent)
Finds and returns the last visible child element node. |
static Element |
DOMUtil.getLastVisibleChildElement(Node parent,
java.util.Hashtable hiddenNodes)
Finds and returns the last visible child element node. |
static Element |
DOMUtil.getNextSiblingElement(Node node)
Finds and returns the next sibling element node. |
static Element |
DOMUtil.getNextSiblingElement(Node node,
java.lang.String elemName)
Finds and returns the next sibling node with the given name. |
static Element |
DOMUtil.getNextSiblingElement(Node node,
java.lang.String[] elemNames)
Finds and returns the next sibling node with the given name. |
static Element |
DOMUtil.getNextSiblingElement(Node node,
java.lang.String elemName,
java.lang.String attrName,
java.lang.String attrValue)
Finds and returns the next sibling node with the given name and attribute name, value pair. |
static Element |
DOMUtil.getNextSiblingElementNS(Node node,
java.lang.String[][] elemNames)
Finds and returns the next sibling node with the given qualified name. |
static Element |
DOMUtil.getNextSiblingElementNS(Node node,
java.lang.String uri,
java.lang.String localpart)
Finds and returns the next sibling node with the given qualified name. |
static Element |
DOMUtil.getNextVisibleSiblingElement(Node node)
|
static Element |
DOMUtil.getNextVisibleSiblingElement(Node node,
java.util.Hashtable hiddenNodes)
|
static Element |
DOMUtil.getParent(Element elem)
|
static Element |
DOMUtil.getRoot(Document doc)
|
Methods in org.apache.xerces.util with parameters of type Element | |
---|---|
static Attr |
DOMUtil.getAttr(Element elem,
java.lang.String name)
|
static Attr |
DOMUtil.getAttrNS(Element elem,
java.lang.String nsUri,
java.lang.String localName)
|
static Attr[] |
DOMUtil.getAttrs(Element elem)
|
static java.lang.String |
DOMUtil.getAttrValue(Element elem,
java.lang.String name)
|
static java.lang.String |
DOMUtil.getAttrValueNS(Element elem,
java.lang.String nsUri,
java.lang.String localName)
|
static Element |
DOMUtil.getParent(Element elem)
|
Uses of Element in org.apache.xml.resolver.helpers |
---|
Methods in org.apache.xml.resolver.helpers with parameters of type Element | |
---|---|
static java.lang.String |
Namespaces.getLocalName(Element element)
Returns the "localname" part of a QName, which is the whole name if it has no prefix. |
static java.lang.String |
Namespaces.getNamespaceURI(Element element)
Returns the namespace URI for the namespace to which the element belongs. |
static java.lang.String |
Namespaces.getPrefix(Element element)
Returns the "prefix" part of a QName or the empty string (not null) if the name has no prefix. |
Uses of Element in org.apache.xml.serialize |
---|
Methods in org.apache.xml.serialize with parameters of type Element | |
---|---|
void |
BaseMarkupSerializer.serialize(Element elem)
Deprecated. Serializes the DOM element using the previously specified writer and output format. |
void |
DOMSerializer.serialize(Element elem)
Deprecated. Serialized the DOM element. |
Uses of Element in org.w3c.dom |
---|
Methods in org.w3c.dom that return Element | |
---|---|
Element |
Document.createElement(java.lang.String tagName)
Creates an element of the type specified. |
Element |
Document.createElementNS(java.lang.String namespaceURI,
java.lang.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(java.lang.String elementId)
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. |
Uses of Element in org.w3c.dom.css |
---|
Methods in org.w3c.dom.css with parameters of type Element | |
---|---|
CSSStyleDeclaration |
ViewCSS.getComputedStyle(Element elt,
java.lang.String pseudoElt)
This method is used to get the computed style as it is defined in [CSS2]. |
CSSStyleDeclaration |
DocumentCSS.getOverrideStyle(Element elt,
java.lang.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 | |
---|---|
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 acollection
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 usedfor 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 externalresource, 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 constructand 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. |
Methods in org.w3c.dom.html that return Element | |
---|---|
Element |
HTMLDocument.getElementById(java.lang.String elementId)
Returns the Element whose id is given by elementId. |
Uses of Element in org.w3c.dom.ls |
---|
Methods in org.w3c.dom.ls with parameters of type Element | |
---|---|
short |
LSParserFilter.startElement(Element elementArg)
The parser will call this method after each Element start
tag has been scanned, but before the remainder of the
Element is processed. |
Uses of Element in org.w3c.dom.svg |
---|
Methods in org.w3c.dom.svg that return Element | |
---|---|
Element |
SVGSVGElement.getElementById(java.lang.String elementId)
|
Uses of Element in org.w3c.dom.xpath |
---|
Methods in org.w3c.dom.xpath that return Element | |
---|---|
Element |
XPathNamespace.getOwnerElement()
The Element on which the namespace was in scope when it
was requested. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |