|
Xerces 1.4.3 | ||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
FIELDSET
.
A
) elements in a document
with a value for the name
attribute.
OBJECT
elements that include
applets and APPLET
( deprecated ) elements in a document.
attrChange
indicates the type of change which triggered
the DOMAttrModified event.
attrChange
indicates the type of change which triggered
the DOMAttrModified event.
AttributeList
implementation.
Attr
node by local name and namespace URI.
NamedNodeMap
containing the attributes of this node (if
it is an Element
) or null
otherwise.
attrName
indicates the name of the changed
Attr
node in a DOMAttrModified event.
CAPTION
, or void if none exists.
type
attribute of the element has the value
"Radio" or "Checkbox", this represents the current state of the form
control, in an interactive user agent.
NodeList
that contains all children of this node.
classid
, data
, and
archive
attributes.
classid
attribute.
TreeWalker
is currently positioned.
EventTarget
whose
EventListeners
are currently being processed.
type
has the value "Radio" or "Checkbox", this
represents the HTML checked attribute of the element.
type
attribute of the element has the value
"Text", "File" or "Password", this represents the HTML value attribute
of the element.
DocumentType
)
associated with this document.
null
if the server cannot be identified by a domain name.
DOMImplementation
object.
Element
whose ID
is given by
elementId
.
name
value is given by elementName
.
NodeList
of all descendant Elements
with a given tag name, in the order in which they are encountered in
a preorder traversal of this Element
tree.
NodeList
of all the Elements
with a
given tag name in the order in which they are encountered in a
preorder traversal of the Document
tree.
NodeList
of all the descendant
Elements
with a given local name and namespace URI in
the order in which they are encountered in a preorder traversal of
this Element
tree.
NodeList
of all the Elements
with a
given local name and namespace URI in the order in which they are
encountered in a preorder traversal of the Document
tree.
EncodingInfo instance for the encoding.
- getEnctype() -
Method in class org.apache.html.dom.HTMLFormElementImpl
-
- getEnctype() -
Method in interface org.w3c.dom.html.HTMLFormElement
- The content type of the submitted form, generally
"application/x-www-form-urlencoded".
- getEndContainer() -
Method in class org.apache.xerces.dom.RangeImpl
-
- getEndContainer() -
Method in interface org.w3c.dom.ranges.Range
- Node within which the Range ends
- getEndOffset() -
Method in class org.apache.xerces.dom.RangeImpl
-
- getEndOffset() -
Method in interface org.w3c.dom.ranges.Range
- Offset within the ending node of the Range.
- getEntities() -
Method in class org.apache.xerces.dom.DocumentTypeImpl
- Access the collection of general Entities, both external and
internal, defined in the DTD.
- getEntities() -
Method in interface org.w3c.dom.DocumentType
- A
NamedNodeMap
containing the general entities, both
external and internal, declared in the DTD.
- getEntityRef(int) -
Method in class org.apache.xml.serialize.BaseMarkupSerializer
- Returns the suitable entity reference for this character value,
or null if no such entity exists.
- getEntityRef(int) -
Method in class org.apache.xml.serialize.XMLSerializer
-
- getEntityRef(int) -
Method in class org.apache.xml.serialize.HTMLSerializer
-
- getEntityRef(int) -
Method in class org.apache.xml.serialize.TextSerializer
-
- getEntityResolver() -
Method in class org.apache.xerces.framework.XMLParser
- Return the current entity resolver.
- getEntityResolver() -
Method in interface org.xml.sax.XMLReader
- Return the current entity resolver.
- getEntityResolver() -
Method in class org.xml.sax.helpers.ParserAdapter
- Return the current entity resolver.
- getEntityResolver() -
Method in class org.xml.sax.helpers.XMLFilterImpl
- Get the current entity resolver.
- getErrorChecking() -
Method in class org.apache.xerces.dom.CoreDocumentImpl
- Returns true if the DOM implementation performs error checking.
- getErrorHandler() -
Method in class org.apache.xerces.framework.XMLParser
- Return the current error handler.
- getErrorHandler() -
Method in interface org.xml.sax.XMLReader
- Return the current error handler.
- getErrorHandler() -
Method in class org.xml.sax.helpers.ParserAdapter
- Return the current error handler.
- getErrorHandler() -
Method in class org.xml.sax.helpers.XMLFilterImpl
- Get the current error event handler.
- getEvent() -
Method in class org.apache.html.dom.HTMLScriptElementImpl
-
- getEvent() -
Method in interface org.w3c.dom.html.HTMLScriptElement
- Reserved for future use.
- getEventListeners(NodeImpl) -
Method in class org.apache.xerces.dom.DocumentImpl
- Retreive event listener registered on a given node
- getEventPhase() -
Method in class org.apache.xerces.dom.events.EventImpl
-
- getEventPhase() -
Method in interface org.w3c.dom.events.Event
- Used to indicate which phase of event flow is currently being
evaluated.
- getException() -
Method in class org.apache.xml.serialize.Printer
-
- getException() -
Method in class org.xml.sax.SAXException
- Return the embedded exception, if any.
- getException() -
Method in class javax.xml.parsers.FactoryConfigurationError
- Return the actual exception (if any) that caused this exception to
be raised.
- getExpandEntityReferences() -
Method in class org.apache.xerces.dom.TreeWalkerImpl
- Return whether children entity references are included in the iterator.
- getExpandEntityReferences() -
Method in class org.apache.xerces.dom.NodeIteratorImpl
- Return whether children entity references are included in the iterator.
- getExpandEntityReferences() -
Method in interface org.w3c.dom.traversal.NodeIterator
- The value of this flag determines whether the children of entity
reference nodes are visible to the iterator.
- getExpandEntityReferences() -
Method in interface org.w3c.dom.traversal.TreeWalker
- The value of this flag determines whether the children of entity
reference nodes are visible to the
TreeWalker
.
- getExternalGeneralEntities() -
Method in class org.apache.xerces.framework.XMLParser
- Note: This feature is always true.
- getExternalParameterEntities() -
Method in class org.apache.xerces.framework.XMLParser
- Note: This feature is always true.
- getFace() -
Method in class org.apache.html.dom.HTMLFontElementImpl
-
- getFace() -
Method in class org.apache.html.dom.HTMLBaseFontElementImpl
-
- getFace() -
Method in interface org.w3c.dom.html.HTMLBaseFontElement
- Font face identifier.
- getFace() -
Method in interface org.w3c.dom.html.HTMLFontElement
- Font face identifier.
- getFeature(String) -
Method in class org.apache.xerces.framework.XMLParser
- Query the state of a feature.
- getFeature(String) -
Method in class org.apache.xerces.parsers.SAXParser
- Query the state of a feature.
- getFeature(String) -
Method in class org.apache.xerces.parsers.DOMParser
- Query the current state of any feature in a SAX2 parser.
- getFeature(String) -
Method in interface org.xml.sax.XMLReader
- Look up the value of a feature.
- getFeature(String) -
Method in class org.xml.sax.helpers.ParserAdapter
- Check a parser feature.
- getFeature(String) -
Method in class org.xml.sax.helpers.XMLFilterImpl
- Look up the state of a feature.
- getFeature(String) -
Method in class javax.xml.parsers.SAXParserFactory
- returns the particular property requested for in the underlying
implementation of org.xml.sax.XMLReader.
- getFeaturesRecognized() -
Method in class org.apache.xerces.framework.XMLParser
- Returns a list of features that this parser recognizes.
- getFeaturesRecognized() -
Method in class org.apache.xerces.parsers.SAXParser
- Returns a list of features that this parser recognizes.
- getFeaturesRecognized() -
Method in class org.apache.xerces.parsers.DOMParser
- Returns a list of features that this parser recognizes.
- getfgDatatypeMessages() -
Method in class org.apache.xerces.framework.XMLParser
- return the Datatypes Messages object
- getfgImplementationMessages() -
Method in class org.apache.xerces.framework.XMLParser
- return the Implementation Messages object
- getfgSchemaMessages() -
Method in class org.apache.xerces.framework.XMLParser
- return the Schema Messages object
- getfgXMLMessages() -
Method in class org.apache.xerces.framework.XMLParser
- return the XML Messages object
- getFilter() -
Method in class org.apache.xerces.dom.TreeWalkerImpl
- Return the NodeFilter
- getFilter() -
Method in class org.apache.xerces.dom.NodeIteratorImpl
- Return the filter
- getFilter() -
Method in interface org.w3c.dom.traversal.NodeIterator
- The
NodeFilter
used to screen nodes.
- getFilter() -
Method in interface org.w3c.dom.traversal.TreeWalker
- The filter used to screen nodes.
- getFirstAttr(int) -
Method in class org.apache.xerces.framework.XMLAttrList
- Get the first attribute in the attribute list.
- getFirstChild() -
Method in class org.apache.xerces.dom.NodeImpl
- The first child of this Node, or null if none.
- getFirstChild() -
Method in class org.apache.xerces.dom.ParentNode
- The first child of this Node, or null if none.
- getFirstChild() -
Method in class org.apache.xerces.dom.AttrImpl
- The first child of this Node, or null if none.
- getFirstChild() -
Method in class org.apache.xerces.dom.EntityReferenceImpl
- Perform synchronize() before accessing children.
- getFirstChild() -
Method in interface org.w3c.dom.Node
- The first child of this node.
- getfLocale() -
Method in class org.apache.xerces.framework.XMLParser
- return the locale
- getForm() -
Method in class org.apache.html.dom.HTMLElementImpl
- Convenience method returns the form in which this form element is contained.
- getForm() -
Method in interface org.w3c.dom.html.HTMLTextAreaElement
- Returns the
FORM
element containing this control.
- getForm() -
Method in interface org.w3c.dom.html.HTMLIsIndexElement
- Returns the
FORM
element containing this control.
- getForm() -
Method in interface org.w3c.dom.html.HTMLFieldSetElement
- Returns the
FORM
element containing this control.
- getForm() -
Method in interface org.w3c.dom.html.HTMLButtonElement
- Returns the
FORM
element containing this control.
- getForm() -
Method in interface org.w3c.dom.html.HTMLOptionElement
- Returns the
FORM
element containing this control.
- getForm() -
Method in interface org.w3c.dom.html.HTMLLegendElement
- Returns the
FORM
element containing this control.
- getForm() -
Method in interface org.w3c.dom.html.HTMLObjectElement
- Returns the
FORM
element containing this control.
- getForm() -
Method in interface org.w3c.dom.html.HTMLSelectElement
- Returns the
FORM
element containing this control.
- getForm() -
Method in interface org.w3c.dom.html.HTMLInputElement
- Returns the
FORM
element containing this control.
- getForm() -
Method in interface org.w3c.dom.html.HTMLLabelElement
- Returns the
FORM
element containing this control.
- getFormat() -
Method in interface org.apache.wml.WMLInputElement
-
- getFormat() -
Method in class org.apache.wml.dom.WMLInputElementImpl
-
- getForms() -
Method in class org.apache.html.dom.HTMLDocumentImpl
-
- getForms() -
Method in interface org.w3c.dom.html.HTMLDocument
- A collection of all the forms of a document.
- getForua() -
Method in interface org.apache.wml.WMLMetaElement
-
- getForua() -
Method in class org.apache.wml.dom.WMLMetaElementImpl
-
- getFrame() -
Method in class org.apache.html.dom.HTMLTableElementImpl
-
- getFrame() -
Method in interface org.w3c.dom.html.HTMLTableElement
- Specifies which external table borders to render.
- getFrameBorder() -
Method in class org.apache.html.dom.HTMLIFrameElementImpl
-
- getFrameBorder() -
Method in class org.apache.html.dom.HTMLFrameElementImpl
-
- getFrameBorder() -
Method in interface org.w3c.dom.html.HTMLFrameElement
- Request frame borders.
- getFrameBorder() -
Method in interface org.w3c.dom.html.HTMLIFrameElement
- Request frame borders.
- getHead() -
Method in class org.apache.html.dom.HTMLDocumentImpl
- Obtains the <HEAD> element in the document, creating one if does
not exist before.
- getHeaders() -
Method in class org.apache.html.dom.HTMLTableCellElementImpl
-
- getHeaders() -
Method in interface org.w3c.dom.html.HTMLTableCellElement
- List of
id
attribute values for header cells.
- getHeight() -
Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- getHeight() -
Method in class org.apache.html.dom.HTMLAppletElementImpl
-
- getHeight() -
Method in class org.apache.html.dom.HTMLImageElementImpl
-
- getHeight() -
Method in class org.apache.html.dom.HTMLIFrameElementImpl
-
- getHeight() -
Method in class org.apache.html.dom.HTMLTableCellElementImpl
-
- getHeight() -
Method in interface org.apache.wml.WMLImgElement
-
- getHeight() -
Method in class org.apache.wml.dom.WMLImgElementImpl
-
- getHeight() -
Method in interface org.w3c.dom.html.HTMLAppletElement
- Override height.
- getHeight() -
Method in interface org.w3c.dom.html.HTMLObjectElement
- Override height.
- getHeight() -
Method in interface org.w3c.dom.html.HTMLTableCellElement
- Cell height.
- getHeight() -
Method in interface org.w3c.dom.html.HTMLIFrameElement
- Frame height.
- getHeight() -
Method in interface org.w3c.dom.html.HTMLImageElement
- Override height.
- getHref() -
Method in class org.apache.html.dom.HTMLAnchorElementImpl
-
- getHref() -
Method in class org.apache.html.dom.HTMLAreaElementImpl
-
- getHref() -
Method in class org.apache.html.dom.HTMLBaseElementImpl
-
- getHref() -
Method in class org.apache.html.dom.HTMLLinkElementImpl
-
- getHref() -
Method in interface org.apache.wml.WMLGoElement
-
- getHref() -
Method in interface org.apache.wml.WMLAElement
-
- getHref() -
Method in class org.apache.wml.dom.WMLAElementImpl
-
- getHref() -
Method in class org.apache.wml.dom.WMLGoElementImpl
-
- getHref() -
Method in interface org.w3c.dom.html.HTMLAreaElement
- The URI of the linked resource.
- getHref() -
Method in interface org.w3c.dom.html.HTMLAnchorElement
- The URI of the linked resource.
- getHref() -
Method in interface org.w3c.dom.html.HTMLBaseElement
- The base URI.
- getHref() -
Method in interface org.w3c.dom.html.HTMLLinkElement
- The URI of the linked resource.
- getHreflang() -
Method in class org.apache.html.dom.HTMLAnchorElementImpl
-
- getHreflang() -
Method in class org.apache.html.dom.HTMLLinkElementImpl
-
- getHreflang() -
Method in interface org.w3c.dom.html.HTMLAnchorElement
- Language code of the linked resource.
- getHreflang() -
Method in interface org.w3c.dom.html.HTMLLinkElement
- Language code of the linked resource.
- getHspace() -
Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- getHspace() -
Method in class org.apache.html.dom.HTMLAppletElementImpl
-
- getHspace() -
Method in class org.apache.html.dom.HTMLImageElementImpl
-
- getHspace() -
Method in interface org.apache.wml.WMLImgElement
-
- getHspace() -
Method in class org.apache.wml.dom.WMLImgElementImpl
-
- getHspace() -
Method in interface org.w3c.dom.html.HTMLAppletElement
- Horizontal space to the left and right of this image, applet, or
object.
- getHspace() -
Method in interface org.w3c.dom.html.HTMLObjectElement
- Horizontal space to the left and right of this image, applet, or
object.
- getHspace() -
Method in interface org.w3c.dom.html.HTMLImageElement
- Horizontal space to the left and right of this image.
- getHTMLDocument() -
Method in class org.apache.html.dom.HTMLBuilder
-
- getHTMLDOMImplementation() -
Static method in class org.apache.html.dom.HTMLDOMImplementationImpl
- Returns an instance of a
HTMLDOMImplementation
that can be
used to perform operations that are not specific to a particular
document instance, e.g.
- getHtmlFor() -
Method in class org.apache.html.dom.HTMLScriptElementImpl
-
- getHtmlFor() -
Method in class org.apache.html.dom.HTMLLabelElementImpl
-
- getHtmlFor() -
Method in interface org.w3c.dom.html.HTMLScriptElement
- Reserved for future use.
- getHtmlFor() -
Method in interface org.w3c.dom.html.HTMLLabelElement
- This attribute links this label with another form control by
id
attribute.
- getHttpEquiv() -
Method in class org.apache.html.dom.HTMLMetaElementImpl
-
- getHttpEquiv() -
Method in interface org.apache.wml.WMLMetaElement
-
- getHttpEquiv() -
Method in class org.apache.wml.dom.WMLMetaElementImpl
-
- getHttpEquiv() -
Method in interface org.w3c.dom.html.HTMLMetaElement
- HTTP response header name.
- getId() -
Method in class org.apache.html.dom.HTMLElementImpl
-
- getId() -
Method in interface org.apache.wml.WMLElement
-
- getId() -
Method in interface org.apache.wml.WMLAElement
-
- getId() -
Method in class org.apache.wml.dom.WMLElementImpl
-
- getId() -
Method in class org.apache.wml.dom.WMLUElementImpl
-
- getId() -
Method in class org.apache.wml.dom.WMLNoopElementImpl
-
- getId() -
Method in class org.apache.wml.dom.WMLBElementImpl
-
- getId() -
Method in class org.apache.wml.dom.WMLPElementImpl
-
- getId() -
Method in class org.apache.wml.dom.WMLStrongElementImpl
-
- getId() -
Method in class org.apache.wml.dom.WMLBrElementImpl
-
- getId() -
Method in class org.apache.wml.dom.WMLAccessElementImpl
-
- getId() -
Method in class org.apache.wml.dom.WMLSelectElementImpl
-
- getId() -
Method in class org.apache.wml.dom.WMLAElementImpl
-
- getId() -
Method in class org.apache.wml.dom.WMLTimerElementImpl
-
- getId() -
Method in class org.apache.wml.dom.WMLHeadElementImpl
-
- getId() -
Method in class org.apache.wml.dom.WMLOptgroupElementImpl
-
- getId() -
Method in class org.apache.wml.dom.WMLAnchorElementImpl
-
- getId() -
Method in class org.apache.wml.dom.WMLPostfieldElementImpl
-
- getId() -
Method in class org.apache.wml.dom.WMLTemplateElementImpl
-
- getId() -
Method in class org.apache.wml.dom.WMLEmElementImpl
-
- getId() -
Method in class org.apache.wml.dom.WMLIElementImpl
-
- getId() -
Method in class org.apache.wml.dom.WMLDoElementImpl
-
- getId() -
Method in class org.apache.wml.dom.WMLSetvarElementImpl
-
- getId() -
Method in class org.apache.wml.dom.WMLTableElementImpl
-
- getId() -
Method in class org.apache.wml.dom.WMLSmallElementImpl
-
- getId() -
Method in class org.apache.wml.dom.WMLMetaElementImpl
-
- getId() -
Method in class org.apache.wml.dom.WMLWmlElementImpl
-
- getId() -
Method in class org.apache.wml.dom.WMLImgElementImpl
-
- getId() -
Method in class org.apache.wml.dom.WMLOneventElementImpl
-
- getId() -
Method in class org.apache.wml.dom.WMLPrevElementImpl
-
- getId() -
Method in class org.apache.wml.dom.WMLOptionElementImpl
-
- getId() -
Method in class org.apache.wml.dom.WMLFieldsetElementImpl
-
- getId() -
Method in class org.apache.wml.dom.WMLGoElementImpl
-
- getId() -
Method in class org.apache.wml.dom.WMLTdElementImpl
-
- getId() -
Method in class org.apache.wml.dom.WMLBigElementImpl
-
- getId() -
Method in class org.apache.wml.dom.WMLInputElementImpl
-
- getId() -
Method in class org.apache.wml.dom.WMLTrElementImpl
-
- getId() -
Method in class org.apache.wml.dom.WMLRefreshElementImpl
-
- getId() -
Method in class org.apache.wml.dom.WMLCardElementImpl
-
- getId() -
Method in interface org.w3c.dom.html.HTMLElement
- The element's identifier.
- getIdentifier(String) -
Method in class org.apache.xerces.dom.CoreDocumentImpl
- Returns a previously registered element with the specified
identifier name, or null if no element is registered.
- getIdentifiers() -
Method in class org.apache.xerces.dom.CoreDocumentImpl
- Returns an enumeration registered of identifier names.
- getImages() -
Method in class org.apache.html.dom.HTMLDocumentImpl
-
- getImages() -
Method in interface org.w3c.dom.html.HTMLDocument
- A collection of all the
IMG
elements in a document.
- getImplementation() -
Method in class org.apache.xerces.dom.CoreDocumentImpl
- Retrieve information describing the abilities of this particular
DOM implementation.
- getImplementation() -
Method in class org.apache.xerces.dom.DocumentImpl
- Retrieve information describing the abilities of this particular
DOM implementation.
- getImplementation() -
Method in interface org.w3c.dom.Document
- The
DOMImplementation
object that handles this document.
- getIName() -
Method in interface org.apache.wml.WMLSelectElement
-
- getIName() -
Method in class org.apache.wml.dom.WMLSelectElementImpl
-
- getIncludeIgnorableWhitespace() -
Method in class org.apache.xerces.parsers.DOMParser
- Returns true if ignorable whitespace text nodes are included
in the DOM tree.
- getIndent() -
Method in class org.apache.xml.serialize.OutputFormat
- Returns the indentation specified.
- getIndenting() -
Method in class org.apache.xml.serialize.OutputFormat
- Returns true if indentation was specified.
- getIndex() -
Method in class org.apache.html.dom.HTMLOptionElementImpl
-
- getIndex() -
Method in interface org.w3c.dom.html.HTMLOptionElement
- The index of this
OPTION
in its parent SELECT
, starting from 0.
- getIndex(String) -
Method in interface org.xml.sax.Attributes
- Look up the index of an attribute by XML 1.0 qualified name.
- getIndex(String) -
Method in class org.xml.sax.helpers.AttributesImpl
- Look up an attribute's index by qualified (prefixed) name.
- getIndex(String, String) -
Method in interface org.xml.sax.Attributes
- Look up the index of an attribute by Namespace name.
- getIndex(String, String) -
Method in class org.xml.sax.helpers.AttributesImpl
- Look up an attribute's index by Namespace name.
- getInternalSubset() -
Method in class org.apache.xerces.dom.DocumentTypeImpl
- Introduced in DOM Level 2.
- getInternalSubset() -
Method in interface org.w3c.dom.DocumentType
- The internal subset as a string.The actual content returned depends on
how much information is available to the implementation.
- getIsMap() -
Method in class org.apache.html.dom.HTMLImageElementImpl
-
- getIsMap() -
Method in interface org.w3c.dom.html.HTMLImageElement
- Use server-side image map.
- getIValue() -
Method in interface org.apache.wml.WMLSelectElement
-
- getIValue() -
Method in class org.apache.wml.dom.WMLSelectElementImpl
-
- getLabel() -
Method in class org.apache.html.dom.HTMLOptionElementImpl
-
- getLabel() -
Method in class org.apache.html.dom.HTMLOptGroupElementImpl
-
- getLabel() -
Method in interface org.apache.wml.WMLDoElement
-
- getLabel() -
Method in class org.apache.wml.dom.WMLDoElementImpl
-
- getLabel() -
Method in interface org.w3c.dom.html.HTMLOptGroupElement
- Assigns a label to this option group.
- getLabel() -
Method in interface org.w3c.dom.html.HTMLOptionElement
- Option label for use in hierarchical menus.
- getLang() -
Method in class org.apache.html.dom.HTMLElementImpl
-
- getLang() -
Method in interface org.w3c.dom.html.HTMLElement
- Language code defined in RFC 1766.
- getLastChild() -
Method in class org.apache.xerces.dom.NodeImpl
- The first child of this Node, or null if none.
- getLastChild() -
Method in class org.apache.xerces.dom.ParentNode
- The last child of this Node, or null if none.
- getLastChild() -
Method in class org.apache.xerces.dom.AttrImpl
- The last child of this Node, or null if none.
- getLastChild() -
Method in class org.apache.xerces.dom.EntityReferenceImpl
- Perform synchronize() before accessing children.
- getLastChild() -
Method in interface org.w3c.dom.Node
- The last child of this node.
- getLastChild(int) -
Method in class org.apache.xerces.dom.DeferredDocumentImpl
- Returns the last child of the given node.
- getLastChild(int, boolean) -
Method in class org.apache.xerces.dom.DeferredDocumentImpl
- Returns the last child of the given node.
- getLastPrintable() -
Method in class org.apache.xml.serialize.OutputFormat
- Returns the last printable character based on the selected
encoding.
- getLength() -
Method in class org.apache.xerces.framework.XMLAttrList
- Return the number of attributes in this list.
- getLength() -
Method in class org.apache.xerces.dom.NodeImpl
- NodeList method: Count the immediate children of this node
- getLength() -
Method in class org.apache.xerces.dom.ParentNode
- NodeList method: Count the immediate children of this node
- getLength() -
Method in class org.apache.xerces.dom.AttrImpl
- NodeList method: Count the immediate children of this node
- getLength() -
Method in class org.apache.xerces.dom.CharacterDataImpl
- Report number of characters currently stored in this node's
data.
- getLength() -
Method in class org.apache.xerces.dom.DeepNodeListImpl
- Returns the length of the node list.
- getLength() -
Method in class org.apache.xerces.dom.NamedNodeMapImpl
- Report how many nodes are currently stored in this NamedNodeMap.
- getLength() -
Method in class org.apache.xerces.dom.EntityReferenceImpl
- Query the number of children in the entity definition.
- getLength() -
Method in class org.apache.html.dom.HTMLFormElementImpl
-
- getLength() -
Method in class org.apache.html.dom.HTMLSelectElementImpl
-
- getLength() -
Method in interface org.w3c.dom.CharacterData
- The number of 16-bit units that are available through
data
and the substringData
method below.
- getLength() -
Method in interface org.w3c.dom.NamedNodeMap
- The number of nodes in this map.
- getLength() -
Method in interface org.w3c.dom.NodeList
- The number of nodes in the list.
- getLength() -
Method in interface org.w3c.dom.html.HTMLCollection
- This attribute specifies the length or size of the list.
- getLength() -
Method in interface org.w3c.dom.html.HTMLSelectElement
- The number of options in this
SELECT
.
- getLength() -
Method in interface org.w3c.dom.html.HTMLFormElement
- The number of form controls in the form.
- getLength() -
Method in interface org.xml.sax.AttributeList
- Deprecated. Return the number of attributes in this list.
- getLength() -
Method in interface org.xml.sax.Attributes
- Return the number of attributes in the list.
- getLength() -
Method in class org.xml.sax.helpers.AttributesImpl
- Return the number of attributes in the list.
- getLength() -
Method in class org.xml.sax.helpers.AttributeListImpl
- Deprecated. Return the number of attributes in the list.
- getLexicalHandler() -
Method in class org.apache.xerces.parsers.SAXParser
- Returns the lexical handler.
- getLineNumber() -
Method in interface org.xml.sax.Locator
- Return the line number where the current document event ends.
- getLineNumber() -
Method in class org.xml.sax.SAXParseException
- The line number of the end of the text where the exception occurred.
- getLineNumber() -
Method in class org.xml.sax.helpers.LocatorImpl
- Return the saved line number (1-based).
- getLineSeparator() -
Method in class org.apache.xml.serialize.OutputFormat
- Returns a specific line separator to use.
- getLineWidth() -
Method in class org.apache.xml.serialize.OutputFormat
- Return the selected line width for breaking up long lines.
- getLink() -
Method in class org.apache.html.dom.HTMLBodyElementImpl
-
- getLink() -
Method in interface org.w3c.dom.html.HTMLBodyElement
- Color of links that are not active and unvisited.
- getLinks() -
Method in class org.apache.html.dom.HTMLDocumentImpl
-
- getLinks() -
Method in interface org.w3c.dom.html.HTMLDocument
- A collection of all
AREA
elements and anchor (
A
) elements in a document with a value for the
href
attribute.
- getLoadDTDGrammar() -
Method in class org.apache.xerces.framework.XMLParser
- Returns true if load DTD grammar is turned on in the XMLValiator.
- getLoadExternalDTD() -
Method in class org.apache.xerces.framework.XMLDocumentScanner
- Returns true if loading the external DTD is turned on.
- getLoadExternalDTD() -
Method in class org.apache.xerces.framework.XMLParser
- Returns true if loading of the external DTD is on.
- getLocalName() -
Method in class org.apache.xerces.dom.NodeImpl
- Introduced in DOM Level 2.
- getLocalName() -
Method in class org.apache.xerces.dom.ElementNSImpl
- Introduced in DOM Level 2.
- getLocalName() -
Method in class org.apache.xerces.dom.AttrNSImpl
- Introduced in DOM Level 2.
- getLocalName() -
Method in interface org.w3c.dom.Node
- Returns the local part of the qualified name of this node.
- getLocalName(int) -
Method in interface org.xml.sax.Attributes
- Look up an attribute's local name by index.
- getLocalName(int) -
Method in class org.xml.sax.helpers.AttributesImpl
- Return an attribute's local name.
- getLocalpart(int) -
Method in class org.apache.xerces.framework.XMLAttrList
- Return the local part of an attribute in this list (by position).
- getLocalSrc() -
Method in interface org.apache.wml.WMLImgElement
-
- getLocalSrc() -
Method in class org.apache.wml.dom.WMLImgElementImpl
-
- getLocator() -
Method in interface org.apache.xerces.framework.XMLErrorReporter
- Get the default locator to use when reporting errors.
- getLocator() -
Method in class org.apache.xerces.framework.XMLParser
- return the locator being used by the parser
- getLongDesc() -
Method in class org.apache.html.dom.HTMLImageElementImpl
-
- getLongDesc() -
Method in class org.apache.html.dom.HTMLIFrameElementImpl
-
- getLongDesc() -
Method in class org.apache.html.dom.HTMLFrameElementImpl
-
- getLongDesc() -
Method in interface org.w3c.dom.html.HTMLFrameElement
- URI designating a long description of this image or frame.
- getLongDesc() -
Method in interface org.w3c.dom.html.HTMLIFrameElement
- URI designating a long description of this image or frame.
- getLongDesc() -
Method in interface org.w3c.dom.html.HTMLImageElement
- URI designating a long description of this image or frame.
- getLowSrc() -
Method in class org.apache.html.dom.HTMLImageElementImpl
-
- getLowSrc() -
Method in interface org.w3c.dom.html.HTMLImageElement
- URI designating the source of this image, for low-resolution output.
- getMarginHeight() -
Method in class org.apache.html.dom.HTMLIFrameElementImpl
-
- getMarginHeight() -
Method in class org.apache.html.dom.HTMLFrameElementImpl
-
- getMarginHeight() -
Method in interface org.w3c.dom.html.HTMLFrameElement
- Frame margin height, in pixels.
- getMarginHeight() -
Method in interface org.w3c.dom.html.HTMLIFrameElement
- Frame margin height, in pixels.
- getMarginWidth() -
Method in class org.apache.html.dom.HTMLIFrameElementImpl
-
- getMarginWidth() -
Method in class org.apache.html.dom.HTMLFrameElementImpl
-
- getMarginWidth() -
Method in interface org.w3c.dom.html.HTMLFrameElement
- Frame margin width, in pixels.
- getMarginWidth() -
Method in interface org.w3c.dom.html.HTMLIFrameElement
- Frame margin width, in pixels.
- getMaxLength() -
Method in class org.apache.html.dom.HTMLInputElementImpl
-
- getMaxLength() -
Method in interface org.apache.wml.WMLInputElement
-
- getMaxLength() -
Method in class org.apache.wml.dom.WMLInputElementImpl
-
- getMaxLength() -
Method in interface org.w3c.dom.html.HTMLInputElement
- Maximum number of characters for text fields, when
type
has the value "Text" or "Password".
- getMedia() -
Method in class org.apache.html.dom.HTMLStyleElementImpl
-
- getMedia() -
Method in class org.apache.html.dom.HTMLLinkElementImpl
-
- getMedia() -
Method in interface org.w3c.dom.html.HTMLLinkElement
- Designed for use with one or more target media.
- getMedia() -
Method in interface org.w3c.dom.html.HTMLStyleElement
- Designed for use with one or more target media.
- getMediaType() -
Method in class org.apache.xml.serialize.OutputFormat
- Returns the specified media type, or null.
- getMessage() -
Method in class org.xml.sax.SAXException
- Return a detail message for this exception.
- getMessage() -
Method in class javax.xml.parsers.FactoryConfigurationError
- Return the message (if any) for this error .
- getMethod() -
Method in class org.apache.xml.serialize.OutputFormat
- Returns the method specified for this output format.
- getMethod() -
Method in class org.apache.html.dom.HTMLFormElementImpl
-
- getMethod() -
Method in interface org.apache.wml.WMLGoElement
-
- getMethod() -
Method in class org.apache.wml.dom.WMLGoElementImpl
-
- getMethod() -
Method in interface org.w3c.dom.html.HTMLFormElement
- HTTP method used to submit form.
- getMode() -
Method in interface org.apache.wml.WMLPElement
-
- getMode() -
Method in class org.apache.wml.dom.WMLPElementImpl
-
- getMultiple() -
Method in class org.apache.html.dom.HTMLSelectElementImpl
-
- getMultiple() -
Method in interface org.apache.wml.WMLSelectElement
-
- getMultiple() -
Method in class org.apache.wml.dom.WMLSelectElementImpl
-
- getMultiple() -
Method in interface org.w3c.dom.html.HTMLSelectElement
- If true, multiple
OPTION
elements may be selected in
this SELECT
.
- getName() -
Method in class org.apache.xerces.dom.AttrImpl
- In Attributes, NodeName is considered a synonym for the
attribute's Name
- getName() -
Method in class org.apache.xerces.dom.DocumentTypeImpl
- Name of this document type.
- getName() -
Method in class org.apache.xml.serialize.EncodingInfo
- Returns a MIME charset name of this encoding.
- getName() -
Method in class org.apache.html.dom.HTMLAnchorElementImpl
-
- getName() -
Method in class org.apache.html.dom.HTMLMapElementImpl
-
- getName() -
Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- getName() -
Method in class org.apache.html.dom.HTMLMetaElementImpl
-
- getName() -
Method in class org.apache.html.dom.HTMLAppletElementImpl
-
- getName() -
Method in class org.apache.html.dom.HTMLFormElementImpl
-
- getName() -
Method in class org.apache.html.dom.HTMLTextAreaElementImpl
-
- getName() -
Method in class org.apache.html.dom.HTMLImageElementImpl
-
- getName() -
Method in class org.apache.html.dom.HTMLIFrameElementImpl
-
- getName() -
Method in class org.apache.html.dom.HTMLFrameElementImpl
-
- getName() -
Method in class org.apache.html.dom.HTMLInputElementImpl
-
- getName() -
Method in class org.apache.html.dom.HTMLSelectElementImpl
-
- getName() -
Method in class org.apache.html.dom.HTMLButtonElementImpl
-
- getName() -
Method in class org.apache.html.dom.HTMLParamElementImpl
-
- getName() -
Method in interface org.apache.wml.WMLTimerElement
-
- getName() -
Method in interface org.apache.wml.WMLInputElement
-
- getName() -
Method in interface org.apache.wml.WMLDoElement
-
- getName() -
Method in interface org.apache.wml.WMLSelectElement
-
- getName() -
Method in interface org.apache.wml.WMLMetaElement
-
- getName() -
Method in interface org.apache.wml.WMLSetvarElement
-
- getName() -
Method in interface org.apache.wml.WMLPostfieldElement
-
- getName() -
Method in class org.apache.wml.dom.WMLSelectElementImpl
-
- getName() -
Method in class org.apache.wml.dom.WMLTimerElementImpl
-
- getName() -
Method in class org.apache.wml.dom.WMLPostfieldElementImpl
-
- getName() -
Method in class org.apache.wml.dom.WMLDoElementImpl
-
- getName() -
Method in class org.apache.wml.dom.WMLSetvarElementImpl
-
- getName() -
Method in class org.apache.wml.dom.WMLMetaElementImpl
-
- getName() -
Method in class org.apache.wml.dom.WMLInputElementImpl
-
- getName() -
Method in interface org.w3c.dom.Attr
- Returns the name of this attribute.
- getName() -
Method in interface org.w3c.dom.DocumentType
- The name of DTD; i.e., the name immediately following the
DOCTYPE
keyword.
- getName() -
Method in interface org.w3c.dom.html.HTMLTextAreaElement
- Form control or object name when submitted with a form.
- getName() -
Method in interface org.w3c.dom.html.HTMLAppletElement
- The name of the applet.
- getName() -
Method in interface org.w3c.dom.html.HTMLButtonElement
- Form control or object name when submitted with a form.
- getName() -
Method in interface org.w3c.dom.html.HTMLAnchorElement
- Anchor name.
- getName() -
Method in interface org.w3c.dom.html.HTMLMapElement
- Names the map (for use with
usemap
).
- getName() -
Method in interface org.w3c.dom.html.HTMLMetaElement
- Meta information name.
- getName() -
Method in interface org.w3c.dom.html.HTMLParamElement
- The name of a run-time parameter.
- getName() -
Method in interface org.w3c.dom.html.HTMLObjectElement
- Form control or object name when submitted with a form.
- getName() -
Method in interface org.w3c.dom.html.HTMLSelectElement
- Form control or object name when submitted with a form.
- getName() -
Method in interface org.w3c.dom.html.HTMLFrameElement
- The frame name (object of the
target
attribute).
- getName() -
Method in interface org.w3c.dom.html.HTMLInputElement
- Form control or object name when submitted with a form.
- getName() -
Method in interface org.w3c.dom.html.HTMLFormElement
- Names the form.
- getName() -
Method in interface org.w3c.dom.html.HTMLIFrameElement
- The frame name (object of the
target
attribute).
- getName() -
Method in interface org.w3c.dom.html.HTMLImageElement
- The name of the element (for backwards compatibility).
- getName(int) -
Method in class org.apache.xerces.framework.XMLAttrList
- Return the name of an attribute in this list (by position).
- getName(int) -
Method in interface org.xml.sax.AttributeList
- Deprecated. Return the name of an attribute in this list (by position).
- getName(int) -
Method in class org.xml.sax.helpers.AttributeListImpl
- Deprecated. Get the name of an attribute (by position).
- getNamedItem(String) -
Method in class org.apache.xerces.dom.NamedNodeMapImpl
- Retrieve a node by name.
- getNamedItem(String) -
Method in interface org.w3c.dom.NamedNodeMap
- Retrieves a node specified by name.
- getNamedItemNS(String, String) -
Method in class org.apache.xerces.dom.NamedNodeMapImpl
- Introduced in DOM Level 2.
- getNamedItemNS(String, String) -
Method in interface org.w3c.dom.NamedNodeMap
- Retrieves a node specified by local name and namespace URI.
- getNamespacePrefixes() -
Method in class org.apache.xerces.parsers.SAXParser
- Returns the http://xml.org/features/namespace-prefixes
value.
- getNamespaces() -
Method in class org.apache.xerces.framework.XMLParser
- Returns true if the parser preprocesses namespaces.
- getNamespacesEnabled() -
Method in class org.apache.xerces.framework.XMLDocumentScanner
- Returns whether the parser processes namespaces.
- getNamespaceURI() -
Method in class org.apache.xerces.dom.NodeImpl
- Introduced in DOM Level 2.
- getNamespaceURI() -
Method in class org.apache.xerces.dom.ElementNSImpl
- Introduced in DOM Level 2.
- getNamespaceURI() -
Method in class org.apache.xerces.dom.AttrNSImpl
- Introduced in DOM Level 2.
- getNamespaceURI() -
Method in interface org.w3c.dom.Node
- The namespace URI of this node, or
null
if it is
unspecified.
- getNewContext() -
Method in interface org.apache.wml.WMLCardElement
-
- getNewContext() -
Method in class org.apache.wml.dom.WMLCardElementImpl
-
- getNewValue() -
Method in class org.apache.xerces.dom.events.MutationEventImpl
-
- getNewValue() -
Method in interface org.w3c.dom.events.MutationEvent
newValue
indicates the new value of the Attr
node in DOMAttrModified events, and of the CharacterData
node in DOMCharDataModified events.
- getNextAttr(int) -
Method in class org.apache.xerces.framework.XMLAttrList
- Get the next attribute in the attribute list.
- getNextIndent() -
Method in class org.apache.xml.serialize.Printer
-
- getNextIndent() -
Method in class org.apache.xml.serialize.IndentPrinter
-
- getNextSibling() -
Method in class org.apache.xerces.dom.NodeImpl
- The next child of this node's parent, or null if none
- getNextSibling() -
Method in class org.apache.xerces.dom.ChildNode
- The next child of this node's parent, or null if none
- getNextSibling() -
Method in interface org.w3c.dom.Node
- The node immediately following this node.
- getNodeIndex() -
Method in class org.apache.xerces.dom.DeferredNotationImpl
- Returns the node index.
- getNodeIndex() -
Method in class org.apache.xerces.dom.DeferredAttrNSImpl
- Returns the node index.
- getNodeIndex() -
Method in class org.apache.xerces.dom.DeferredDocumentImpl
- Returns the node index.
- getNodeIndex() -
Method in interface org.apache.xerces.dom.DeferredNode
- Returns the node index.
- getNodeIndex() -
Method in class org.apache.xerces.dom.DeferredAttrImpl
- Returns the node index.
- getNodeIndex() -
Method in class org.apache.xerces.dom.DeferredCommentImpl
- Returns the node index.
- getNodeIndex() -
Method in class org.apache.xerces.dom.DeferredCDATASectionImpl
- Returns the node index.
- getNodeIndex() -
Method in class org.apache.xerces.dom.DeferredEntityReferenceImpl
- Returns the node index.
- getNodeIndex() -
Method in class org.apache.xerces.dom.DeferredElementNSImpl
- Returns the node index.
- getNodeIndex() -
Method in class org.apache.xerces.dom.DeferredProcessingInstructionImpl
- Returns the node index.
- getNodeIndex() -
Method in class org.apache.xerces.dom.DeferredElementImpl
- Returns the node index.
- getNodeIndex() -
Method in class org.apache.xerces.dom.DeferredTextImpl
- Returns the node index.
- getNodeIndex() -
Method in class org.apache.xerces.dom.DeferredDocumentTypeImpl
- Returns the node index.
- getNodeIndex() -
Method in class org.apache.xerces.dom.DeferredElementDefinitionImpl
- Returns the node index.
- getNodeIndex() -
Method in class org.apache.xerces.dom.DeferredEntityImpl
- Returns the node index.
- getNodeName() -
Method in class org.apache.xerces.dom.NodeImpl
- the name of this node.
- getNodeName() -
Method in class org.apache.xerces.dom.AttrImpl
- Returns the attribute name
- getNodeName() -
Method in class org.apache.xerces.dom.ElementImpl
- Returns the element name
- getNodeName() -
Method in class org.apache.xerces.dom.ElementDefinitionImpl
- Returns the element definition name
- getNodeName() -
Method in class org.apache.xerces.dom.NotationImpl
- Returns the notation name
- getNodeName() -
Method in class org.apache.xerces.dom.CoreDocumentImpl
- Returns the node name.
- getNodeName() -
Method in class org.apache.xerces.dom.CommentImpl
- Returns the node name.
- getNodeName() -
Method in class org.apache.xerces.dom.TextImpl
- Returns the node name.
- getNodeName() -
Method in class org.apache.xerces.dom.CDATASectionImpl
- Returns the node name.
- getNodeName() -
Method in class org.apache.xerces.dom.EntityImpl
- Returns the entity name
- getNodeName() -
Method in class org.apache.xerces.dom.EntityReferenceImpl
- Returns the name of the entity referenced
- getNodeName() -
Method in class org.apache.xerces.dom.ProcessingInstructionImpl
- Returns the target
- getNodeName() -
Method in class org.apache.xerces.dom.DocumentFragmentImpl
- Returns the node name.
- getNodeName() -
Method in class org.apache.xerces.dom.DocumentTypeImpl
- Returns the document type name
- getNodeName() -
Method in interface org.w3c.dom.Node
- The name of this node, depending on its type; see the table above.
- getNodeName(int) -
Method in class org.apache.xerces.dom.DeferredDocumentImpl
- Returns the real int name of the given node.
- getNodeName(int, boolean) -
Method in class org.apache.xerces.dom.DeferredDocumentImpl
- Returns the real int name of the given node.
- getNodeNameString(int) -
Method in class org.apache.xerces.dom.DeferredDocumentImpl
- Returns the name of the given node.
- getNodeNameString(int, boolean) -
Method in class org.apache.xerces.dom.DeferredDocumentImpl
- Returns the name of the given node.
- getNodeObject(int) -
Method in class org.apache.xerces.dom.DeferredDocumentImpl
- Instantiates the requested node object.
- getNodeType() -
Method in class org.apache.xerces.dom.NodeImpl
- A short integer indicating what type of node this is.
- getNodeType() -
Method in class org.apache.xerces.dom.AttrImpl
- A short integer indicating what type of node this is.
- getNodeType() -
Method in class org.apache.xerces.dom.ElementImpl
- A short integer indicating what type of node this is.
- getNodeType() -
Method in class org.apache.xerces.dom.ElementDefinitionImpl
- A short integer indicating what type of node this is.
- getNodeType() -
Method in class org.apache.xerces.dom.NotationImpl
- A short integer indicating what type of node this is.
- getNodeType() -
Method in class org.apache.xerces.dom.CoreDocumentImpl
- Returns the node type.
- getNodeType() -
Method in class org.apache.xerces.dom.CommentImpl
- A short integer indicating what type of node this is.
- getNodeType() -
Method in class org.apache.xerces.dom.TextImpl
- A short integer indicating what type of node this is.
- getNodeType() -
Method in class org.apache.xerces.dom.CDATASectionImpl
- A short integer indicating what type of node this is.
- getNodeType() -
Method in class org.apache.xerces.dom.EntityImpl
- A short integer indicating what type of node this is.
- getNodeType() -
Method in class org.apache.xerces.dom.EntityReferenceImpl
- A short integer indicating what type of node this is.
- getNodeType() -
Method in class org.apache.xerces.dom.ProcessingInstructionImpl
- A short integer indicating what type of node this is.
- getNodeType() -
Method in class org.apache.xerces.dom.DocumentFragmentImpl
- A short integer indicating what type of node this is.
- getNodeType() -
Method in class org.apache.xerces.dom.DocumentTypeImpl
- A short integer indicating what type of node this is.
- getNodeType() -
Method in interface org.w3c.dom.Node
- A code representing the type of the underlying object, as defined above.
- getNodeType(int) -
Method in class org.apache.xerces.dom.DeferredDocumentImpl
- Returns the type of the given node.
- getNodeType(int, boolean) -
Method in class org.apache.xerces.dom.DeferredDocumentImpl
- Returns the type of the given node.
- getNodeURI(int) -
Method in class org.apache.xerces.dom.DeferredDocumentImpl
- Returns the URI of the given node.
- getNodeURI(int, boolean) -
Method in class org.apache.xerces.dom.DeferredDocumentImpl
- Returns the URI of the given node.
- getNodeValue() -
Method in class org.apache.xerces.dom.NodeImpl
- Returns the node value.
- getNodeValue() -
Method in class org.apache.xerces.dom.AttrImpl
- In Attribute objects, NodeValue is considered a synonym for
Value.
- getNodeValue() -
Method in class org.apache.xerces.dom.CharacterDataImpl
-
- getNodeValue() -
Method in interface org.w3c.dom.Node
- The value of this node, depending on its type; see the table above.
- getNodeValue(int) -
Method in class org.apache.xerces.dom.DeferredDocumentImpl
- Returns the real int value of the given node.
- getNodeValue(int, boolean) -
Method in class org.apache.xerces.dom.DeferredDocumentImpl
- Returns the real int value of the given node.
- getNodeValueString(int) -
Method in class org.apache.xerces.dom.DeferredDocumentImpl
- Returns the value of the given node.
- getNodeValueString(int, boolean) -
Method in class org.apache.xerces.dom.DeferredDocumentImpl
- Returns the value of the given node.
- getNoHref() -
Method in class org.apache.html.dom.HTMLAreaElementImpl
-
- getNoHref() -
Method in interface org.w3c.dom.html.HTMLAreaElement
- Specifies that this area is inactive, i.e., has no associated action.
- getNonEscapingElements() -
Method in class org.apache.xml.serialize.OutputFormat
- Returns a list of all the elements whose text node children
should be output unescaped (no character references), or null
if no such elements were specified.
- getNoResize() -
Method in class org.apache.html.dom.HTMLFrameElementImpl
-
- getNoResize() -
Method in interface org.w3c.dom.html.HTMLFrameElement
- When true, forbid user from resizing frame.
- getNoShade() -
Method in class org.apache.html.dom.HTMLHRElementImpl
-
- getNoShade() -
Method in interface org.w3c.dom.html.HTMLHRElement
- Indicates to the user agent that there should be no shading in the
rendering of this element.
- getNotationName() -
Method in class org.apache.xerces.dom.EntityImpl
- Unparsed entities -- which contain non-XML data -- have a
"notation name" which tells applications how to deal with them.
- getNotationName() -
Method in interface org.w3c.dom.Entity
- For unparsed entities, the name of the notation for the entity.
- getNotations() -
Method in class org.apache.xerces.dom.DocumentTypeImpl
- Access the collection of Notations defined in the DTD.
- getNotations() -
Method in interface org.w3c.dom.DocumentType
- A
NamedNodeMap
containing the notations declared in the
DTD.
- getNoWrap() -
Method in class org.apache.html.dom.HTMLTableCellElementImpl
-
- getNoWrap() -
Method in interface org.w3c.dom.html.HTMLTableCellElement
- Suppress word wrapping.
- getObject() -
Method in class org.apache.html.dom.HTMLAppletElementImpl
-
- getObject() -
Method in interface org.w3c.dom.html.HTMLAppletElement
- Serialized applet file.
- getOmitComments() -
Method in class org.apache.xml.serialize.OutputFormat
- Returns true if comments should be ommited.
- getOmitDocumentType() -
Method in class org.apache.xml.serialize.OutputFormat
- Returns true if the DOCTYPE declaration should
be ommited.
- getOmitXMLDeclaration() -
Method in class org.apache.xml.serialize.OutputFormat
- Returns true if the XML document declaration should
be ommited.
- getOnEnterBackward() -
Method in interface org.apache.wml.WMLCardElement
-
- getOnEnterBackward() -
Method in interface org.apache.wml.WMLTemplateElement
-
- getOnEnterBackward() -
Method in class org.apache.wml.dom.WMLTemplateElementImpl
-
- getOnEnterBackward() -
Method in class org.apache.wml.dom.WMLCardElementImpl
-
- getOnEnterForward() -
Method in interface org.apache.wml.WMLCardElement
-
- getOnEnterForward() -
Method in interface org.apache.wml.WMLTemplateElement
-
- getOnEnterForward() -
Method in class org.apache.wml.dom.WMLTemplateElementImpl
-
- getOnEnterForward() -
Method in class org.apache.wml.dom.WMLCardElementImpl
-
- getOnPick() -
Method in interface org.apache.wml.WMLOptionElement
-
- getOnPick() -
Method in class org.apache.wml.dom.WMLOptionElementImpl
-
- getOnTimer() -
Method in interface org.apache.wml.WMLCardElement
-
- getOnTimer() -
Method in interface org.apache.wml.WMLTemplateElement
-
- getOnTimer() -
Method in class org.apache.wml.dom.WMLTemplateElementImpl
-
- getOnTimer() -
Method in class org.apache.wml.dom.WMLCardElementImpl
-
- getOptional() -
Method in interface org.apache.wml.WMLDoElement
-
- getOptional() -
Method in class org.apache.wml.dom.WMLDoElementImpl
-
- getOptions() -
Method in class org.apache.html.dom.HTMLSelectElementImpl
-
- getOptions() -
Method in interface org.w3c.dom.html.HTMLSelectElement
- The collection of
OPTION
elements contained by this
element.
- getOrdered() -
Method in interface org.apache.wml.WMLCardElement
-
- getOrdered() -
Method in class org.apache.wml.dom.WMLCardElementImpl
-
- getOwnerDocument() -
Method in class org.apache.xerces.dom.NodeImpl
- Find the Document that this Node belongs to (the document in
whose context the Node was created).
- getOwnerDocument() -
Method in class org.apache.xerces.dom.ParentNode
- Find the Document that this Node belongs to (the document in
whose context the Node was created).
- getOwnerDocument() -
Method in class org.apache.xerces.dom.CoreDocumentImpl
-
- getOwnerDocument() -
Method in interface org.w3c.dom.Node
- The
Document
object associated with this node.
- getOwnerElement() -
Method in class org.apache.xerces.dom.AttrImpl
- Returns the element node that this attribute is associated with,
or null if the attribute has not been added to an element.
- getOwnerElement() -
Method in interface org.w3c.dom.Attr
- The
Element
node this attribute is attached to or
null
if this attribute is not in use.
- getParent() -
Method in interface org.xml.sax.XMLFilter
- Get the parent reader.
- getParent() -
Method in class org.xml.sax.helpers.XMLFilterImpl
- Get the parent reader.
- getParentNode() -
Method in class org.apache.xerces.dom.NodeImpl
- Obtain the DOM-tree parent of this node, or null if it is not
currently active in the DOM tree (perhaps because it has just been
created or removed).
- getParentNode() -
Method in class org.apache.xerces.dom.ChildNode
- Returns the parent node of this node
- getParentNode() -
Method in interface org.w3c.dom.Node
- The parent of this node.
- getParentNode(int) -
Method in class org.apache.xerces.dom.DeferredDocumentImpl
- Returns the parent node of the given node.
- getParentNode(int, boolean) -
Method in class org.apache.xerces.dom.DeferredDocumentImpl
- Returns the parent node of the given node.
- getParser() -
Method in class javax.xml.parsers.SAXParser
- Returns the SAX parser that is encapsultated by the
implementation of this class.
- getPath() -
Method in interface org.apache.wml.WMLAccessElement
-
- getPath() -
Method in class org.apache.wml.dom.WMLAccessElementImpl
-
- getPrefix() -
Method in class org.apache.xerces.dom.NodeImpl
- Introduced in DOM Level 2.
- getPrefix() -
Method in class org.apache.xerces.dom.ElementNSImpl
- Introduced in DOM Level 2.
- getPrefix() -
Method in class org.apache.xerces.dom.AttrNSImpl
- Introduced in DOM Level 2.
- getPrefix() -
Method in interface org.w3c.dom.Node
- The namespace prefix of this node, or
null
if it is
unspecified.
- getPrefix(int) -
Method in class org.apache.xerces.framework.XMLAttrList
- Return the prefix of an attribute in this list (by position).
- getPrefix(String) -
Method in class org.apache.xml.serialize.BaseMarkupSerializer
- Returns the namespace prefix for the specified URI.
- getPrefix(String) -
Method in class org.xml.sax.helpers.NamespaceSupport
- Return one of the prefixes mapped to a Namespace URI.
- getPrefixes() -
Method in class org.xml.sax.helpers.NamespaceSupport
- Return an enumeration of all prefixes currently declared.
- getPrefixes(String) -
Method in class org.xml.sax.helpers.NamespaceSupport
- Return an enumeration of all prefixes currently declared for a URI.
- getPreserveSpace() -
Method in class org.apache.xml.serialize.OutputFormat
- Returns true if the default behavior for this format is to
preserve spaces.
- getPreviousSibling() -
Method in class org.apache.xerces.dom.NodeImpl
- The previous child of this node's parent, or null if none
- getPreviousSibling() -
Method in class org.apache.xerces.dom.ChildNode
- The previous child of this node's parent, or null if none
- getPreviousSibling() -
Method in interface org.w3c.dom.Node
- The node immediately preceding this node.
- getPrevSibling(int) -
Method in class org.apache.xerces.dom.DeferredDocumentImpl
- Returns the prev sibling of the given node.
- getPrevSibling(int, boolean) -
Method in class org.apache.xerces.dom.DeferredDocumentImpl
- Returns the prev sibling of the given node.
- getPrevValue() -
Method in class org.apache.xerces.dom.events.MutationEventImpl
-
- getPrevValue() -
Method in interface org.w3c.dom.events.MutationEvent
prevValue
indicates the previous value of the
Attr
node in DOMAttrModified events, and of the
CharacterData
node in DOMCharDataModified events.
- getProfile() -
Method in class org.apache.html.dom.HTMLHeadElementImpl
-
- getProfile() -
Method in interface org.w3c.dom.html.HTMLHeadElement
- URI designating a metadata profile.
- getPrompt() -
Method in class org.apache.html.dom.HTMLIsIndexElementImpl
-
- getPrompt() -
Method in interface org.w3c.dom.html.HTMLIsIndexElement
- The prompt message.
- getPropertiesRecognized() -
Method in class org.apache.xerces.framework.XMLParser
- Returns a list of properties that this parser recognizes.
- getPropertiesRecognized() -
Method in class org.apache.xerces.parsers.SAXParser
- Returns a list of properties that this parser recognizes.
- getPropertiesRecognized() -
Method in class org.apache.xerces.parsers.DOMParser
- Returns a list of properties that this parser recognizes.
- getProperty(String) -
Method in class org.apache.xerces.framework.XMLParser
- Query the value of a property.
- getProperty(String) -
Method in class org.apache.xerces.parsers.SAXParser
- Query the value of a property.
- getProperty(String) -
Method in class org.apache.xerces.parsers.DOMParser
- Return the current value of a property in a SAX2 parser.
- getProperty(String) -
Method in interface org.xml.sax.XMLReader
- Look up the value of a property.
- getProperty(String) -
Method in class org.xml.sax.helpers.ParserAdapter
- Get a parser property.
- getProperty(String) -
Method in class org.xml.sax.helpers.XMLFilterImpl
- Look up the value of a property.
- getProperty(String) -
Method in class javax.xml.parsers.SAXParser
- returns the particular property requested for in the underlying
implementation of org.xml.sax.XMLReader.
- getPublicId() -
Method in class org.apache.xerces.dom.NotationImpl
- The Public Identifier for this Notation.
- getPublicId() -
Method in class org.apache.xerces.dom.EntityImpl
- The public identifier associated with the entity.
- getPublicId() -
Method in class org.apache.xerces.dom.DocumentTypeImpl
- Introduced in DOM Level 2.
- getPublicId() -
Method in interface org.w3c.dom.Entity
- The public identifier associated with the entity, if specified.
- getPublicId() -
Method in interface org.w3c.dom.Notation
- The public identifier of this notation.
- getPublicId() -
Method in interface org.w3c.dom.DocumentType
- The public identifier of the external subset.
- getPublicId() -
Method in class org.xml.sax.InputSource
- Get the public identifier for this input source.
- getPublicId() -
Method in interface org.xml.sax.Locator
- Return the public identifier for the current document event.
- getPublicId() -
Method in class org.xml.sax.SAXParseException
- Get the public identifier of the entity where the exception occurred.
- getPublicId() -
Method in class org.xml.sax.helpers.LocatorImpl
- Return the saved public identifier.
- getQName(int) -
Method in interface org.xml.sax.Attributes
- Look up an attribute's XML 1.0 qualified name by index.
- getQName(int) -
Method in class org.xml.sax.helpers.AttributesImpl
- Return an attribute's qualified (prefixed) name.
- getReadingContentSpec() -
Method in class org.apache.xerces.framework.XMLDTDScanner
- Is the scanner reading a ContentSpec?
- getReadingExternalEntity() -
Method in class org.apache.xerces.framework.XMLDTDScanner
- Is the XMLDTDScanner reading from an external entity?
This will be true, in particular if there was an external subset
- getReadOnly() -
Method in class org.apache.xerces.dom.NodeImpl
- NON-DOM: Returns true if this node is read-only.
- getReadOnly() -
Method in class org.apache.html.dom.HTMLTextAreaElementImpl
-
- getReadOnly() -
Method in class org.apache.html.dom.HTMLInputElementImpl
-
- getReadOnly() -
Method in interface org.w3c.dom.html.HTMLTextAreaElement
- This control is read-only.
- getReadOnly() -
Method in interface org.w3c.dom.html.HTMLInputElement
- This control is read-only.
- getRealPrevSibling(int) -
Method in class org.apache.xerces.dom.DeferredDocumentImpl
- Returns the real prev sibling of the given node,
directly from the data structures.
- getRealPrevSibling(int, boolean) -
Method in class org.apache.xerces.dom.DeferredDocumentImpl
- Returns the real prev sibling of the given node.
- getReferrer() -
Method in class org.apache.html.dom.HTMLDocumentImpl
-
- getReferrer() -
Method in interface org.w3c.dom.html.HTMLDocument
- Returns the URI of the page that linked to this page.
- getRel() -
Method in class org.apache.html.dom.HTMLAnchorElementImpl
-
- getRel() -
Method in class org.apache.html.dom.HTMLLinkElementImpl
-
- getRel() -
Method in interface org.w3c.dom.html.HTMLAnchorElement
- Forward link type.
- getRel() -
Method in interface org.w3c.dom.html.HTMLLinkElement
- Forward link type.
- getRelatedNode() -
Method in class org.apache.xerces.dom.events.MutationEventImpl
-
- getRelatedNode() -
Method in interface org.w3c.dom.events.MutationEvent
relatedNode
is used to identify a secondary node related
to a mutation event.
- getRev() -
Method in class org.apache.html.dom.HTMLAnchorElementImpl
-
- getRev() -
Method in class org.apache.html.dom.HTMLLinkElementImpl
-
- getRev() -
Method in interface org.w3c.dom.html.HTMLAnchorElement
- Reverse link type.
- getRev() -
Method in interface org.w3c.dom.html.HTMLLinkElement
- Reverse link type.
- getRoot() -
Method in class org.apache.xerces.dom.TreeWalkerImpl
-
- getRoot() -
Method in class org.apache.xerces.dom.NodeIteratorImpl
-
- getRoot() -
Method in interface org.w3c.dom.traversal.NodeIterator
- The root node of the
NodeIterator
, as specified when it
was created.
- getRoot() -
Method in interface org.w3c.dom.traversal.TreeWalker
- The
root
node of the TreeWalker
, as specified
when it was created.
- getRowIndex() -
Method in class org.apache.html.dom.HTMLTableRowElementImpl
-
- getRowIndex() -
Method in interface org.w3c.dom.html.HTMLTableRowElement
- The index of this row, relative to the entire table, starting from 0.
- getRows() -
Method in class org.apache.html.dom.HTMLTextAreaElementImpl
-
- getRows() -
Method in class org.apache.html.dom.HTMLTableElementImpl
-
- getRows() -
Method in class org.apache.html.dom.HTMLTableSectionElementImpl
-
- getRows() -
Method in class org.apache.html.dom.HTMLFrameSetElementImpl
-
- getRows() -
Method in interface org.w3c.dom.html.HTMLTextAreaElement
- Number of text rows.
- getRows() -
Method in interface org.w3c.dom.html.HTMLTableSectionElement
- The collection of rows in this table section.
- getRows() -
Method in interface org.w3c.dom.html.HTMLTableElement
- Returns a collection of all the rows in the table, including all in
THEAD
, TFOOT
, all TBODY
elements.
- getRows() -
Method in interface org.w3c.dom.html.HTMLFrameSetElement
- The number of rows of frames in the frameset.
- getRowSpan() -
Method in class org.apache.html.dom.HTMLTableCellElementImpl
-
- getRowSpan() -
Method in interface org.w3c.dom.html.HTMLTableCellElement
- Number of rows spanned by cell.
- getRules() -
Method in class org.apache.html.dom.HTMLTableElementImpl
-
- getRules() -
Method in interface org.w3c.dom.html.HTMLTableElement
- Specifies which internal table borders to render.
- getScheme() -
Method in class org.apache.html.dom.HTMLMetaElementImpl
-
- getScheme() -
Method in interface org.apache.wml.WMLMetaElement
-
- getScheme() -
Method in class org.apache.wml.dom.WMLMetaElementImpl
-
- getScheme() -
Method in interface org.w3c.dom.html.HTMLMetaElement
- Select form of content.
- getScope() -
Method in class org.apache.html.dom.HTMLTableCellElementImpl
-
- getScope() -
Method in interface org.w3c.dom.html.HTMLTableCellElement
- Scope covered by header cells.
- getScrolling() -
Method in class org.apache.html.dom.HTMLIFrameElementImpl
-
- getScrolling() -
Method in class org.apache.html.dom.HTMLFrameElementImpl
-
- getScrolling() -
Method in interface org.w3c.dom.html.HTMLFrameElement
- Specify whether or not the frame should have scrollbars.
- getScrolling() -
Method in interface org.w3c.dom.html.HTMLIFrameElement
- Specify whether or not the frame should have scrollbars.
- getSectionRowIndex() -
Method in class org.apache.html.dom.HTMLTableRowElementImpl
-
- getSectionRowIndex() -
Method in interface org.w3c.dom.html.HTMLTableRowElement
- The index of this row, relative to the current section (
THEAD
, TFOOT
, or TBODY
),
starting from 0.
- getSelected() -
Method in class org.apache.html.dom.HTMLOptionElementImpl
-
- getSelected() -
Method in interface org.w3c.dom.html.HTMLOptionElement
- Represents the current state of the corresponding form control, in an
interactive user agent.
- getSelectedIndex() -
Method in class org.apache.html.dom.HTMLSelectElementImpl
-
- getSelectedIndex() -
Method in interface org.w3c.dom.html.HTMLSelectElement
- The ordinal index of the selected option, starting from 0.
- getSendreferer() -
Method in interface org.apache.wml.WMLGoElement
-
- getSendreferer() -
Method in class org.apache.wml.dom.WMLGoElementImpl
-
- getSerializerFactory(String) -
Static method in class org.apache.xml.serialize.SerializerFactory
- Register a serializer factory, keyed by the given
method string.
- getShape() -
Method in class org.apache.html.dom.HTMLAnchorElementImpl
-
- getShape() -
Method in class org.apache.html.dom.HTMLAreaElementImpl
-
- getShape() -
Method in interface org.w3c.dom.html.HTMLAreaElement
- The shape of the active area.
- getShape() -
Method in interface org.w3c.dom.html.HTMLAnchorElement
- The shape of the active area.
- getSize() -
Method in class org.apache.html.dom.HTMLFontElementImpl
-
- getSize() -
Method in class org.apache.html.dom.HTMLHRElementImpl
-
- getSize() -
Method in class org.apache.html.dom.HTMLInputElementImpl
-
- getSize() -
Method in class org.apache.html.dom.HTMLSelectElementImpl
-
- getSize() -
Method in class org.apache.html.dom.HTMLBaseFontElementImpl
-
- getSize() -
Method in interface org.apache.wml.WMLInputElement
-
- getSize() -
Method in class org.apache.wml.dom.WMLInputElementImpl
-
- getSize() -
Method in interface org.w3c.dom.html.HTMLBaseFontElement
- Font size.
- getSize() -
Method in interface org.w3c.dom.html.HTMLHRElement
- The height of the rule.
- getSize() -
Method in interface org.w3c.dom.html.HTMLSelectElement
- Number of visible rows.
- getSize() -
Method in interface org.w3c.dom.html.HTMLInputElement
- Size information.
- getSize() -
Method in interface org.w3c.dom.html.HTMLFontElement
- Font size.
- getSpan() -
Method in class org.apache.html.dom.HTMLTableColElementImpl
-
- getSpan() -
Method in interface org.w3c.dom.html.HTMLTableColElement
- Indicates the number of columns in a group or affected by a grouping.
- getSpecified() -
Method in class org.apache.xerces.dom.AttrImpl
- The "specified" flag is true if and only if this attribute's
value was explicitly specified in the original document.
- getSpecified() -
Method in interface org.w3c.dom.Attr
- If this attribute was explicitly given a value in the original
document, this is
true
; otherwise, it is
false
.
- getSrc() -
Method in class org.apache.html.dom.HTMLScriptElementImpl
-
- getSrc() -
Method in class org.apache.html.dom.HTMLImageElementImpl
-
- getSrc() -
Method in class org.apache.html.dom.HTMLIFrameElementImpl
-
- getSrc() -
Method in class org.apache.html.dom.HTMLFrameElementImpl
-
- getSrc() -
Method in class org.apache.html.dom.HTMLInputElementImpl
-
- getSrc() -
Method in interface org.apache.wml.WMLImgElement
-
- getSrc() -
Method in class org.apache.wml.dom.WMLImgElementImpl
-
- getSrc() -
Method in interface org.w3c.dom.html.HTMLScriptElement
- URI designating an external script.
- getSrc() -
Method in interface org.w3c.dom.html.HTMLFrameElement
- A URI designating the initial frame contents.
- getSrc() -
Method in interface org.w3c.dom.html.HTMLInputElement
- When the
type
attribute has the value "Image", this
attribute specifies the location of the image to be used to decorate
the graphical submit button.
- getSrc() -
Method in interface org.w3c.dom.html.HTMLIFrameElement
- A URI designating the initial frame contents.
- getSrc() -
Method in interface org.w3c.dom.html.HTMLImageElement
- URI designating the source of this image.
- getStandalone() -
Method in class org.apache.xerces.dom.CoreDocumentImpl
- DOM Level 3 WD - Experimental.
- getStandalone() -
Method in class org.apache.xml.serialize.OutputFormat
- Returns true if the document type is standalone.
- getStandalone() -
Method in interface org.w3c.dom.Document
- EXPERIMENTAL! Based on the Document
Object Model (DOM) Level 3 Core Working Draft of 5 June 2001..
- getStandby() -
Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- getStandby() -
Method in interface org.w3c.dom.html.HTMLObjectElement
- Message to render while loading the object.
- getStart() -
Method in class org.apache.html.dom.HTMLOListElementImpl
-
- getStart() -
Method in interface org.w3c.dom.html.HTMLOListElement
- Starting sequence number.
- getStartContainer() -
Method in class org.apache.xerces.dom.RangeImpl
-
- getStartContainer() -
Method in interface org.w3c.dom.ranges.Range
- Node within which the Range begins
- getStartOffset() -
Method in class org.apache.xerces.dom.RangeImpl
-
- getStartOffset() -
Method in interface org.w3c.dom.ranges.Range
- Offset within the starting node of the Range.
- getStrictErrorChecking() -
Method in class org.apache.xerces.dom.CoreDocumentImpl
-
- getStrictErrorChecking() -
Method in interface org.w3c.dom.Document
- EXPERIMENTAL! Based on the Document
Object Model (DOM) Level 3 Core Working Draft of 5 June 2001..
- getStringPool() -
Method in class org.apache.xerces.dom.DeferredDocumentImpl
- access to string pool.
- getSummary() -
Method in class org.apache.html.dom.HTMLTableElementImpl
-
- getSummary() -
Method in interface org.w3c.dom.html.HTMLTableElement
- Description about the purpose or structure of a table.
- getSupportedMethod() -
Method in class org.apache.xml.serialize.SerializerFactory
- Returns the method supported by this factory and used to register
the factory.
- getSystemId() -
Method in class org.apache.xerces.dom.NotationImpl
- The System Identifier for this Notation.
- getSystemId() -
Method in class org.apache.xerces.dom.EntityImpl
- The system identifier associated with the entity.
- getSystemId() -
Method in class org.apache.xerces.dom.DocumentTypeImpl
- Introduced in DOM Level 2.
- getSystemId() -
Method in interface org.w3c.dom.Entity
- The system identifier associated with the entity, if specified.
- getSystemId() -
Method in interface org.w3c.dom.Notation
- The system identifier of this notation.
- getSystemId() -
Method in interface org.w3c.dom.DocumentType
- The system identifier of the external subset.
- getSystemId() -
Method in class org.xml.sax.InputSource
- Get the system identifier for this input source.
- getSystemId() -
Method in interface org.xml.sax.Locator
- Return the system identifier for the current document event.
- getSystemId() -
Method in class org.xml.sax.SAXParseException
- Get the system identifier of the entity where the exception occurred.
- getSystemId() -
Method in class org.xml.sax.helpers.LocatorImpl
- Return the saved system identifier.
- getTabIndex() -
Method in class org.apache.html.dom.HTMLAnchorElementImpl
-
- getTabIndex() -
Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- getTabIndex() -
Method in class org.apache.html.dom.HTMLTextAreaElementImpl
-
- getTabIndex() -
Method in class org.apache.html.dom.HTMLAreaElementImpl
-
- getTabIndex() -
Method in class org.apache.html.dom.HTMLInputElementImpl
-
- getTabIndex() -
Method in class org.apache.html.dom.HTMLSelectElementImpl
-
- getTabIndex() -
Method in class org.apache.html.dom.HTMLButtonElementImpl
-
- getTabIndex() -
Method in interface org.apache.wml.WMLInputElement
-
- getTabIndex() -
Method in interface org.apache.wml.WMLSelectElement
-
- getTabIndex() -
Method in class org.apache.wml.dom.WMLSelectElementImpl
-
- getTabIndex() -
Method in class org.apache.wml.dom.WMLInputElementImpl
-
- getTabIndex() -
Method in interface org.w3c.dom.html.HTMLTextAreaElement
- Index that represents the element's position in the tabbing order.
- getTabIndex() -
Method in interface org.w3c.dom.html.HTMLAreaElement
- Index that represents the element's position in the tabbing order.
- getTabIndex() -
Method in interface org.w3c.dom.html.HTMLButtonElement
- Index that represents the element's position in the tabbing order.
- getTabIndex() -
Method in interface org.w3c.dom.html.HTMLAnchorElement
- Index that represents the element's position in the tabbing order.
- getTabIndex() -
Method in interface org.w3c.dom.html.HTMLObjectElement
- Index that represents the element's position in the tabbing order.
- getTabIndex() -
Method in interface org.w3c.dom.html.HTMLSelectElement
- Index that represents the element's position in the tabbing order.
- getTabIndex() -
Method in interface org.w3c.dom.html.HTMLInputElement
- Index that represents the element's position in the tabbing order.
- getTagName() -
Method in class org.apache.xerces.dom.ElementImpl
- Returns the name of the Element.
- getTagName() -
Method in interface org.w3c.dom.Element
- The name of the element.
- getTarget() -
Method in class org.apache.xerces.dom.ProcessingInstructionImpl
- A PI's "target" states what processor channel the PI's data
should be directed to.
- getTarget() -
Method in class org.apache.xerces.dom.events.EventImpl
-
- getTarget() -
Method in class org.apache.html.dom.HTMLAnchorElementImpl
-
- getTarget() -
Method in class org.apache.html.dom.HTMLFormElementImpl
-
- getTarget() -
Method in class org.apache.html.dom.HTMLAreaElementImpl
-
- getTarget() -
Method in class org.apache.html.dom.HTMLBaseElementImpl
-
- getTarget() -
Method in class org.apache.html.dom.HTMLLinkElementImpl
-
- getTarget() -
Method in interface org.w3c.dom.ProcessingInstruction
- The target of this processing instruction.
- getTarget() -
Method in interface org.w3c.dom.events.Event
- Used to indicate the
EventTarget
to which the event was
originally dispatched.
- getTarget() -
Method in interface org.w3c.dom.html.HTMLAreaElement
- Frame to render the resource in.
- getTarget() -
Method in interface org.w3c.dom.html.HTMLAnchorElement
- Frame to render the resource in.
- getTarget() -
Method in interface org.w3c.dom.html.HTMLBaseElement
- The default target frame.
- getTarget() -
Method in interface org.w3c.dom.html.HTMLLinkElement
- Frame to render the resource in.
- getTarget() -
Method in interface org.w3c.dom.html.HTMLFormElement
- Frame to render the resource in.
- getTBodies() -
Method in class org.apache.html.dom.HTMLTableElementImpl
-
- getTBodies() -
Method in interface org.w3c.dom.html.HTMLTableElement
- Returns a collection of the defined table bodies.
- getText() -
Method in class org.apache.html.dom.HTMLScriptElementImpl
-
- getText() -
Method in class org.apache.html.dom.HTMLBodyElementImpl
-
- getText() -
Method in class org.apache.html.dom.HTMLOptionElementImpl
-
- getText() -
Method in class org.apache.html.dom.HTMLTitleElementImpl
-
- getText() -
Method in interface org.w3c.dom.html.HTMLTitleElement
- The specified title as a string.
- getText() -
Method in interface org.w3c.dom.html.HTMLOptionElement
- The text contained within the option element.
- getText() -
Method in interface org.w3c.dom.html.HTMLBodyElement
- Document text color.
- getText() -
Method in interface org.w3c.dom.html.HTMLScriptElement
- The script content of the element.
- getTFoot() -
Method in class org.apache.html.dom.HTMLTableElementImpl
-
- getTFoot() -
Method in interface org.w3c.dom.html.HTMLTableElement
- Returns the table's
TFOOT
, or null
if none
exists.
- getTHead() -
Method in class org.apache.html.dom.HTMLTableElementImpl
-
- getTHead() -
Method in interface org.w3c.dom.html.HTMLTableElement
- Returns the table's
THEAD
, or null
if none
exists.
- getTimeStamp() -
Method in class org.apache.xerces.dom.events.EventImpl
-
- getTimeStamp() -
Method in interface org.w3c.dom.events.Event
- Used to specify the time (in milliseconds relative to the epoch) at
which the event was created.
- getTitle() -
Method in class org.apache.html.dom.HTMLElementImpl
-
- getTitle() -
Method in class org.apache.html.dom.HTMLDocumentImpl
-
- getTitle() -
Method in interface org.apache.wml.WMLOptionElement
-
- getTitle() -
Method in interface org.apache.wml.WMLInputElement
-
- getTitle() -
Method in interface org.apache.wml.WMLCardElement
-
- getTitle() -
Method in interface org.apache.wml.WMLOptgroupElement
-
- getTitle() -
Method in interface org.apache.wml.WMLAnchorElement
-
- getTitle() -
Method in interface org.apache.wml.WMLSelectElement
-
- getTitle() -
Method in interface org.apache.wml.WMLAElement
-
- getTitle() -
Method in interface org.apache.wml.WMLFieldsetElement
-
- getTitle() -
Method in interface org.apache.wml.WMLTableElement
-
- getTitle() -
Method in class org.apache.wml.dom.WMLSelectElementImpl
-
- getTitle() -
Method in class org.apache.wml.dom.WMLAElementImpl
-
- getTitle() -
Method in class org.apache.wml.dom.WMLOptgroupElementImpl
-
- getTitle() -
Method in class org.apache.wml.dom.WMLAnchorElementImpl
-
- getTitle() -
Method in class org.apache.wml.dom.WMLTableElementImpl
-
- getTitle() -
Method in class org.apache.wml.dom.WMLOptionElementImpl
-
- getTitle() -
Method in class org.apache.wml.dom.WMLFieldsetElementImpl
-
- getTitle() -
Method in class org.apache.wml.dom.WMLInputElementImpl
-
- getTitle() -
Method in class org.apache.wml.dom.WMLCardElementImpl
-
- getTitle() -
Method in interface org.w3c.dom.html.HTMLDocument
- The title of a document as specified by the
TITLE
element
in the head of the document.
- getTitle() -
Method in interface org.w3c.dom.html.HTMLElement
- The element's advisory title.
- getType() -
Method in class org.apache.xerces.dom.events.EventImpl
-
- getType() -
Method in class org.apache.html.dom.HTMLAnchorElementImpl
-
- getType() -
Method in class org.apache.html.dom.HTMLScriptElementImpl
-
- getType() -
Method in class org.apache.html.dom.HTMLStyleElementImpl
-
- getType() -
Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- getType() -
Method in class org.apache.html.dom.HTMLUListElementImpl
-
- getType() -
Method in class org.apache.html.dom.HTMLTextAreaElementImpl
-
- getType() -
Method in class org.apache.html.dom.HTMLInputElementImpl
-
- getType() -
Method in class org.apache.html.dom.HTMLSelectElementImpl
-
- getType() -
Method in class org.apache.html.dom.HTMLButtonElementImpl
-
- getType() -
Method in class org.apache.html.dom.HTMLLinkElementImpl
-
- getType() -
Method in class org.apache.html.dom.HTMLLIElementImpl
-
- getType() -
Method in class org.apache.html.dom.HTMLParamElementImpl
-
- getType() -
Method in class org.apache.html.dom.HTMLOListElementImpl
-
- getType() -
Method in interface org.apache.wml.WMLInputElement
-
- getType() -
Method in interface org.apache.wml.WMLOneventElement
-
- getType() -
Method in interface org.apache.wml.WMLDoElement
-
- getType() -
Method in class org.apache.wml.dom.WMLDoElementImpl
-
- getType() -
Method in class org.apache.wml.dom.WMLOneventElementImpl
-
- getType() -
Method in class org.apache.wml.dom.WMLInputElementImpl
-
- getType() -
Method in interface org.w3c.dom.events.Event
- The name of the event (case-insensitive).
- getType() -
Method in interface org.w3c.dom.html.HTMLTextAreaElement
- The type of this form control.
- getType() -
Method in interface org.w3c.dom.html.HTMLOListElement
- Numbering style.
- getType() -
Method in interface org.w3c.dom.html.HTMLLIElement
- List item bullet style.
- getType() -
Method in interface org.w3c.dom.html.HTMLButtonElement
- The type of button.
- getType() -
Method in interface org.w3c.dom.html.HTMLAnchorElement
- Advisory content type.
- getType() -
Method in interface org.w3c.dom.html.HTMLParamElement
- Content type for the
value
attribute when
valuetype
has the value "ref".
- getType() -
Method in interface org.w3c.dom.html.HTMLObjectElement
- Content type for data downloaded via
data
attribute.
- getType() -
Method in interface org.w3c.dom.html.HTMLSelectElement
- The type of this form control.
- getType() -
Method in interface org.w3c.dom.html.HTMLLinkElement
- Advisory content type.
- getType() -
Method in interface org.w3c.dom.html.HTMLScriptElement
- The content type of the script language.
- getType() -
Method in interface org.w3c.dom.html.HTMLInputElement
- The type of control created.
- getType() -
Method in interface org.w3c.dom.html.HTMLUListElement
- Bullet style.
- getType() -
Method in interface org.w3c.dom.html.HTMLStyleElement
- The content type pf the style sheet language.
- getType(int) -
Method in class org.apache.xerces.framework.XMLAttrList
- Return the type of an attribute in the list (by position).
- getType(int) -
Method in interface org.xml.sax.AttributeList
- Deprecated. Return the type of an attribute in the list (by position).
- getType(int) -
Method in interface org.xml.sax.Attributes
- Look up an attribute's type by index.
- getType(int) -
Method in class org.xml.sax.helpers.AttributesImpl
- Return an attribute's type by index.
- getType(int) -
Method in class org.xml.sax.helpers.AttributeListImpl
- Deprecated. Get the type of an attribute (by position).
- getType(String) -
Method in class org.apache.xerces.framework.XMLAttrList
- Return the type of an attribute in the list (by name).
- getType(String) -
Method in interface org.xml.sax.AttributeList
- Deprecated. Return the type of an attribute in the list (by name).
- getType(String) -
Method in interface org.xml.sax.Attributes
- Look up an attribute's type by XML 1.0 qualified name.
- getType(String) -
Method in class org.xml.sax.helpers.AttributesImpl
- Look up an attribute's type by qualified (prefixed) name.
- getType(String) -
Method in class org.xml.sax.helpers.AttributeListImpl
- Deprecated. Get the type of an attribute (by name).
- getType(String, String) -
Method in interface org.xml.sax.Attributes
- Look up an attribute's type by Namespace name.
- getType(String, String) -
Method in class org.xml.sax.helpers.AttributesImpl
- Look up an attribute's type by Namespace-qualified name.
- getURI(int) -
Method in class org.apache.xerces.framework.XMLAttrList
- Returns the URI of an attribute in this list (by position).
- getURI(int) -
Method in interface org.xml.sax.Attributes
- Look up an attribute's Namespace URI by index.
- getURI(int) -
Method in class org.xml.sax.helpers.AttributesImpl
- Return an attribute's Namespace URI.
- getURI(String) -
Method in class org.xml.sax.helpers.NamespaceSupport
- Look up a prefix and get the currently-mapped Namespace URI.
- getURL() -
Method in class org.apache.html.dom.HTMLDocumentImpl
-
- getURL() -
Method in interface org.w3c.dom.html.HTMLDocument
- The complete URI of the document.
- getUseMap() -
Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- getUseMap() -
Method in class org.apache.html.dom.HTMLImageElementImpl
-
- getUseMap() -
Method in class org.apache.html.dom.HTMLInputElementImpl
-
- getUseMap() -
Method in interface org.w3c.dom.html.HTMLObjectElement
- Use client-side image map.
- getUseMap() -
Method in interface org.w3c.dom.html.HTMLInputElement
- Use client-side image map.
- getUseMap() -
Method in interface org.w3c.dom.html.HTMLImageElement
- Use client-side image map.
- getUserData() -
Method in class org.apache.xerces.dom.NodeImpl
- NON-DOM:
Returns the user data associated to this node.
- getUserData(NodeImpl) -
Method in class org.apache.xerces.dom.CoreDocumentImpl
- Retreive user data related to a given node
- getUserData(NodeImpl) -
Method in class org.apache.xerces.dom.DocumentImpl
- Retreive user data related to a given node
- getValidation() -
Method in class org.apache.xerces.framework.XMLParser
- Returns true if validation is turned on.
- getValidationDynamic() -
Method in class org.apache.xerces.framework.XMLParser
- Returns true if validation is based on whether a document
contains a grammar.
- getValidationEnabled() -
Method in class org.apache.xerces.framework.XMLDocumentScanner
- Returns true if validation is turned on.
- getValidationSchema() -
Method in class org.apache.xerces.framework.XMLParser
- Returns true if Schema support is turned on.
- getValidationSchemaFullChecking() -
Method in class org.apache.xerces.framework.XMLParser
- Returns true if Schema support is turned on.
- getValidationWarnOnDuplicateAttdef() -
Method in class org.apache.xerces.framework.XMLParser
- Returns true if an error is emitted when an attribute is redefined
in the grammar.
- getValidationWarnOnUndeclaredElemdef() -
Method in class org.apache.xerces.framework.XMLParser
- Returns true if the parser emits an error when an undeclared
element is referenced in the grammar.
- getVAlign() -
Method in class org.apache.html.dom.HTMLTableColElementImpl
-
- getVAlign() -
Method in class org.apache.html.dom.HTMLTableRowElementImpl
-
- getVAlign() -
Method in class org.apache.html.dom.HTMLTableSectionElementImpl
-
- getVAlign() -
Method in class org.apache.html.dom.HTMLTableCellElementImpl
-
- getVAlign() -
Method in interface org.w3c.dom.html.HTMLTableSectionElement
- Vertical alignment of data in cells.
- getVAlign() -
Method in interface org.w3c.dom.html.HTMLTableRowElement
- Vertical alignment of data within cells of this row.
- getVAlign() -
Method in interface org.w3c.dom.html.HTMLTableColElement
- Vertical alignment of cell data in column.
- getVAlign() -
Method in interface org.w3c.dom.html.HTMLTableCellElement
- Vertical alignment of data in cell.
- getValue() -
Method in class org.apache.xerces.dom.AttrImpl
- The "string value" of an Attribute is its text representation,
which in turn is a concatenation of the string values of its children.
- getValue() -
Method in class org.apache.html.dom.HTMLTextAreaElementImpl
-
- getValue() -
Method in class org.apache.html.dom.HTMLOptionElementImpl
-
- getValue() -
Method in class org.apache.html.dom.HTMLInputElementImpl
-
- getValue() -
Method in class org.apache.html.dom.HTMLSelectElementImpl
-
- getValue() -
Method in class org.apache.html.dom.HTMLButtonElementImpl
-
- getValue() -
Method in class org.apache.html.dom.HTMLLIElementImpl
-
- getValue() -
Method in class org.apache.html.dom.HTMLParamElementImpl
-
- getValue() -
Method in interface org.apache.wml.WMLOptionElement
-
- getValue() -
Method in interface org.apache.wml.WMLTimerElement
-
- getValue() -
Method in interface org.apache.wml.WMLInputElement
-
- getValue() -
Method in interface org.apache.wml.WMLSelectElement
-
- getValue() -
Method in interface org.apache.wml.WMLSetvarElement
-
- getValue() -
Method in interface org.apache.wml.WMLPostfieldElement
-
- getValue() -
Method in class org.apache.wml.dom.WMLSelectElementImpl
-
- getValue() -
Method in class org.apache.wml.dom.WMLTimerElementImpl
-
- getValue() -
Method in class org.apache.wml.dom.WMLPostfieldElementImpl
-
- getValue() -
Method in class org.apache.wml.dom.WMLSetvarElementImpl
-
- getValue() -
Method in class org.apache.wml.dom.WMLOptionElementImpl
-
- getValue() -
Method in class org.apache.wml.dom.WMLInputElementImpl
-
- getValue() -
Method in interface org.w3c.dom.Attr
- On retrieval, the value of the attribute is returned as a string.
- getValue() -
Method in interface org.w3c.dom.html.HTMLTextAreaElement
- Represents the current contents of the corresponding form control, in
an interactive user agent.
- getValue() -
Method in interface org.w3c.dom.html.HTMLLIElement
- Reset sequence number when used in
OL
.
- getValue() -
Method in interface org.w3c.dom.html.HTMLButtonElement
- The current form control value.
- getValue() -
Method in interface org.w3c.dom.html.HTMLOptionElement
- The current form control value.
- getValue() -
Method in interface org.w3c.dom.html.HTMLParamElement
- The value of a run-time parameter.
- getValue() -
Method in interface org.w3c.dom.html.HTMLSelectElement
- The current form control value.
- getValue() -
Method in interface org.w3c.dom.html.HTMLInputElement
- When the
type
attribute of the element has the value
"Text", "File" or "Password", this represents the current contents of
the corresponding form control, in an interactive user agent.
- getValue(int) -
Method in class org.apache.xerces.framework.XMLAttrList
- Return the value of an attribute in the list (by position).
- getValue(int) -
Method in interface org.xml.sax.AttributeList
- Deprecated. Return the value of an attribute in the list (by position).
- getValue(int) -
Method in interface org.xml.sax.Attributes
- Look up an attribute's value by index.
- getValue(int) -
Method in class org.xml.sax.helpers.AttributesImpl
- Return an attribute's value by index.
- getValue(int) -
Method in class org.xml.sax.helpers.AttributeListImpl
- Deprecated. Get the value of an attribute (by position).
- getValue(String) -
Method in class org.apache.xerces.framework.XMLAttrList
- Return the value of an attribute in the list (by name).
- getValue(String) -
Method in interface org.xml.sax.AttributeList
- Deprecated. Return the value of an attribute in the list (by name).
- getValue(String) -
Method in interface org.xml.sax.Attributes
- Look up an attribute's value by XML 1.0 qualified name.
- getValue(String) -
Method in class org.xml.sax.helpers.AttributesImpl
- Look up an attribute's value by qualified (prefixed) name.
- getValue(String) -
Method in class org.xml.sax.helpers.AttributeListImpl
- Deprecated. Get the value of an attribute (by name).
- getValue(String, String) -
Method in interface org.xml.sax.Attributes
- Look up an attribute's value by Namespace name.
- getValue(String, String) -
Method in class org.xml.sax.helpers.AttributesImpl
- Look up an attribute's value by Namespace-qualified name.
- getValueType() -
Method in class org.apache.html.dom.HTMLParamElementImpl
-
- getValueType() -
Method in interface org.w3c.dom.html.HTMLParamElement
- Information about the meaning of the
value
attribute
value.
- getVersion() -
Method in class org.apache.xerces.dom.CoreDocumentImpl
- DOM Level 3 WD - Experimental.
- getVersion() -
Method in class org.apache.xerces.dom.EntityImpl
- DOM Level 3 WD - experimental
the version number of this entity, when it is an external parsed entity.
- getVersion() -
Method in class org.apache.xml.serialize.OutputFormat
- Returns the version for this output method.
- getVersion() -
Method in class org.apache.html.dom.HTMLHtmlElementImpl
-
- getVersion() -
Method in interface org.w3c.dom.Entity
- EXPERIMENTAL! Based on the Document
Object Model (DOM) Level 3 Core Working Draft of 5 June 2001..
- getVersion() -
Method in interface org.w3c.dom.Document
- EXPERIMENTAL! Based on the Document
Object Model (DOM) Level 3 Core Working Draft of 5 June 2001..
- getVersion() -
Method in interface org.w3c.dom.html.HTMLHtmlElement
- Version information about the document's DTD.
- getVLink() -
Method in class org.apache.html.dom.HTMLBodyElementImpl
-
- getVLink() -
Method in interface org.w3c.dom.html.HTMLBodyElement
- Color of links that have been visited by the user.
- getVspace() -
Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- getVspace() -
Method in class org.apache.html.dom.HTMLAppletElementImpl
-
- getVspace() -
Method in class org.apache.html.dom.HTMLImageElementImpl
-
- getVspace() -
Method in interface org.apache.wml.WMLImgElement
-
- getVspace() -
Method in class org.apache.wml.dom.WMLImgElementImpl
-
- getVspace() -
Method in interface org.w3c.dom.html.HTMLAppletElement
- Vertical space above and below this image, applet, or object.
- getVspace() -
Method in interface org.w3c.dom.html.HTMLObjectElement
- Vertical space above and below this image, applet, or object.
- getVspace() -
Method in interface org.w3c.dom.html.HTMLImageElement
- Vertical space above and below this image.
- getWhatToShow() -
Method in class org.apache.xerces.dom.TreeWalkerImpl
- Return the whatToShow value
- getWhatToShow() -
Method in class org.apache.xerces.dom.NodeIteratorImpl
- Return the whatToShow value
- getWhatToShow() -
Method in interface org.w3c.dom.traversal.NodeIterator
- This attribute determines which node types are presented via the
iterator.
- getWhatToShow() -
Method in interface org.w3c.dom.traversal.TreeWalker
- This attribute determines which node types are presented via the
TreeWalker
.
- getWidth() -
Method in class org.apache.html.dom.HTMLObjectElementImpl
-
- getWidth() -
Method in class org.apache.html.dom.HTMLAppletElementImpl
-
- getWidth() -
Method in class org.apache.html.dom.HTMLImageElementImpl
-
- getWidth() -
Method in class org.apache.html.dom.HTMLHRElementImpl
-
- getWidth() -
Method in class org.apache.html.dom.HTMLTableColElementImpl
-
- getWidth() -
Method in class org.apache.html.dom.HTMLTableElementImpl
-
- getWidth() -
Method in class org.apache.html.dom.HTMLPreElementImpl
-
- getWidth() -
Method in class org.apache.html.dom.HTMLIFrameElementImpl
-
- getWidth() -
Method in class org.apache.html.dom.HTMLTableCellElementImpl
-
- getWidth() -
Method in interface org.apache.wml.WMLImgElement
-
- getWidth() -
Method in class org.apache.wml.dom.WMLImgElementImpl
-
- getWidth() -
Method in interface org.w3c.dom.html.HTMLPreElement
- Fixed width for content.
- getWidth() -
Method in interface org.w3c.dom.html.HTMLAppletElement
- Override width.
- getWidth() -
Method in interface org.w3c.dom.html.HTMLTableElement
- Specifies the desired table width.
- getWidth() -
Method in interface org.w3c.dom.html.HTMLHRElement
- The width of the rule.
- getWidth() -
Method in interface org.w3c.dom.html.HTMLTableColElement
- Default column width.
- getWidth() -
Method in interface org.w3c.dom.html.HTMLObjectElement
- Override width.
- getWidth() -
Method in interface org.w3c.dom.html.HTMLTableCellElement
- Cell width.
- getWidth() -
Method in interface org.w3c.dom.html.HTMLIFrameElement
- Frame width.
- getWidth() -
Method in interface org.w3c.dom.html.HTMLImageElement
- Override width.
- getWriter(OutputStream) -
Method in class org.apache.xml.serialize.EncodingInfo
- Returns a writer for this encoding based on
an output stream.
- getXmlLang() -
Method in interface org.apache.wml.WMLBrElement
-
- getXmlLang() -
Method in interface org.apache.wml.WMLOptionElement
-
- getXmlLang() -
Method in interface org.apache.wml.WMLStrongElement
-
- getXmlLang() -
Method in interface org.apache.wml.WMLPElement
-
- getXmlLang() -
Method in interface org.apache.wml.WMLInputElement
-
- getXmlLang() -
Method in interface org.apache.wml.WMLIElement
-
- getXmlLang() -
Method in interface org.apache.wml.WMLCardElement
-
- getXmlLang() -
Method in interface org.apache.wml.WMLOptgroupElement
-
- getXmlLang() -
Method in interface org.apache.wml.WMLAnchorElement
-
- getXmlLang() -
Method in interface org.apache.wml.WMLBElement
-
- getXmlLang() -
Method in interface org.apache.wml.WMLTdElement
-
- getXmlLang() -
Method in interface org.apache.wml.WMLDoElement
-
- getXmlLang() -
Method in interface org.apache.wml.WMLSelectElement
-
- getXmlLang() -
Method in interface org.apache.wml.WMLBigElement
-
- getXmlLang() -
Method in interface org.apache.wml.WMLAElement
-
- getXmlLang() -
Method in interface org.apache.wml.WMLUElement
-
- getXmlLang() -
Method in interface org.apache.wml.WMLFieldsetElement
-
- getXmlLang() -
Method in interface org.apache.wml.WMLTableElement
-
- getXmlLang() -
Method in interface org.apache.wml.WMLSmallElement
-
- getXmlLang() -
Method in interface org.apache.wml.WMLEmElement
-
- getXmlLang() -
Method in interface org.apache.wml.WMLImgElement
-
- getXmlLang() -
Method in interface org.apache.wml.WMLWmlElement
-
- getXmlLang() -
Method in class org.apache.wml.dom.WMLElementImpl
-
- getXmlLang() -
Method in class org.apache.wml.dom.WMLUElementImpl
-
- getXmlLang() -
Method in class org.apache.wml.dom.WMLBElementImpl
-
- getXmlLang() -
Method in class org.apache.wml.dom.WMLPElementImpl
-
- getXmlLang() -
Method in class org.apache.wml.dom.WMLStrongElementImpl
-
- getXmlLang() -
Method in class org.apache.wml.dom.WMLBrElementImpl
-
- getXmlLang() -
Method in class org.apache.wml.dom.WMLSelectElementImpl
-
- getXmlLang() -
Method in class org.apache.wml.dom.WMLAElementImpl
-
- getXmlLang() -
Method in class org.apache.wml.dom.WMLOptgroupElementImpl
-
- getXmlLang() -
Method in class org.apache.wml.dom.WMLAnchorElementImpl
-
- getXmlLang() -
Method in class org.apache.wml.dom.WMLEmElementImpl
-
- getXmlLang() -
Method in class org.apache.wml.dom.WMLIElementImpl
-
- getXmlLang() -
Method in class org.apache.wml.dom.WMLDoElementImpl
-
- getXmlLang() -
Method in class org.apache.wml.dom.WMLTableElementImpl
-
- getXmlLang() -
Method in class org.apache.wml.dom.WMLSmallElementImpl
-
- getXmlLang() -
Method in class org.apache.wml.dom.WMLWmlElementImpl
-
- getXmlLang() -
Method in class org.apache.wml.dom.WMLImgElementImpl
-
- getXmlLang() -
Method in class org.apache.wml.dom.WMLOptionElementImpl
-
- getXmlLang() -
Method in class org.apache.wml.dom.WMLFieldsetElementImpl
-
- getXmlLang() -
Method in class org.apache.wml.dom.WMLTdElementImpl
-
- getXmlLang() -
Method in class org.apache.wml.dom.WMLBigElementImpl
-
- getXmlLang() -
Method in class org.apache.wml.dom.WMLInputElementImpl
-
- getXmlLang() -
Method in class org.apache.wml.dom.WMLCardElementImpl
-
- getXMLReader() -
Method in class javax.xml.parsers.SAXParser
- Returns the XMLReader that is encapsulated by the
implementation of this class.
- getXMLString() -
Method in class org.apache.xerces.framework.XMLParser
- This method is the equivalent to the property:
|
Xerces 1.4.3 | ||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |