|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
TreeWalker
or NodeIterator
.
OPTION
elements
for this SELECT
.
Attr
was just added.
StringPool
from the characters scanned using this
reader as described by offset
and length
.
StringPool
from the characters scanned using this
reader as described by offset
and length
.
StringPool
StringPool
from the characters scanned using this
reader as described by offset
and length
.
StringPool
from the characters scanned using this
reader as described by offset
and length
.
StringPool
as a symbol
StringPool
as a symbol
ChunkyCharArray
to this buffer.
String
to this buffer
offset
and
length
to the CharBuffer
.
offset
and
length
to the CharBuffer
.
CharBuffer
to this chunk.
newChild
to the end of the list of children
of this node.
ContentHandler
interface into this serializer.
DocumentHandler
interface into this serializer.
DOMSerializer
interface into this serializer.
EventTarget
.
Attr
interface represents an attribute in an
Element
object.Attr
.
Attributes
interface, which includes Namespace support.AttributeList
;
that interface has been replaced by
Attributes
,
which is implemented in the
AttributesImpl
helper class.CDATASection
.
CharacterData
interface extends Node with a set of
attributes and methods for accessing character data in the DOM.open()
and forces
rendering.
CharacterData
and represents the
content of a comment, i.e., all the characters between the starting '
<!--
' and ending '-->
'.Comment
.
Attr
of the given name.
CDATASection
node whose value is the specified
string.
Comment
node given the specified string.
Document
object of the specified type with
its document element.
DocumentFragment
object.
DocumentType
node.
EntityReference
object.
HTMLDocument
object with the minimal tree made
of the following elements: HTML
, HEAD
,
TITLE
, and BODY
.
NodeIterator
over the subtree rooted at the
specified node.
ProcessingInstruction
node given the specified
name and data strings.
Document
interface using binding-specific casting
methods.
Text
node given the specified string.
TreeWalker
over the subtree rooted at the
specified node.
NodeIterator
from the set which it iterated
over, releasing any computational resources and placing the iterator
in the INVALID state.
savedEnclosingAttr
.
Document
interface represents the entire HTML or XML
document.DocumentFragment
.
Document
.
DocumentType
.
DocumentEvent
interface provides a mechanism by which the
user can create an Event of a type supported by the implementation.DocumentFragment
is a "lightweight" or "minimal"
Document
object.ContentHandler
interface, which includes Namespace support.DocumentTraversal
contains methods that create iterators and
tree-walkers to traverse a node and its children in document order (depth
first, pre-order traversal, which is equivalent to the order in which the
start tags occur in the text representation of the document).Document
has a doctype
attribute whose value
is either null
or a DocumentType
object.DOMImplementation
interface provides a number of methods
for performing operations that are independent of any particular instance
of the document object model.Element
interface represents an element in an HTML or XML
document.Element
.
EncodingInfo
instance.
EncodingInfo
instance.
sourceRange
to end
boundary-point of Range on which compareBoundaryPoints
is invoked.
sourceRange
to start
boundary-point of Range on which compareBoundaryPoints
is invoked.
Entity
.
EntityReference
.
EntityReference
objects may be inserted into the structure
model when an entity reference is in the source document, or when the
user wishes to insert an entity reference.Event
interface is used to provide contextual information
about an event to the handler processing the event.EventException
as specified in
their method descriptions.EventListener
interface is the primary method for
handling events.EventTarget
interface is implemented by all
Nodes
in an implementation which supports the DOM Event
Model.TreeWalker
to the first visible child of the
current node, and returns the new node.
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.
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".
- getEnd(int) -
Method in class org.apache.xerces.utils.regex.Match
- Return an end position in the target text matched to specified regular expression group.
- 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.
- getEntityDeclIsExternal(int) -
Method in class org.apache.xerces.readers.DefaultEntityHandler.EntityPool
-
- getEntityName(int) -
Method in class org.apache.xerces.readers.DefaultEntityHandler.EntityPool
-
- getEntityReader() -
Method in class org.apache.xerces.readers.DefaultEntityHandler
- get the Entity reader.
- getEntityReader() -
Method in interface org.apache.xerces.readers.XMLEntityHandler
- Return the current reader.
- 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 class org.apache.xerces.readers.DefaultEntityHandler
- Gets the resolver used to resolve external entities.
- 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.
- getEntityValue(int) -
Method in class org.apache.xerces.readers.DefaultEntityHandler
-
- getEntityValue(int) -
Method in class org.apache.xerces.readers.DefaultEntityHandler.EntityPool
-
- getErrorChecking() -
Method in class org.apache.xerces.dom.CoreDocumentImpl
- Returns true if the DOM implementation performs error checking.
- getErrorCode() -
Method in class org.apache.xerces.validators.common.CMException
-
- 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.
- getErrorReporter() -
Method in class org.apache.xerces.validators.schema.SubstitutionGroupComparator
-
- getErrorString(int, int, Object[]) -
Method in class org.apache.xerces.validators.datatype.AbstractDatatypeValidator
-
- 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.xerces.validators.datatype.XMLException
-
- getException() -
Method in class org.apache.xml.serialize.Printer
-
- getException() -
Method in class org.xml.sax.SAXException
- Return the embedded exception, if any.
- 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.
- getExternalNoNamespaceSchema() -
Method in class org.apache.xerces.validators.common.XMLValidator
-
- getExternalParameterEntities() -
Method in class org.apache.xerces.framework.XMLParser
- Note: This feature is always true.
- getExternalSchemas() -
Method in class org.apache.xerces.validators.common.XMLValidator
-
- 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.
- getFacets() -
Method in class org.apache.xerces.validators.datatype.UnionDatatypeValidator
-
- getFacets() -
Method in class org.apache.xerces.validators.datatype.BooleanDatatypeValidator
- Return a Hashtable that contains facet information
- getFacets() -
Method in class org.apache.xerces.validators.datatype.ListDatatypeValidator
-
- getFeature(String) -
Method in class org.apache.xerces.framework.XMLParser
- Query the state of a feature.
- getFeature(String) -
Method in class org.apache.xerces.jaxp.SAXParserFactoryImpl
- returns the particular property requested for in the underlying
implementation of org.xml.sax.XMLReader.
- 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.
- 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
- getFieldAt(int) -
Method in class org.apache.xerces.validators.schema.identity.IdentityConstraint
- Returns the field at the specified index.
- getFieldCount() -
Method in class org.apache.xerces.validators.schema.identity.IdentityConstraint
- Returns the field count.
- 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.
- getFirstAttributeDeclIndex(int) -
Method in class org.apache.xerces.validators.common.Grammar
-
- 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.
- getFirstChildElement(Node) -
Static method in class org.apache.xerces.validators.schema.XUtil
- Finds and returns the first child element node.
- getFirstChildElement(Node, String) -
Static method in class org.apache.xerces.validators.schema.XUtil
- Finds and returns the first child node with the given name.
- getFirstChildElement(Node, String[]) -
Static method in class org.apache.xerces.validators.schema.XUtil
- Finds and returns the first child node with the given name.
- getFirstChildElement(Node, String, String, String) -
Static method in class org.apache.xerces.validators.schema.XUtil
- Finds and returns the first child node with the given name and
attribute name, value pair.
- getFirstChildElementNS(Node, String[][]) -
Static method in class org.apache.xerces.validators.schema.XUtil
- Finds and returns the first child node with the given qualified name.
- getFirstChildElementNS(Node, String, String) -
Static method in class org.apache.xerces.validators.schema.XUtil
- Finds and returns the first child node with the given qualified name.
- getFirstChildOfType(Node, short) -
Method in class org.apache.xerces.domx.XGrammarWriter
- Returns the first child of the given node type.
- 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
-
- getFragment() -
Method in class org.apache.xerces.utils.URI
- Get the fragment for this URI.
- 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.
- getGlobalValueStoreFor(IdentityConstraint) -
Method in class org.apache.xerces.validators.common.XMLValidator.ValueStoreCache
- Returns the global value store associated to the specified IdentityConstraint.
- getGrammar(String) -
Method in interface org.apache.xerces.validators.common.GrammarResolver
-
- getGrammar(String) -
Method in class org.apache.xerces.validators.common.GrammarResolverImpl
-
- getGrammarDocument() -
Method in class org.apache.xerces.validators.common.Grammar
-
- 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.
- getHost() -
Method in class org.apache.xerces.utils.URI
- Get the host for this URI.
- 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.
- getIDConstraint() -
Method in class org.apache.xerces.validators.schema.identity.XPathMatcher
-
- 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.
- getIdentityConstraint() -
Method in class org.apache.xerces.validators.schema.identity.Field
- Returns the identity constraint.
- getIdentityConstraint() -
Method in class org.apache.xerces.validators.schema.identity.Selector
- Returns the identity constraint.
- getIdentityConstraintName() -
Method in class org.apache.xerces.validators.schema.identity.IdentityConstraint
- Returns the identity constraint name.
- 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
-
- getInCDSect() -
Method in interface org.apache.xerces.readers.XMLEntityHandler.EntityReader
- This method is provided for scanner implementations.
- 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.
- getInvalidFacetMsg() -
Method in class org.apache.xerces.validators.datatype.FloatDatatypeValidator
-
- getInvalidFacetMsg() -
Method in class org.apache.xerces.validators.datatype.DoubleDatatypeValidator
-
- getIsMap() -
Method in class org.apache.html.dom.HTMLImageElementImpl
-
- getIsMap() -
Method in interface org.w3c.dom.html.HTMLImageElement
- Use server-side image map.
- getIsSelector() -
Method in class org.apache.xerces.validators.schema.identity.XPathMatcher
-
- getIValue() -
Method in interface org.apache.wml.WMLSelectElement
-
- getIValue() -
Method in class org.apache.wml.dom.WMLSelectElementImpl
-
- getKey() -
Method in class org.apache.xerces.validators.schema.identity.KeyRef
- Returns the key being referred to.
- 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.
- getLastChildElement(Node) -
Static method in class org.apache.xerces.validators.schema.XUtil
- Finds and returns the last child element node.
- getLastChildElement(Node, String) -
Static method in class org.apache.xerces.validators.schema.XUtil
- Finds and returns the last child node with the given name.
- getLastChildElement(Node, String[]) -
Static method in class org.apache.xerces.validators.schema.XUtil
- Finds and returns the last child node with the given name.
- getLastChildElement(Node, String, String, String) -
Static method in class org.apache.xerces.validators.schema.XUtil
- Finds and returns the last child node with the given name and
attribute name, value pair.
- getLastChildElementNS(Node, String[][]) -
Static method in class org.apache.xerces.validators.schema.XUtil
- Finds and returns the last child node with the given qualified name.
- getLastChildElementNS(Node, String, String) -
Static method in class org.apache.xerces.validators.schema.XUtil
- Finds and returns the last child node with the given qualified name.
- 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.html.dom.HTMLFormElementImpl
-
- getLength() -
Method in class org.apache.html.dom.HTMLSelectElementImpl
-
- 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.DeepNodeListImpl
- Returns the length of the node list.
- 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.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.xerces.framework.XMLAttrList
- Return the number of attributes in this list.
- 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.
- getLength(String) -
Method in class org.apache.xerces.validators.datatype.AbstractStringValidator
-
- getLength(String) -
Method in class org.apache.xerces.validators.datatype.Base64BinaryDatatypeValidator
-
- getLength(String) -
Method in class org.apache.xerces.validators.datatype.HexBinaryDatatypeValidator
-
- getLexicalHandler() -
Method in class org.apache.xerces.parsers.SAXParser
- Returns the lexical handler.
- getLineNumber() -
Method in class org.apache.xerces.readers.DefaultEntityHandler
- Return the line number of the current position within the document that we are processing.
- getLineNumber() -
Method in interface org.apache.xerces.readers.XMLEntityHandler.EntityReader
- Return the line number of the current position within the document that we are processing.
- 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.
- getLoadDTDGrammar() -
Method in class org.apache.xerces.validators.common.XMLValidator
- Returns fLoadDTDGrammar
- 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.
- getLocale() -
Method in interface org.apache.xerces.utils.XMLMessageProvider
- Get the locale being used for error messages
- getLocale() -
Method in class org.apache.xerces.utils.ImplementationMessages
-
- getLocale() -
Method in class org.apache.xerces.utils.XMLMessages
-
- getLocale() -
Method in class org.apache.xerces.validators.datatype.DatatypeMessageProvider
- get the local used for error messages
- getLocale() -
Method in class org.apache.xerces.validators.schema.SchemaMessageProvider
-
- 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
-
- getLocation() -
Method in class org.apache.xerces.utils.regex.ParseException
-
- getLocationPath() -
Method in class org.apache.xerces.validators.schema.identity.XPath
- Returns a representation of the first location path for this XPath.
- getLocationPaths() -
Method in class org.apache.xerces.validators.schema.identity.XPath
- Returns a representation of all location paths for this XPath.
- 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.
- getMajorCode() -
Method in class org.apache.xerces.validators.datatype.InvalidDatatypeValueException
-
- getMajorCode() -
Method in class org.apache.xerces.validators.datatype.InvalidDatatypeFacetException
-
- 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.
- getMatchedString() -
Method in class org.apache.xerces.validators.schema.identity.XPathMatcher
- Returns the matched string.
- getMatcherAt(int) -
Method in class org.apache.xerces.validators.common.XMLValidator.XPathMatcherStack
- Returns the XPath matcher at the specified index.
- getMatcherCount() -
Method in class org.apache.xerces.validators.common.XMLValidator.XPathMatcherStack
- Returns the count of XPath matchers.
- getMaxExclusive(boolean) -
Method in class org.apache.xerces.validators.datatype.AbstractNumericFacetValidator
-
- getMaxExclusive(boolean) -
Method in class org.apache.xerces.validators.datatype.DateTimeValidator
-
- getMaxExclusive(boolean) -
Method in class org.apache.xerces.validators.datatype.FloatDatatypeValidator
-
- getMaxExclusive(boolean) -
Method in class org.apache.xerces.validators.datatype.DecimalDatatypeValidator
-
- getMaxExclusive(boolean) -
Method in class org.apache.xerces.validators.datatype.DoubleDatatypeValidator
-
- getMaxInclusive(boolean) -
Method in class org.apache.xerces.validators.datatype.AbstractNumericFacetValidator
-
- getMaxInclusive(boolean) -
Method in class org.apache.xerces.validators.datatype.DateTimeValidator
-
- getMaxInclusive(boolean) -
Method in class org.apache.xerces.validators.datatype.FloatDatatypeValidator
-
- getMaxInclusive(boolean) -
Method in class org.apache.xerces.validators.datatype.DecimalDatatypeValidator
-
- getMaxInclusive(boolean) -
Method in class org.apache.xerces.validators.datatype.DoubleDatatypeValidator
-
- 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.
- 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 class org.apache.xml.serialize.OutputFormat
- Returns the method specified for this output format.
- getMethod() -
Method in interface org.w3c.dom.html.HTMLFormElement
- HTTP method used to submit form.
- getMinExclusive(boolean) -
Method in class org.apache.xerces.validators.datatype.AbstractNumericFacetValidator
-
- getMinExclusive(boolean) -
Method in class org.apache.xerces.validators.datatype.DateTimeValidator
-
- getMinExclusive(boolean) -
Method in class org.apache.xerces.validators.datatype.FloatDatatypeValidator
-
- getMinExclusive(boolean) -
Method in class org.apache.xerces.validators.datatype.DecimalDatatypeValidator
-
- getMinExclusive(boolean) -
Method in class org.apache.xerces.validators.datatype.DoubleDatatypeValidator
-
- getMinInclusive(boolean) -
Method in class org.apache.xerces.validators.datatype.AbstractNumericFacetValidator
-
- getMinInclusive(boolean) -
Method in class org.apache.xerces.validators.datatype.DateTimeValidator
-
- getMinInclusive(boolean) -
Method in class org.apache.xerces.validators.datatype.FloatDatatypeValidator
-
- getMinInclusive(boolean) -
Method in class org.apache.xerces.validators.datatype.DecimalDatatypeValidator
-
- getMinInclusive(boolean) -
Method in class org.apache.xerces.validators.datatype.DoubleDatatypeValidator
-
- getMinorCode() -
Method in class org.apache.xerces.validators.datatype.InvalidDatatypeValueException
-
- getMinorCode() -
Method in class org.apache.xerces.validators.datatype.InvalidDatatypeFacetException
-
- 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.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 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 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.
- getNamespaceForPrefix(int) -
Method in class org.apache.xerces.utils.NamespacesScope
- retreive the namespace URI for a prefix
- 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.
- getNamespacesEnabled() -
Method in class org.apache.xerces.validators.common.XMLValidator
- Returns true if namespaces are enabled.
- getNamespacesScope() -
Method in class org.apache.xerces.validators.schema.SchemaGrammar
-
- 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.
- getNext() -
Method in class org.apache.xerces.validators.schema.TraverseSchema.SchemaInfo
-
- getNextAttr(int) -
Method in class org.apache.xerces.framework.XMLAttrList
- Get the next attribute in the attribute list.
- getNextAttributeDeclIndex(int) -
Method in class org.apache.xerces.validators.common.Grammar
-
- 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.
- getNextSiblingElement(Node) -
Static method in class org.apache.xerces.validators.schema.XUtil
- Finds and returns the next sibling element node.
- getNextSiblingElement(Node, String) -
Static method in class org.apache.xerces.validators.schema.XUtil
- Finds and returns the next sibling node with the given name.
- getNextSiblingElement(Node, String[]) -
Static method in class org.apache.xerces.validators.schema.XUtil
- Finds and returns the next sibling node with the given name.
- getNextSiblingElement(Node, String, String, String) -
Static method in class org.apache.xerces.validators.schema.XUtil
- Finds and returns the next sibling node with the given name and
attribute name, value pair.
- getNextSiblingElementNS(Node, String[][]) -
Static method in class org.apache.xerces.validators.schema.XUtil
- Finds and returns the next sibling node with the given qualified name.
- getNextSiblingElementNS(Node, String, String) -
Static method in class org.apache.xerces.validators.schema.XUtil
- Finds and returns the next sibling node with the given qualified name.
- getNextSiblingOfType(Node, short) -
Method in class org.apache.xerces.domx.XGrammarWriter
- Returns the next sibling of the given node type.
- 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.ElementImpl
- Returns the element name
- getNodeName() -
Method in class org.apache.xerces.dom.CoreDocumentImpl
- Returns the node name.
- getNodeName() -
Method in class org.apache.xerces.dom.AttrImpl
- Returns the attribute 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.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.ElementImpl
- 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.AttrImpl
- 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.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.
- getNormalizeConents() -
Method in class org.apache.xerces.validators.common.XMLValidator
-
- getNormalizeContents() -
Method in class org.apache.xerces.framework.XMLParser
-
- 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.
- getNotationDeclIsExternal(int) -
Method in class org.apache.xerces.readers.DefaultEntityHandler.EntityPool
-
- 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.
- getNotationName(int) -
Method in class org.apache.xerces.readers.DefaultEntityHandler.EntityPool
-
- 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.
- getNSKeysInPool() -
Method in class org.apache.xerces.validators.common.GrammarResolverImpl
-
- getNumberOfGroups() -
Method in class org.apache.xerces.utils.regex.RegularExpression
- Return the number of regular expression groups.
- getNumberOfGroups() -
Method in class org.apache.xerces.utils.regex.Match
- Return the number of regular expression groups.
- 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 class org.apache.xerces.utils.regex.RegularExpression
- Returns a option string.
- 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
-
- getOutputFormat() -
Method in class org.apache.xerces.domx.XGrammarWriter
- Returns the output format.
- 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.
- getParameterEntityValue(int) -
Method in class org.apache.xerces.readers.DefaultEntityHandler
-
- 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 org.apache.xerces.jaxp.SAXParserImpl
-
- getPath() -
Method in interface org.apache.wml.WMLAccessElement
-
- getPath() -
Method in class org.apache.wml.dom.WMLAccessElementImpl
-
- getPath() -
Method in class org.apache.xerces.utils.URI
- Get the path for this URI.
- getPath(boolean, boolean) -
Method in class org.apache.xerces.utils.URI
- Get the path for this URI (optionally with the query string and
fragment).
- getPattern() -
Method in class org.apache.xerces.utils.regex.RegularExpression
-
- getPort() -
Method in class org.apache.xerces.utils.URI
- Get the port for this URI.
- 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.
- getPreserveEmptyAttributes() -
Method in class org.apache.xml.serialize.OutputFormat
- Returns the preserveEmptyAttribute flag.
- getPreserveSpace() -
Method in class org.apache.xml.serialize.OutputFormat
- Returns true if the default behavior for this format is to
preserve spaces.
- getPrev() -
Method in class org.apache.xerces.validators.schema.TraverseSchema.SchemaInfo
-
- 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.jaxp.SAXParserImpl
- returns the particular property requested for in the underlying
implementation of org.xml.sax.XMLReader.
- 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.
- 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 class org.apache.xerces.readers.DefaultEntityHandler
- Return the public identifier of the
InputSource
that we are processing.
- 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.
- getPublicId(int) -
Method in class org.apache.xerces.readers.DefaultEntityHandler.EntityPool
-
- getPublicIdOfEntity(int) -
Method in class org.apache.xerces.readers.DefaultEntityHandler
-
- getPublicIdOfParameterEntity(int) -
Method in class org.apache.xerces.readers.DefaultEntityHandler
-
- getPublicMapping(String) -
Method in class org.apache.xerces.readers.XMLCatalogHandler
- Returns a public identifier mapping.
- getPublicMappingKeys() -
Method in class org.apache.xerces.readers.XMLCatalogHandler
- Returns an enumeration of public identifier mapping keys.
- 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.
- getQueryString() -
Method in class org.apache.xerces.utils.URI
- Get the query string for this URI.
- getReaderDepth() -
Method in class org.apache.xerces.readers.DefaultEntityHandler
- This method is provided for scanner implementations.
- getReaderDepth() -
Method in interface org.apache.xerces.readers.XMLEntityHandler
- Return the depth set for the current reader.
- getReaderId() -
Method in class org.apache.xerces.readers.DefaultEntityHandler
- This method is provided for scanner implementations.
- getReaderId() -
Method in interface org.apache.xerces.readers.XMLEntityHandler
- Return a unique identifier for the current reader.
- 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.html.dom.HTMLTextAreaElementImpl
-
- getReadOnly() -
Method in class org.apache.html.dom.HTMLInputElementImpl
-
- getReadOnly() -
Method in class org.apache.xerces.dom.NodeImpl
- NON-DOM: Returns true if this node is read-only.
- 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 class org.apache.xerces.validators.schema.TraverseSchema.SchemaInfo
-
- 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.
- getRootElementQName(QName) -
Method in class org.apache.xerces.validators.dtd.DTDGrammar
-
- 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.
- getSchemaFullCheckingEnabled() -
Method in class org.apache.xerces.validators.common.XMLValidator
- Returns true if full Schema checking is on.
- getSchemaValidationEnabled() -
Method in class org.apache.xerces.validators.common.XMLValidator
- Returns true if Schema support is on.
- 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 class org.apache.xerces.utils.URI
- Get the scheme for this URI.
- getScheme() -
Method in interface org.w3c.dom.html.HTMLMetaElement
- Select form of content.
- getSchemeSpecificPart() -
Method in class org.apache.xerces.utils.URI
- Get the scheme-specific part for this URI (everything following the
scheme and the first colon).
- 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.
- getSelector() -
Method in class org.apache.xerces.validators.schema.identity.IdentityConstraint
- Returns the selector.
- 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.
- getStringPool() -
Method in class org.apache.xerces.validators.schema.SubstitutionGroupComparator
-
- 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.
- getSymbolCache() -
Method in class org.apache.xerces.utils.StringPool
-
- getSymbolChars() -
Method in class org.apache.xerces.utils.SymbolCache
-
- 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 class org.apache.xerces.readers.DefaultEntityHandler
- Return the system identifier of the
InputSource
that we are processing.
- 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.
- getSystemId(int) -
Method in class org.apache.xerces.readers.DefaultEntityHandler.EntityPool
-
- getSystemIdOfEntity(int) -
Method in class org.apache.xerces.readers.DefaultEntityHandler
-
- getSystemIdOfParameterEntity(int) -
Method in class org.apache.xerces.readers.DefaultEntityHandler
-
- getSystemMapping(String) -
Method in class org.apache.xerces.readers.XMLCatalogHandler
- Returns a system identifier alias.
- getSystemMappingKeys() -
Method in class org.apache.xerces.readers.XMLCatalogHandler
- Returns an enumeration of system identifier mapping keys.
- 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.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 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 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.
- getTargetNamespaceURI() -
Method in class org.apache.xerces.validators.schema.SchemaGrammar
-
- 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.
- getTime(int, int, int[]) -
Method in class org.apache.xerces.validators.datatype.DateTimeValidator
- Parses time hh:mm:ss.sss and time zone if any
- 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.
- getTimeZone(int[], int) -
Method in class org.apache.xerces.validators.datatype.DateTimeValidator
- Parses time zone: 'Z' or {+,-} followed by hh:mm
- 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.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 class org.apache.xerces.dom.events.EventImpl
-
- getType() -
Method in class org.apache.xerces.validators.schema.identity.IdentityConstraint
- Returns the identity constraint type.
- getType() -
Method in class org.apache.xerces.validators.schema.identity.KeyRef
- Returns the identity constraint type.
- getType() -
Method in class org.apache.xerces.validators.schema.identity.Unique
- Returns the identity constraint type.
- getType() -
Method in class org.apache.xerces.validators.schema.identity.Key
- Returns the identity constraint type.
- 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
- getUserinfo() -
Method in class org.apache.xerces.utils.URI
- Get the userinfo for this URI.
- getValidating() -
Method in interface org.apache.xerces.readers.DefaultEntityHandler.EventHandler
-
- getValidating() -
Method in class org.apache.xerces.validators.common.XMLValidator
- Return true if validating.
- 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.
- getValidationEnabled() -
Method in class org.apache.xerces.validators.common.XMLValidator
- Returns true if validation is enabled.
- 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.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 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.xerces.domx.XGrammarWriter.OutputFormat
- Returns the value.
- 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.
- getValueStoreFor(Field) -
Method in class org.apache.xerces.validators.common.XMLValidator.ValueStoreCache
- Returns the value store associated to the specified field.
- getValueStoreFor(IdentityConstraint) -
Method in class org.apache.xerces.validators.common.XMLValidator.ValueStoreCache
- Returns the value store associated to the specified IdentityConstraint.
- 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.html.dom.HTMLHtmlElementImpl
-
- 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 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.
- getWarningOnDuplicateAttDef() -
Method in class org.apache.xerces.validators.common.XMLValidator
- Returns true if duplicate attribute definitions signal a warning.
- getWarningOnUndeclaredElements() -
Method in class org.apache.xerces.validators.common.XMLValidator
- Returns true if undeclared elements signal a warning.
- 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.
- getWSFacet() -
Method in class org.apache.xerces.validators.datatype.AbstractDatatypeValidator
- default value for whiteSpace facet is collapse
this function is overwritten in StringDatatypeValidator
- getWSFacet() -
Method in class org.apache.xerces.validators.datatype.StringDatatypeValidator
- return value of whiteSpace facet
- getWSFacet() -
Method in class org.apache.xerces.validators.datatype.ENTITYDatatypeValidator
- return value of whiteSpace facet
- getWSFacet() -
Method in class org.apache.xerces.validators.datatype.AnySimpleType
-
- getWSFacet() -
Method in class org.apache.xerces.validators.datatype.IDREFDatatypeValidator
- return value of whiteSpace facet
- getWSFacet() -
Method in class org.apache.xerces.validators.datatype.IDDatatypeValidator
- return value of whiteSpace facet
- getWSFacet() -
Method in interface org.apache.xerces.validators.datatype.DatatypeValidator
-
- 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 org.apache.xerces.jaxp.SAXParserImpl
- 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:
- getXPath() -
Method in class org.apache.xerces.validators.schema.identity.Field
- Returns the field XPath.
- getXPath() -
Method in class org.apache.xerces.validators.schema.identity.Selector
- Returns the selector XPath.
- getYearMonth(int, int, int[]) -
Method in class org.apache.xerces.validators.datatype.DateTimeValidator
- Parses date CCYY-MM
- Grammar - class org.apache.xerces.validators.common.Grammar.
-
- Grammar() -
Constructor for class org.apache.xerces.validators.common.Grammar
-
- GrammarResolver - interface org.apache.xerces.validators.common.GrammarResolver.
- This class embodies the representation of a Grammar
pool Resolver.
- GrammarResolverImpl - class org.apache.xerces.validators.common.GrammarResolverImpl.
- This class embodies the representation of a Schema Grammar
pool.
- GrammarResolverImpl() -
Constructor for class org.apache.xerces.validators.common.GrammarResolverImpl
- Default constructor.
- GREATER_THAN -
Static variable in class org.apache.xerces.validators.datatype.DateTimeValidator
-
- GroupContentRestricted -
Static variable in class org.apache.xerces.validators.schema.SchemaMessageProvider
-
EventListener
interface was registered.
DocumentHandler
interface. It has been replaced by the SAX2
DefaultHandler
class.true
when an attribute with a given name is
specified on this element or has a default value, false
otherwise.
true
when an attribute with a given local name and
namespace URI is specified on this element or has a default value,
false
otherwise.
HTMLCollection
is a list of nodes.HTMLDocument
is the root of the HTML hierarchy and holds
the entire content.HTMLDOMImplementation
interface extends the
DOMImplementation
interface with a method for creating an
HTML document instance.Element
that
will only appear inside HTML documents.FORM
element encompasses behavior similar to a collection
and an element.H1
to H6
elements.FIELDSET
grouping.LINK
element specifies a link to an external resource,
and defines this document's relationship to that resource (or vice versa).OBJECT
element.Q
and BLOCKQUOTE
elements.TH
and TD
elements.COL
and COLGROUP
elements.THEAD
, TFOOT
, and TBODY
elements.Printer
and adds support for indentation and line
wrapping.initEvent
method is used to initialize the value of an
Event
created through the DocumentEvent
interface.
initMutationEvent
method is used to initialize the
value of a MutationEvent
created through the
DocumentEvent
interface.
newChild
before the existing child node
refChild
.
TD
cell into this row.
index
th item in the map.
index
th item in the collection.
TreeWalker
to the last visible child of the
current node, and returns the new node.
ch
character.
OutputFormat
.
OutputFormat
and
using the output byte stream and the encoding specified in the
output format.
OutputFormat
and
using the writer as the output character stream.
Attr
was modified in place.
MutationEvent
interface provides specific contextual
information associated with Mutation events.Node
using a name.
NamedNodeMap
interface are used to
represent collections of nodes that can be accessed by name.SAXParser
using the currently
configured factory parameters.
TreeWalker
to the next visible node in document
order relative to the current node, and returns the new node.
TreeWalker
to the next sibling of the current
node, and returns the new node.
Node
interface is the primary datatype for the entire
Document Object Model.Iterators
are used to step through a set of nodes, e.g.NodeList
interface provides the abstraction of an ordered
collection of nodes, without defining or constraining how this collection
is implemented.Text
nodes in the full depth of the sub-tree
underneath this Node
, including attribute nodes, into a
"normal" form where only markup (e.g., tags, comments, processing
instructions, CDATA sections, and entity references) separates
Text
nodes, i.e., there are no adjacent Text
nodes.
Text
nodes in the full depth of the sub-tree
underneath this Node
, including attribute nodes, into a
"normal" form where only structure (e.g., elements, comments,
processing instructions, CDATA sections, and entity references)
separates Text
nodes, i.e., there are neither adjacent
Text
nodes nor empty Text
nodes.
Notation
.
XMLReader
interface, which includes Namespace support.Parser
interface.preventDefault
method is
used to signify that the event is to be canceled, meaning any default
action normally taken by the implementation as a result of the event
will not occur.
NodeIterator
backwards in the set.
TreeWalker
to the previous visible node in
document order relative to the current node, and returns the new
node.
TreeWalker
to the previous sibling of the
current node, and returns the new node.
StringPool
handle version
ProcessingInstruction
.
ProcessingInstruction
interface represents a "processing
instruction", used in XML as a way to keep processor-specific information
in the text of the document.StringPool
handle version
RangeException
as specified in
their method descriptions.Attr
was just removed.
OPTION
elements
for this SELECT
.
oldChild
from the list
of children, and returns it.
oldChild
with newChild
in the list of children, and returns the oldChild
node.
javax.xml.parsers.SAXParserFactory
.javax.xml.parsers.SAXParser
.StringPool
.
StringPool
.
TEXTAREA
.
EncodingInfo
instance.
nodeName
attribute.
namespaceURI
and
localName
.
Nodes
.
Attr
nodes.
CDATASection
nodes.
Comment
nodes.
Document
nodes.
DocumentFragment
nodes.
DocumentType
nodes.
Element
nodes.
Entity
nodes.
EntityReference
nodes.
Notation
nodes.
ProcessingInstruction
nodes.
Text
nodes.
SeiveEncodingInfo
instance.
SeiveEncodingInfo
instance.
ch
character.
offset
,
keeping both in the tree as siblings.
sourceRange
to end
boundary-point of Range on which compareBoundaryPoints
is invoked.
sourceRange
to start
boundary-point of Range on which compareBoundaryPoints
is invoked.
stopPropagation
method is used prevent further
propagation of an event during event flow.
Text
interface inherits from CharacterData
and represents the textual content (termed character data in XML) of an
Element
or Attr
.Text
node.
Event
's type was not specified by initializing the
event before the method was called.
MalformedURIException
with no specified
detail message.
MalformedURIException
with the
specified detail message.
open()
.
open()
.
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |