Input is sent as an XML request to given URI, and the output of this
filter is the parsed response to that request.
Initializes a call filter so that its inputs are sent to the
specified URI, and its outputs are sent to the next consumer
provided.
May be overridden by subclasses to return true, indicating
that entity reference nodes can be populated and then made
read-only.
Check if setting a parameter to a specific value is supported.
The current event phase is the capturing phase.
Whitespace-separated list of element names for which text children
should be output as CDATA sections.
The node is a CDATASection
.
CDATA sections are used to escape blocks of text containing characters that
would otherwise be regarded as markup.
Treats the XMLFilterImpl as a limited functionality event consumer,
by arranging to deliver events to it; this lets such classes be
"wrapped" as pipeline stages.
The CharacterData
interface extends Node with a set of
attributes and methods for accessing character data in the DOM.
Receive notification of character data.
Receive notification of character data inside an element.
Receive notification of character data.
SAX2: passes this callback to the next consumer, if any
Receive notification of character data inside an element.
Adapter implementation method; do not call.
Receive notification of character data.
ContentHandler Reports a validity error if the element's content
model does not permit character data.
Filter a character data event.
Adapt a SAX2 characters event.
SAX1: reports content characters
The rule is a CSSCharsetRule
.
Clear the attribute list.
Clear the attribute list for reuse.
Clears all parameter values.
Shallow clone of the attribute, breaking all ties with any
elements.
Shallow clone of the doctype, except that associated
entities and notations are (deep) cloned.
Shallow clone of the element, except that associated
attributes are (deep) cloned.
Clones this node; roughly equivalent to cloneNode(false).
Duplicates the contents of a Range
DOM L1
Returns a clone of this node which optionally includes cloned
versions of child nodes.
Returns a duplicate of this node, i.e., serves as a generic copy
constructor for nodes.
Produces a new Range whose boundary-points are equal to the
boundary-points of the Range.
Collapse a Range onto one of its boundary-points
This interface inherits from CharacterData
and represents the
content of a comment, i.e., all the characters between the starting '
<!--
' and ending '-->
'.
SAX2: passes this callback to the next consumer, if any
Report an XML comment anywhere in the document.
SAX2: called when comments are parsed.
Reduces space utilization for this node.
Compare the boundary-points of two Ranges in a document.
Compares the reference node, i.e.
DOM nodes have a natural ordering: document order.
Event consumer which constructs DOM documents using the implementation
in this package, using SAX2 events.
Constructs an unconfigured event consumer,
as a terminus in a SAX event pipeline.
Constructs an unconfigured event consumer,
as a stage in a SAX event pipeline.
Test if a string is part of this DOMStringList
.
Test if a name is part of this NameList
.
Test if the pair namespaceURI/name is part of this
NameList
.
Receive notification of the logical content of a document.
Extension to the SAX ContentHandler interface to report parsing events
and parameters required by DOM Level 3 but not supported by SAX.
The Counter
interface is used to represent any counter or
counters function value.
Creates an Attr
of the given name.
DOM L1
Returns a newly created attribute with the specified name.
Creates an attribute of the given qualified name and namespace URI.
DOM L2
Returns a newly created attribute with the specified name
and namespace information.
Returns a newly created CDATA section node with the specified value.
Creates a CDATASection
node whose value is the specified
string.
DOM L1
Returns a newly created CDATA section node with the specified value.
Creates a Comment
node given the specified string.
DOM L1
Returns a newly created comment node with the specified value.
Creates a new CSSStyleSheet
.
DOM L2
Creates and returns a Document, populated only with a root element and
optionally a document type(if that was provided).
Creates a DOM Document object of the specified type with its document
element.
Creates an empty DocumentFragment
object.
DOM L1
Returns a newly created document fragment.
DOM L2
Creates and returns a DocumentType, associated with this
implementation.
Creates an empty DocumentType
node.
Creates an element of the type specified.
DOM L1
Returns a newly created element with the specified name.
Creates an element of the given qualified name and namespace URI.
DOM L2
Returns a newly created element with the specified name
and namespace information.
Creates an EntityReference
object.
DOM L1
Returns a newly created reference to the specified entity.
DOM L2 (Events)
Returns an instance of the specified type of event object.
Create a new NodeIterator
over the subtree rooted at the
specified node.
DOM L2 (Traversal)
Returns a newly created node iterator.
Creates a simple pipeline according to the description string passed in.
Extends an existing pipeline by prepending the filter pipeline to the
specified consumer.
Extends an existing pipeline by prepending a pre-tokenized filter
pipeline to the specified consumer.
Creates a ProcessingInstruction
node given the specified
name and data strings.
DOM L1
Returns a newly created processing instruction.
This interface can be obtained from the object implementing the
Document
interface using binding-specific casting
methods.
Subclasses may overrride this method to provide a more efficient
way to construct text nodes.
Returns a newly created text node with the specified value.
Creates a Text
node given the specified string.
DOM L1
Returns a newly created text node with the specified value.
Create a new TreeWalker
over the subtree rooted at the
specified node.
Create a new TreeWalker
over the subtree rooted at the
specified node.
Attempt to create an XMLReader from system defaults.
Attempt to create an XML reader from a class name.
The CSS2Properties
interface represents a convenience
mechanism for retrieving and setting properties within a
CSSStyleDeclaration
.
The value is a attribute function.
The value is a length (cm).
The value is a counter or counters function.
The value is a custom value.
The value is an angle (deg).
The value is a number with an unknown dimension.
The value is a length (ems).
The value is a length (exs).
The value is an angle (grad).
The value is a frequency (Hz).
The value is an identifier.
The value is a length (in).
The value is inherited and the cssText
contains "inherit".
The value is a frequency (kHz).
The value is a length (mm).
The value is a time (ms).
The value is a simple number.
The value is a length (pc).
The value is a percentage.
The value is a primitive value and an instance of the
CSSPrimitiveValue
interface can be obtained by using
binding-specific casting methods on this instance of the
CSSValue
interface.
The value is a length (pt).
The value is a length (px).
The value is an angle (rad).
The value is a rect function.
The value is a RGB color.
The value is not a recognized CSS2 value.
The value is a CSSValue
list and an instance of the
CSSValueList
interface can be obtained by using
binding-specific casting methods on this instance of the
CSSValue
interface.
The CSSCharsetRule
interface represents a @charset rule in a
CSS style sheet.
The CSSFontFaceRule
interface represents a @font-face rule in
a CSS style sheet.
The CSSImportRule
interface represents a @import rule within
a CSS style sheet.
The CSSMediaRule
interface represents a @media rule in a CSS
style sheet.
The CSSPageRule
interface represents a @page rule within a
CSS style sheet.
The CSSPrimitiveValue
interface represents a single CSS value
.
The CSSRule
interface is the abstract base interface for any
type of CSS statement.
The CSSRuleList
interface provides the abstraction of an
ordered collection of CSS rules.
The CSSStyleDeclaration
interface represents a single CSS
declaration block.
The CSSStyleRule
interface represents a single rule set in a
CSS style sheet.
The CSSStyleSheet
interface is a concrete interface used to
represent a CSS style sheet i.e., a style sheet whose content type is
"text/css".
The CSSUnknownRule
interface represents an at-rule not
supported by this user agent.
The CSSValue
interface represents a simple or a complex
value.
The CSSValueList
interface provides the abstraction of an
ordered collection of CSS values.
Used to indicate whether the 'alt' key was depressed during the firing
of the event.
Returns the stylesheet associated with the specified XML source, or
null
if no associated stylesheet could be found.
Returns a source object representing the XML resource specified by the
xml-stylesheet
processing instruction and matching the given criteria.
For attribute change events, returns how the attribuet changed
attrChange
indicates the type of change which triggered
the DOMAttrModified event.
Retrieves the named attribute value from the underlying implementation.
DOM L1
Returns the value of the specified attribute, or an
empty string.
Retrieves an attribute value by name.
There seems to be no useful specification for attribute names
Throws an exception (no implementation attributes are supported)
Retrieve the specified named attribute value.
DOM L1
Returns the appropriate attribute node; the name is the
nodeName property of the attribute.
Retrieves an attribute node by name.
DOM L2
Returns the appropriate attribute node; the name combines
the namespace name and the local part.
Retrieves an Attr
node by local name and namespace URI.
DOM L2
Returns the value of the specified attribute, or an
empty string.
Retrieves an attribute value by local name and namespace URI.
DOM L1
Returns the element's attributes
DOM L1
Returns null; Element subclasses must override this method.
A NamedNodeMap
containing the attributes of this node (if
it is an Element
) or null
otherwise.
For attribute change events, returns the attribute's name
attrName
indicates the name of the changed
Attr
node in a DOMAttrModified event.
See the azimuth property definition in CSS2.
See the background property definition in CSS2.
See the background-attachment property definition in CSS2.
See the background-color property definition in CSS2.
See the background-image property definition in CSS2.
See the background-position property definition in CSS2.
See the background-repeat property definition in CSS2.
The base URI of an Attr is always null
.
The base URI for character data is null
.
The base URI of a DocumentType is always null
.
The base URI of an external entity is its system ID.
The base URI of an entity reference is the base URI where the entity
declaration occurs.
The base URI of an external entity is its system ID.
The absolute base URI of this node or null
if the
implementation wasn't able to obtain an absolute URI.
This attribute is used for the blue value of the RGB color.
See the border property definition in CSS2.
See the border-bottom property definition in CSS2.
See the border-bottom-color property definition in CSS2.
See the border-bottom-style property definition in CSS2.
See the border-bottom-width property definition in CSS2.
See the border-collapse property definition in CSS2.
See the border-color property definition in CSS2.
See the border-left property definition in CSS2.
See the border-left-color property definition in CSS2.
See the border-left-style property definition in CSS2.
See the border-left-width property definition in CSS2.
See the border-right property definition in CSS2.
See the border-right-color property definition in CSS2.
See the border-right-style property definition in CSS2.
See the border-right-width property definition in CSS2.
See the border-spacing property definition in CSS2.
See the border-style property definition in CSS2.
See the border-top property definition in CSS2.
See the border-top-color property definition in CSS2.
See the border-top-style property definition in CSS2.
See the border-top-width property definition in CSS2.
See the border-width property definition in CSS2.
See the bottom property definition in CSS2.
This attribute is used for the bottom of the rect.
Returns true if the news of the event bubbles to tree tops
(as specified during initialization).
Used to indicate whether or not an event is a bubbling event.
During mouse events caused by the depression or release of a mouse
button, button
is used to indicate which mouse button
changed state.
The byte offset into the input source this locator is pointing to or
-1
if there is no byte offset available.
Get the byte stream for this input source.
Returns the call target's URI.
Returns true if the default handling may be canceled
(as specified during initialization).
Used to indicate whether or not an event can have its default action
prevented.
See the caption-side property definition in CSS2.
Returns the underlying cause of this exception.
Get the character stream for this input source.
DOM L1
Returns a list, possibly empty, of the children of this node.
A NodeList
that contains all children of this node.
See the clear property definition in CSS2.
The horizontal coordinate at which the event occurred relative to the
DOM implementation's client area.
The vertical coordinate at which the event occurred relative to the DOM
implementation's client area.
See the clip property definition in CSS2.
TRUE if the Range is collapsed
See the color property definition in CSS2.
The column number this locator is pointing to, or -1
if
there is no column number available.
Return the column number where the current document event ends.
Return the saved column number (1-based).
SAX Locator method (don't invoke on parser);
The column number of the end of the text where the exception occurred.
Returns the column number at which the event occurred.
Used for proxy locator; do not call directly.
The deepest common ancestor container of the Range's two
boundary-points.
This method is used to get the computed style as it is defined in [
CSS2].
See the content property definition in CSS2.
Returns the content handler currently in use.
Returns the document handler being used.
SAX2: Returns the object used to report the logical
content of an XML document.
Most stages process these core SAX callbacks.
Returns the content handler being used.
Return the current content handler.
SAX2: Returns the object used to report the logical
content of an XML document.
Returns the content handler being used.
EventConsumer Returns the document handler being used.
Get the content event handler.
SAX2: Returns the object used to report the logical
content of an XML document.
Return the current content handler.
See the counter-increment property definition in CSS2.
See the counter-reset property definition in CSS2.
This method is used to get the Counter value.
See the float property definition in CSS2.
A list of all CSS rules contained within the media block.
The list of all CSS rules contained within the style sheet.
The parsable textual representation of the rule.
The parsable textual representation of the declaration block
(excluding the surrounding curly braces).
A string representation of the current value.
A code defining the type of the value as defined above.
Used to indicate whether the 'ctrl' key was depressed during the firing
of the event.
See the cue property definition in CSS2.
See the cue-after property definition in CSS2.
See the cue-before property definition in CSS2.
The node at which the TreeWalker
is currently positioned.
The node at which the TreeWalker
is currently positioned.
Returns the target to which events are currently being
delivered.
Used to indicate the EventTarget
whose
EventListeners
are currently being processed.
See the cursor property definition in CSS2.
The character data of the node that implements this interface.
DOM L1
Returns the value of this node; same as getNodeValue.
Returns data to which the diagnotic applies, or null.
DOM L1
Returns the data associated with the processing instruction.
The content of this processing instruction.
Return an enumeration of all prefixes declared in this context.
The default AbstractView
for this Document
,
or null
if none available.
Specifies some detail information about the Event
,
depending on the type of event.
See the direction property definition in CSS2.
false
if the style sheet is applied to the document.
See the display property definition in CSS2.
The Document Type Declaration (see DocumentType
)
associated with this document.
DOM L1
Returns the document's DocumentType, or null.
The source DocumentView
of which this is an
AbstractView
.
Returns the document constructed from the preceding
sequence of events.
Returns the document under construction.
This is a convenience attribute that allows direct access to the child
node that is the document element of the document.
DOM L1
Returns the document's root element, or null.
Returns any locator provided to the next consumer, if this class
(or a subclass) is handling
ContentHandler
events.
The location of the document or null
if undefined or if
the Document
was created using
DOMImplementation.createDocument
.
The location of the document or null
if undefined or if
the Document
was created using
DOMImplementation.createDocument
.
The configuration used when Document.normalizeDocument()
is invoked.
The configuration used when Document.normalizeDocument()
is invoked.
Returns the DOM implementation.
A method to request the first DOM implementation that supports the
specified features.
A method to request a list of DOM implementations that support the
specified features and versions, as specified in .
Returns the DTD handler currently in use.
Returns the DTD handler being used.
SAX2: Returns the object used to process declarations related
to notations and unparsed entities.
Few stages will use unparsed entities.
Returns the dtd handler being used.
Return the current DTD handler.
SAX2: Returns the object used to process declarations related
to notations and unparsed entities.
Returns the dtd handler being used.
EventConsumer Returns the dtd handler being used.
Get the current DTD event handler.
SAX2: Returns the object used to process declarations related
to notations and unparsed entities.
Return the current DTD handler.
Returns the Element
that has an ID attribute with the
given value.
DOM L1 (relocated in DOM L2)
Returns the element with the specified "ID" attribute, or null.
Returns a NodeList
of all the Elements
in
document order with a given tag name and are contained in the
document.
DOM L1
Creates a NodeList giving array-style access to elements with
the specified name.
Returns a NodeList
of all descendant Elements
with a given tag name, in document order.
Returns a NodeList
of all the Elements
with a
given local name and namespace URI in document order.
DOM L2
Creates a NodeList giving array-style access to elements with
the specified namespace and local name.
Returns a NodeList
of all the descendant
Elements
with a given local name and namespace URI in
document order.
See the elevation property definition in CSS2.
See the empty-cells property definition in CSS2.
The encoding information used in this @charset
rule.
Get the character encoding for a byte stream or URI.
Returns the name of the character encoding for the entity.
Returns the current value of the encoding property.
This parses most MIME content type strings that have charset=...
encoding declarations to and returns the specified encoding.
Node within which the Range ends
Offset within the ending node of the Range.
A NamedNodeMap
containing the general entities, both
external and internal, declared in the DTD.
DOM L1
Returns information about any general entities declared
in the DTD.
SAX2: Returns the object used when resolving external
entities during parsing (both general and parameter entities).
Return the current entity resolver.
SAX2: Returns the object used when resolving external
entities during parsing (both general and parameter entities).
Get the current entity resolver.
SAX2: Returns the object used when resolving external
entities during parsing (both general and parameter entities).
Return the current entity resolver.
SAX2: Returns the object used to receive callbacks for XML
errors of all levels (fatal, nonfatal, warning).
Returns the error handler assigned this filter stage, or null
if no such assigment has been made.
Return the current error handler.
SAX2: Returns the object used to receive callbacks for XML
errors of all levels (fatal, nonfatal, warning); this is never null;
Returns the error handler used to report catalog errors.
Get the current error event handler.
SAX2: Returns the object used to receive callbacks for XML
errors of all levels (fatal, nonfatal, warning); this is never null;
Return the current error handler.
Returns the callback used to report errors during the transformation.
Returns the callback to be used by transformers obtained from this
factory to report transformation errors.
Returns CAPTURING_PHASE, AT_TARGET, or BUBBLING;
only meaningful within EventListener.handleEvent
Used to indicate which phase of event flow is currently being
evaluated.
Returns the underlying cause of this exception, if any.
Return the embedded exception, if any.
Returns the underlying cause of this exception.
Returns the underlying cause.
DOM L2
Returns the flag controlling whether iteration descends
through entity references.
The value of this flag determines whether the children of entity
reference nodes are visible to the NodeIterator
.
The value of this flag determines whether the children of entity
reference nodes are visible to the NodeIterator
.
The value of this flag determines whether the children of entity
reference nodes are visible to the TreeWalker
.
Tells the parser that if no external subset has been declared
in the document text, none should be used.
Allows applications to provide an external subset for documents
that don't explicitly define one.
"New Style" parser callback to add an external subset.
SAX2: Tells whether this parser supports the specified feature.
Check a parser feature flag.
SAX2: Tells the value of the specified feature flag.
Returns true if the requested feature is supported.
Returns the specified feature for SAX2 parsers obtained from this
factory.
Returns the state of a feature in the factory implementation.
Look up the value of a feature.
SAX2: Tells whether this parser supports the specified feature.
Look up the value of a feature flag.
This method returns a specialized object which implements the
specialized APIs of the specified feature and version, as specified
in .
This method returns a specialized object which implements the
specialized APIs of the specified feature and version, as specified
in .
DOM L2
Returns the filter provided during construction.
The NodeFilter
used to screen nodes.
The NodeFilter
used to screen nodes.
The filter used to screen nodes.
Returns the first pipeline to get event calls.
DOM L1
Returns the first child of this node, or null if there are none.
DOM L1
Returns the first child of this node, or null if there are none.
The first child of this node.
This method is used to get a float value in a specified unit.
See the font property definition in CSS2.
See the font-family property definition in CSS2.
See the font-size property definition in CSS2.
See the font-size-adjust property definition in CSS2.
See the font-stretch property definition in CSS2.
See the font-style property definition in CSS2.
See the font-variant property definition in CSS2.
See the font-weight property definition in CSS2.
This attribute is used for the green value of the RGB color.
Returns the content handler to which result document events will be
propagated.
See the height property definition in CSS2.
The location of the style sheet to be imported.
If the style sheet is a linked style sheet, the value of its attribute
is its location.
This attribute is used for the identifier of the counter.
The DOMImplementation
object that handles this document.
Returns the implementation associated with this document type.
DOM L1
Returns the document's DOMImplementation.
Look up the index of an attribute by XML qualified (prefixed) name.
Look up an attribute's index by qualified (prefixed) name.
SAX2 Attributes method (don't invoke on parser);
Look up the index of an attribute by Namespace name.
Look up an attribute's index by Namespace name.
SAX2 Attributes method (don't invoke on parser);
An attribute specifying the encoding used for this document at the time
of the parsing.
An attribute specifying the encoding used for this entity at the time
of parsing, when it is an external parsed entity.
Returns the input source to parse.
Returns the source input stream.
The internal subset as a string, or null
if there is none.
DOM L2
Returns the internal subset of the document, as a string of unparsed
XML declarations (and comments, PIs, whitespace); or returns null if
there is no such subset.
DOM L1
Returns the last child of this node, or null if there are none.
DOM L1
Returns the last child of this node, or null if there are none.
The last child of this node.
See the left property definition in CSS2.
This attribute is used for the left of the rect.
Return the number of attributes in this list.
Return the number of attributes in the list.
Return the number of attributes in the list.
Return the number of attributes in the list.
The number of 16-bit units that are available through data
and the substringData
method below.
The number of CSSRules
in the list.
The number of properties that have been explicitly set in this
declaration block.
The number of CSSValues
in the list.
DOM L1
Returns the length of the data.
The number of DOMImplementation
s in the list.
DOM L1
Returns the length of the map.
DOM L1 (NodeList)
Returns the number of elements in this NodeList.
The number of DOMString
s in the list.
The number of media in the list.
The number of nodes in this map.
The number of pairs (name and namespaceURI) in the list.
The number of nodes in the list.
SAX1 AttributeList, SAX2 Attributes method
(don't invoke on parser);
The number of StyleSheets
in the list.
See the letter-spacing property definition in CSS2.
Returns the lexical handler to which lexical events will be propagated.
See the line-height property definition in CSS2.
The line number this locator is pointing to, or -1
if
there is no column number available.
Return the line number where the current document event ends.
Return the saved line number (1-based).
SAX Locator method (don't invoke on parser);
The line number of the end of the text where the exception occurred.
Returns the line number at which the event occurred.
Used for proxy locator; do not call directly.
Returns an enumeration of the links found since the filter
was constructed, or since removeAllLinks() was called.
This attribute is used for the style of the list.
See the list-style property definition in CSS2.
See the list-style-image property definition in CSS2.
See the list-style-position property definition in CSS2.
See the list-style-type property definition in CSS2.
DOM L2
Returns the node name; this must be overridden for element and
attribute nodes.
DOM L2
Returns the node name; this must be overridden for element and
attribute nodes.
DOM L2
Returns the local part of the node's name (after any colon).
Returns the local part of the qualified name of this node.
Look up an attribute's local name by index.
Return an attribute's local name.
SAX2 Attributes method (don't invoke on parser);
The location of the error.
Returns the location information as a string.
Returns a locator indicating where the error occurred.
See the margin property definition in CSS2.
See the margin-bottom property definition in CSS2.
See the margin-left property definition in CSS2.
See the margin-right property definition in CSS2.
See the margin-top property definition in CSS2.
See the marker-offset property definition in CSS2.
See the marks property definition in CSS2.
See the max-height property definition in CSS2.
See the max-width property definition in CSS2.
A list of media types for which this style sheet may be used.
A list of media types for this rule.
The intended destination media for style information.
The parsable textual representation of the media list.
An implementation specific string describing the error that occurred.
Returns a diagnostic message that may be slightly more useful
than the generic one, where possible.
Returns the message for this error, if any.
Return a detail message for this exception.
Returns the detail message.
Returns the exception message with location information appended.
Used to indicate whether the 'meta' key was depressed during the firing
of the event.
See the min-height property definition in CSS2.
See the min-width property definition in CSS2.
Returns the name of this attribute.
The name of DTD; i.e., the name immediately following the
DOCTYPE
keyword.
DOM L1
Returns the attribute name (same as getNodeName)
DOM L1
Returns the root element's name (just like getNodeName).
Return the name of an attribute in this list (by position).
Get the name of an attribute (by position).
Returns the index
th name item in the collection.
SAX1 AttributeList method (don't invoke on parser);
DOM L1
Returns the named item from the map, or null; names are just
the nodeName property.
Retrieves a node specified by name.
DOM L2
Returns the named item from the map, or null; names are the
localName and namespaceURI properties, ignoring any prefix.
Retrieves a node specified by local name and namespace URI.
DOM L2
Returns null; this must be overridden for element and
attribute nodes.
DOM L2
Returns the node's namespace URI
or null if the node name is not namespace scoped.
The namespace URI of this node, or null
if it is
unspecified (see ).
Returns the index
th namespaceURI item in the collection.
Returns any "new value" provided by this type of event
newValue
indicates the new value of the Attr
node in DOMAttrModified events, and of the CharacterData
node in DOMCharacterDataModified events.
Returns the next event consumer in sequence; or null if there
is no such handler.
DOM L1
Returns the previous sibling, if one is known.
DOM L1
Returns the previous sibling, if one is known.
Returns the child node before which the result nodes will be inserted.
The node immediately following this node.
Returns the node to which the diagnotic applies, or null.
Returns the node to which the result tree is to be appended,
or the result tree after transformation if no node was previously set.
Returns the context node.
DOM L1
Returns the string "#cdata-section".
DOM L1
Returns the string "#comment".
DOM L1
Returns the constant "#document".
Returns the name of the referenced entity.
DOM L1
Returns the object's name.
DOM L1
Returns the string "#document-fragment".
This forces GCJ compatibility.
DOM L1
Returns the node's name, including any namespace prefix.
DOM L1
Returns the target of the processing instruction
(same as getTarget).
DOM L1
Returns the string "#text".
The name of this node, depending on its type; see the table above.
This forces GCJ compatibility.
A code representing the type of the underlying object, as defined above.
DOM L1
Returns the attribute value, with character and entity
references substituted.
DOM L1
Returns the value of this node.
DOM L1
Returns null; this must be overridden for nodes types with
a defined value, along with the setNodeValue method.
DOM L1
Returns the data associated with the processing instruction
(same as getData).
The value of this node, depending on its type; see the table above.
DOM L1
Returns the NOTATION identifier associated with this entity, if any.
For unparsed entities, the name of the notation for the entity.
A NamedNodeMap
containing the notations declared in the
DTD.
DOM L1
Returns information about any notations declared in the DTD.
Returns the node on which the event originated.
See the orphans property definition in CSS2.
See the outline property definition in CSS2.
See the outline-color property definition in CSS2.
See the outline-style property definition in CSS2.
See the outline-width property definition in CSS2.
Returns the static properties for the xsl:output
instruction.
Returns a copy of the output properties for the transformation.
Returns the value of an output property for the transformation.
Returns the target output stream.
See the overflow property definition in CSS2.
This method is used to retrieve the override style declaration for a
specified element and a specified pseudo-element.
DOM L1 (modified in L2)
Returns the owner document.
The Document
object associated with this node.
The Element
node this attribute is attached to or
null
if this attribute is not in use.
DOM L2
Returns the element with which this attribute is associated.
The node that associates this style sheet with the document.
If this style sheet comes from an @import
rule, the
ownerRule
attribute will contain the
CSSImportRule
.
See the padding property definition in CSS2.
See the padding-bottom property definition in CSS2.
See the padding-left property definition in CSS2.
See the padding-right property definition in CSS2.
See the padding-top property definition in CSS2.
See the page property definition in CSS2.
See the page-break-after property definition in CSS2.
See the page-break-before property definition in CSS2.
See the page-break-inside property definition in CSS2.
Return the value of a parameter if known.
Returns the specified parameter value.
The list of the parameters supported by this
DOMConfiguration
object and for which at least one value
can be set by the application.
DOM L1
Returns the parent node, if one is known.
DOM L1
Returns the parent node, if one is known.
If this rule is contained inside another rule (e.g.
The CSS rule that contains this declaration block or null
if this CSSStyleDeclaration
is not attached to a
CSSRule
.
The style sheet that contains this rule.
For style sheet languages that support the concept of style sheet
inclusion, this attribute represents the including style sheet, if
one exists.
Returns the underlying SAX1 parser.
Returns the name of the SAX2 parser class used to parse catalogs.
See the pause property definition in CSS2.
See the pause-after property definition in CSS2.
See the pause-before property definition in CSS2.
See the pitch property definition in CSS2.
See the pitch-range property definition in CSS2.
See the play-during property definition in CSS2.
See the position property definition in CSS2.
DOM L2
Returns null; this must be overridden for element and
attribute nodes.
DOM L2
Returns any prefix part of the node's name (before any colon).
The namespace prefix of this node, or null
if it is
unspecified.
Return one of the prefixes mapped to a Namespace URI.
Return an enumeration of all prefixes whose declarations are
active in the current context.
Return an enumeration of all prefixes for a given URI whose
declarations are active in the current context.
DOM L1
Returns the previous sibling, if one is known.
DOM L1
Returns the previous sibling, if one is known.
The node immediately preceding this node.
Returns any "previous value" provided by this type of event
prevValue
indicates the previous value of the
Attr
node in DOMAttrModified events, and of the
CharacterData
node in DOMCharacterDataModified events.
The type of the value as defined by the constants specified above.
Returns the declaration or lexical handler currently in
use, or throws an exception for other properties.
Returns the lexical handler being used.
SAX2: Returns the specified property.
This method works like the SAX2 XMLReader method of the same name,
and is used to retrieve the optional lexical and declaration handlers
in a pipeline.
Retrieves a property of unknown intent (usually a handler)
SAX2: Returns the specified property.
Returns the value of the specified SAX2 parser property.
Returns the declaration or lexical handler being used.
XMLReaderRetrieves a property (lexical and decl handlers)
Look up the value of a property.
SAX2: Returns the specified property.
Look up the value of a property.
Used to retrieve the object representation of the value of a CSS
property if it has been explicitly set within this declaration block.
Used to retrieve the priority of a CSS property (e.g.
Used to retrieve the value of a CSS property if it has been explicitly
set within this declaration block.
The public identifier of the external subset.
DOM L1
Returns the PUBLIC identifier associated with this object, if any.
The public identifier associated with the entity if specified, and
null
otherwise.
Get the public identifier for this input source.
Return the public identifier for the current document event.
Return the saved public identifier.
The public identifier of this notation.
SAX Locator method (don't invoke on parser);
Get the public identifier of the entity where the exception occurred.
Returns the XML public ID for the document.
Returns the public ID for this source.
Used for proxy locator; do not call directly.
Look up an attribute's XML qualified (prefixed) name by index.
Return an attribute's qualified (prefixed) name.
SAX2 Attributes method (don't invoke on parser);
See the quotes property definition in CSS2.
Returns the source reader.
This method is used to get the Rect value.
This attribute is used for the red value of the RGB color.
The related DOMError.type
dependent data if any.
The related platform dependent exception if any.
Returns any "related" node provided by this type of event
The node this locator is pointing to, or null
if no node
is available.
relatedNode
is used to identify a secondary node related
to a mutation event.
Used to identify a secondary EventTarget
related to a UI
event.
Returns the second pipeline to get event calls.
This method is used to get the RGB color.
See the richness property definition in CSS2.
See the right property definition in CSS2.
This attribute is used for the right of the rect.
DOM L2
Returns the root of the tree this is iterating through.
The root node of the NodeIterator
, as specified when it
was created.
The root node of the NodeIterator
, as specified when it
was created.
The root
node of the TreeWalker
, as specified
when it was created.
Returns the schema in use by the XML processor.
Returns the schema in use by this parser.
The type information associated with this attribute.
The type information associated with this attribute.
The type information associated with this element.
The horizontal coordinate at which the event occurred relative to the
origin of the screen coordinate system.
The vertical coordinate at which the event occurred relative to the
origin of the screen coordinate system.
The parsable textual representation of the page selector for the rule.
The textual representation of the selector for the rule set.
This attribute is used for the separator of the nested counters.
The severity of the error, either SEVERITY_WARNING
,
SEVERITY_ERROR
, or SEVERITY_FATAL_ERROR
.
Used to indicate whether the 'shift' key was depressed during the
firing of the event.
See the size property definition in CSS2.
See the speak property definition in CSS2.
See the speak-header property definition in CSS2.
See the speak-numeral property definition in CSS2.
See the speak-punctuation property definition in CSS2.
True
if this attribute was explicitly given a value in
the instance document, false
otherwise.
DOM L1
Returns true if a parser reported this was in the source text.
See the speech-rate property definition in CSS2.
Node within which the Range begins
Offset within the starting node of the Range.
See the stress property definition in CSS2.
An attribute specifying whether error checking is enforced or not.
An attribute specifying whether error checking is enforced or not.
This method is used to get the string value.
The declaration-block of this rule.
The declaration-block of this rule.
The declaration-block of this rule set.
The style sheet referred to by this rule, if it has been loaded.
A list containing all the style sheets explicitly linked into or
embedded in a document.
The system identifier of the external subset.
DOM L1
Returns the SYSTEM identifier associated with this object, if any.
Returns the system ID used to resolve external entities.
Returns the base URI to use as the context for resolving entities.
The system identifier associated with the entity if specified, and
null
otherwise.
Get the system identifier for this input source.
Return the system identifier for the current document event.
Return the saved system identifier.
The system identifier of this notation.
Returns the system ID for this result.
SAX Locator method (don't invoke on parser);
Get the system identifier of the entity where the exception occurred.
Returns the system ID which this result represnts.
Returns the system ID for this source.
Returns the system ID for this source.
Returns the XML system ID for the document.
Returns the system ID for this source.
Returns the system ID for the templates object created by this processor.
Returns the system ID relative to which URLs will be resolved.
Used for proxy locator; do not call directly.
See the table-layout property definition in CSS2.
DOM L1
Returns the element name (same as getNodeName).
Returns event's target; delivery of an event is initiated
by a target.dispatchEvent(event) invocation.
DOM L1
Returns the target of the processing instruction.
Used to indicate the EventTarget
to which the event was
originally dispatched.
The target of this processing instruction.
Returns the templates object created by the parsing of the SAX events.
See the text-align property definition in CSS2.
This attribute returns the text content of this node and its
descendants.
See the text-decoration property definition in CSS2.
See the text-indent property definition in CSS2.
See the text-shadow property definition in CSS2.
See the text-transform property definition in CSS2.
Returns the event's timestamp.
Used to specify the time (in milliseconds relative to the epoch) at
which the event was created.
See the top property definition in CSS2.
Returns the current node being populated.
This attribute is used for the top of the rect.
Returns the transformer associated with this handler in order to set
parameters and output properties.
The type of the rule, as defined above.
A DOMString
indicating which related data is expected in
relatedData
.
Returns the event's type (name) as initialized
The name of the event (case-insensitive).
This specifies the style sheet language for this style sheet.
Return the type of an attribute in the list (by position).
Get the type of an attribute (by position).
Look up an attribute's type by index.
Return an attribute's type by index.
SAX1 AttributeList, SAX2 Attributes method
(don't invoke on parser);
Return the type of an attribute in the list (by name).
Get the type of an attribute (by name).
Look up an attribute's type by XML qualified (prefixed) name.
Look up an attribute's type by qualified (prefixed) name.
SAX1 AttributeList, SAX2 Attributes method
(don't invoke on parser);
Look up an attribute's type by Namespace name.
Look up an attribute's type by Namespace-qualified name.
SAX2 Attributes method (don't invoke on parser);
The name of a type declared for the associated element or attribute,
or null
if unknown.
The namespace of the type declared for the associated element or
attribute or null
if the element does not have
declaration or if no namespace information is available.
See the unicode-bidi property definition in CSS2.
The URI this locator is pointing to, or null
if no URI is
available.
Look up an attribute's Namespace URI by index.
Return an attribute's Namespace URI.
SAX2 Attributes method (don't invoke on parser);
Look up a prefix and get the currently-mapped Namespace URI.
Returns the callback used to resolve entities referenced by
xsl:include
, xsl:import
, or the XPath
document()
function.
Returns the resolver callback to be used by transformers obtained from
this factory.
Retrieves the object associated to a key on a this node.
The UTF-16, as defined in [Unicode] and Amendment 1 of [ISO/IEC 10646], offset into the input source this locator is pointing to or
-1
if there is no UTF-16 offset available.
On retrieval, the value of the attribute is returned as a string.
DOM L1
Returns the value of the attribute as a non-null string; same
as getNodeValue.
Returns data to which the diagnotic applies, or null.
Return the value of an attribute in the list (by position).
Get the value of an attribute (by position).
Look up an attribute's value by index.
Return an attribute's value by index.
SAX1 AttributeList, SAX2 Attributes method
(don't invoke on parser);
Return the value of an attribute in the list (by name).
Get the value of an attribute (by name).
Look up an attribute's value by XML qualified (prefixed) name.
Look up an attribute's value by qualified (prefixed) name.
SAX1 AttributeList, SAX2 Attributes method
(don't invoke on parser);
Look up an attribute's value by Namespace name.
Look up an attribute's value by Namespace-qualified name.
SAX Attributes method (don't invoke on parser);
See the vertical-align property definition in CSS2.
The view
attribute identifies the AbstractView
from which the event was generated.
See the visibility property definition in CSS2.
See the voice-family property definition in CSS2.
See the volume property definition in CSS2.
DOM L2
Returns the mask of flags provided during construction.
This attribute determines which node types are presented via the
NodeIterator
.
This attribute determines which node types are presented via the
NodeIterator
.
This attribute determines which node types are presented via the
TreeWalker
.
See the white-space property definition in CSS2.
Returns all text of Text
nodes logically-adjacent text
nodes to this node, concatenated in document order.
See the widows property definition in CSS2.
See the width property definition in CSS2.
See the word-spacing property definition in CSS2.
Returns the target writer.
An attribute specifying, as part of the
XML declaration, the encoding of this document.
An attribute specifying, as part of the text declaration, the encoding
of this entity, when it is an external parsed entity.
Returns the underlying SAX2 parser.
Returns the SAX parser to be used by this source.
An attribute specifying, as part of the
XML declaration, whether this document is standalone.
An attribute specifying, as part of the
XML declaration, whether this document is standalone.
An attribute specifying, as part of the
XML declaration, the version number of this document.
An attribute specifying, as part of the
XML declaration, the version number of this document.
An attribute specifying, as part of the text declaration, the version
number of this entity, when it is an external parsed entity.
Returns the version of XML used for the entity.
Returns the current value of the version property.
See the z-index property definition in CSS2.
An implementation of
Transformer
which
performs XSLT transformation using
libxslt
.
An implementation of TransformerFactory
producing
Transformer
objects which use libxslt
for transformation.
This package contains Ælfred2, which includes an
enhanced SAX2-compatible version of the Ælfred
non-validating XML parser, a modular (and hence optional)
DTD validating parser, and modular (and hence optional)
JAXP glue to those.
This is a Free Software DOM Level 3 implementation, supporting these features:
- "XML"
- "Events"
- "MutationEvents"
- "HTMLEvents" (won't generate them though)
- "UIEvents" (also won't generate them)
- "USER-Events" (a conformant extension)
- "Traversal" (optional)
- "XPath"
- "LS" and "LS-Async"
It is intended to be a reasonable base both for
experimentation and supporting additional DOM modules as clean layers.
A JAXP-compliant wrapper for the XSLT C library for Gnome, also
known as libxslt.
This package exposes a kind of XML processing pipeline, based on sending
SAX events, which can be used as components of application architectures.
This package contains XML utilities, including SAX2 XML writers
and a parser of DOM trees, plus a command line driver.
An enhanced SAX2 version of Microstar's Ælfred XML parser.
Encapsulate a general SAX error or warning.
Create a new SAXException.
Create a new SAXException wrapping an existing exception.
Create a new SAXException.
Create a new SAXException from an existing exception.
Exception class for an unrecognized identifier.
Construct a new exception with the given message.
Exception class for an unsupported operation.
Construct a new exception with no message.
Construct a new exception with the given message.
Implements null transforms.
Encapsulate an XML parse error or warning.
Create a new SAXParseException from a message and a Locator.
Wrap an existing exception in a SAXParseException.
Create a new SAXParseException.
Create a new SAXParseException with an embedded exception.
Convenience class for using or accessing a SAX version 1 or 2 parser.
Factory for obtaining SAX parsers.
Specifies SAX handlers to be used as a result sink during a
transformation.
Constructor specifying a content handler.
Specifies a SAX XML source.
Constructor with an input source.
Constructor with a SAX parser and input source.
Specialized transformer factory with support for SAX-specific factory
methods.
Select a node and its contents
Select the contents within a node
Set an attribute in the list.
Set the named attribute on the underlying implementation.
There seems to be no useful specification for attribute names
Throws an exception (no implementation attributes are supported)
Set a named attribute on the underlying implementation.
DOM L1
Modifies an existing attribute to have the specified value,
or creates a new one with that value.
Set the attribute list, discarding previous contents.
DOM L1
Stores the specified attribute, optionally overwriting any
existing one with that name.
Adds a new attribute node.
DOM L2
Stores the specified attribute, optionally overwriting any
existing one with that name.
DOM L2
Modifies an existing attribute to have the specified value,
or creates a new one with that value.
Copy an entire Attributes object.
Copy an entire Attributes object.
See the azimuth property definition in CSS2.
See the background property definition in CSS2.
See the background-attachment property definition in CSS2.
See the background-color property definition in CSS2.
See the background-image property definition in CSS2.
See the background-position property definition in CSS2.
See the background-repeat property definition in CSS2.
See the border property definition in CSS2.
See the border-bottom property definition in CSS2.
See the border-bottom-color property definition in CSS2.
See the border-bottom-style property definition in CSS2.
See the border-bottom-width property definition in CSS2.
See the border-collapse property definition in CSS2.
See the border-color property definition in CSS2.
See the border-left property definition in CSS2.
See the border-left-color property definition in CSS2.
See the border-left-style property definition in CSS2.
See the border-left-width property definition in CSS2.
See the border-right property definition in CSS2.
See the border-right-color property definition in CSS2.
See the border-right-style property definition in CSS2.
See the border-right-width property definition in CSS2.
See the border-spacing property definition in CSS2.
See the border-style property definition in CSS2.
See the border-top property definition in CSS2.
See the border-top-color property definition in CSS2.
See the border-top-style property definition in CSS2.
See the border-top-width property definition in CSS2.
See the border-width property definition in CSS2.
See the bottom property definition in CSS2.
Set the byte stream for this input source.
Assigns the URI of the call target to be used.
Sets the output style to be canonicalized.
See the caption-side property definition in CSS2.
Set the character stream for this input source.
Sets whether to check for document well-formedness.
See the clear property definition in CSS2.
See the clip property definition in CSS2.
Sets whether document builders obtained from this factory will convert
CDATA sections to text nodes and normalize adjacent text nodes into a
single text node.
See the color property definition in CSS2.
Set the column number for this locator (1-based).
See the content property definition in CSS2.
SAX2: Assigns the object used to report the logical
content of an XML document.
Assigns the content handler to use; a null handler indicates
that these events will not be forwarded.
SAX2: Assigns the object used to report the logical
content of an XML document.
Set the content event handler.
SAX2: Assigns the object used to report the logical
content of an XML document.
Allow an application to register a content event handler.
See the counter-increment property definition in CSS2.
See the counter-reset property definition in CSS2.
See the float property definition in CSS2.
The parsable textual representation of the rule.
The parsable textual representation of the declaration block
(excluding the surrounding curly braces).
A string representation of the current value.
See the cue property definition in CSS2.
See the cue-after property definition in CSS2.
See the cue-before property definition in CSS2.
The node at which the TreeWalker
is currently positioned.
The node at which the TreeWalker
is currently positioned.
See the cursor property definition in CSS2.
The character data of the node that implements this interface.
DOM L1
Assigns the value of this node; same as setNodeValue.
DOM L1
Assigns the data associated with the processing instruction;
same as setNodeValue.
The content of this processing instruction.
Assign a value to the "declared" flag of a specific attribute.
See the direction property definition in CSS2.
false
if the style sheet is applied to the document.
See the display property definition in CSS2.
Allow an application to register a document event handler.
SAX1: Set the document handler for this parser.
Register the SAX1 document event handler.
Receive an object for locating the origin of SAX document events.
Receive a Locator object for document events.
Receive an object for locating the origin of SAX document events.
SAX2: passes this callback to the next consumer, if any
Receive a Locator object for document events.
Adapter implementation method; do not call.
Receive an object for locating the origin of SAX document events.
Throws an exception when called after startDocument.
Passes "this" down the filter chain as a proxy locator.
Filter a new document locator event.
SAX1: provides parser status information
The location of the document or null
if undefined or if
the Document
was created using
DOMImplementation.createDocument
.
The location of the document or null
if undefined or if
the Document
was created using
DOMImplementation.createDocument
.
SAX1: Provides an object which may be used to intercept
declarations related to notations and unparsed entities.
Assigns the DTD handler to use; a null handler indicates
that these events will not be forwarded.
Allow an application to register a DTD event handler.
SAX1, SAX2: Set the DTD handler for this parser.
Set the DTD event handler.
Allow an application to register a DTD event handler.
Register the DTD event handler.
See the elevation property definition in CSS2.
See the empty-cells property definition in CSS2.
The encoding information used in this @charset
rule.
Set the character encoding, if known.
Assigns the current value of the encoding property.
Sets the attributes describing the end of a Range.
Sets the end of a Range to be after a node
Sets the end position to be before a node.
Sets the SAX entity resolver callback used to resolve external entities
in the XML document(s) to parse.
SAX1: Provides an object which may be used when resolving external
entities during parsing (both general and parameter entities).
Allow an application to register a custom entity resolver.
SAX1, SAX2: Set the entity resolver for this parser.
SAX1 Assigns parser's entity resolver
Allow an application to register an entity resolver.
Register the entity resolver.
Assigns the line ending style to be used on output.
Assigns the error handler to be used to present most fatal
errors.
Sets the SAX error handler callback used to report parsing errors.
This method provides a filter stage with a handler that abstracts
presentation of warnings and both recoverable and fatal errors.
SAX1: Provides an object which receives callbacks for XML errors
of all levels (fatal, nonfatal, warning).
This method provides a filter stage with a handler that abstracts
presentation of warnings and both recoverable and fatal errors.
Records the error handler that should be used by this stage, and
passes it "downstream" to any subsequent stage.
Allow an application to register an error event handler.
SAX1, SAX2: Set the error handler for this parser.
Provides the error handler to both subsequent nodes of
this filter stage.
Assigns the error handler used to report catalog errors.
Set the error event handler.
SAX1 Assigns error handler
Allow an application to register an error event handler.
Register the error event handler.
Assigns the error handler to be used to present most fatal
errors.
Assigns a value that would be used when parsing stylesheets
Sets the callback used to report errors during the transformation.
Sets the callback to be used by transformers obtained from this factory
to report transformation errors.
Sets whether document builders obtained from this factory will expand
entity reference nodes.
Controls whether the output text contains references to
entities (the default), or instead contains the expanded
values of those entities.
SAX2: Sets the state of features supported in this parser.
Set a feature flag for the parser.
SAX2: Sets the state of feature flags in this parser.
Sets the specified feature for SAX2 parsers obtained from this factory.
Sets a feature of transformers and templates obtained from this
factory.
Set the value of a feature.
SAX2: Sets the state of features supported in this parser.
Set the value of a feature flag.
A method to set the float value with a specified unit.
See the font property definition in CSS2.
See the font-family property definition in CSS2.
See the font-size property definition in CSS2.
See the font-size-adjust property definition in CSS2.
See the font-stretch property definition in CSS2.
See the font-style property definition in CSS2.
See the font-variant property definition in CSS2.
See the font-weight property definition in CSS2.
This is the hook through which a subclass provides a handler
which knows how to access DOM extensions, specific to some
implementation, to record additional data in a DOM.
Sets the content handler to which result document events will be
propagated.
See the height property definition in CSS2.
Controls whether the consumer will save CDATA boundaries.
Controls whether the consumer is hiding comments.
Controls whether the consumer will hide entity expansions,
or will instead mark them with entity reference nodes.
Controls whether the consumer hides ignorable whitespace
If the parameter isId
is true
, this method
declares the specified attribute to be a user-determined ID attribute
.
If the parameter isId
is true
, this method
declares the specified attribute to be a user-determined ID attribute
.
If the parameter isId
is true
, this method
declares the specified attribute to be a user-determined ID attribute
.
Sets whether document builders obtained from this factory will discard
comment nodes.
Sets whether document builders obtained from this factory will
eliminate whitespace within elements that have an element-only content
model.
Sets the input source to parse.
Sets the source input stream.
See the left property definition in CSS2.
See the letter-spacing property definition in CSS2.
Sets the lexical handler to which lexical events will be propagated.
See the line-height property definition in CSS2.
Set the line number for this locator (1-based).
See the list-style property definition in CSS2.
See the list-style-image property definition in CSS2.
See the list-style-position property definition in CSS2.
See the list-style-type property definition in CSS2.
SAX1: Identifies the locale which the parser should use for the
diagnostics it provides.
Allow an application to request a locale for errors and warnings.
SAX1: Sets the locale used for diagnostics; currently,
only locales using the English language are supported.
SAX1: Sets the locale used for diagnostics; currently,
only locales using the English language are supported.
Set the locale for error reporting.
Set the local name of a specific attribute.
Sets the locator indicating where the error occurred.
See the margin property definition in CSS2.
See the margin-bottom property definition in CSS2.
See the margin-left property definition in CSS2.
See the margin-right property definition in CSS2.
See the margin-top property definition in CSS2.
See the marker-offset property definition in CSS2.
See the marks property definition in CSS2.
See the max-height property definition in CSS2.
See the max-width property definition in CSS2.
The parsable textual representation of the media list.
See the min-height property definition in CSS2.
See the min-width property definition in CSS2.
DOM L1
Stores the named item into the map, optionally overwriting
any existing node with that name.
Adds a node using its nodeName
attribute.
DOM L2
Stores the named item into the map, optionally overwriting
any existing node with that fully qualified name.
Adds a node using its namespaceURI
and
localName
.
Sets whether document builders obtained from this factory will be XML
Namespace aware.
Sets whether parsers obtained from this factory will be XML Namespace
aware.
Controls whether namespace declaration attributes are placed
into the
NSDECL
namespace
by
processName()
.
Sets the child node before which the result nodes will be inserted.
Sets the node to which the result tree will be appended.
DOM L1
Assigns the attribute value; using this API, no entity or
character references will exist.
DOM L1
Assigns the value of this node.
DOM L1
Does nothing; this must be overridden (along with the
getNodeValue method) for nodes with a non-null defined value.
DOM L1
Assigns the data associated with the processing instruction.
The value of this node, depending on its type; see the table above.
See the orphans property definition in CSS2.
See the outline property definition in CSS2.
See the outline-color property definition in CSS2.
See the outline-style property definition in CSS2.
See the outline-width property definition in CSS2.
Sets the output properties for the transformation, overriding any
properties defined in the stylesheet.
Sets an output property for the transformation, overriding any property
of the same name defined in the stylesheet.
Sets the target output stream.
See the overflow property definition in CSS2.
Records the element with which this attribute is associated.
See the padding property definition in CSS2.
See the padding-bottom property definition in CSS2.
See the padding-left property definition in CSS2.
See the padding-right property definition in CSS2.
See the padding-top property definition in CSS2.
See the page property definition in CSS2.
See the page-break-after property definition in CSS2.
See the page-break-before property definition in CSS2.
See the page-break-inside property definition in CSS2.
Set the value of a parameter.
Sets a parameter value for the transformation.
Names the SAX2 parser class used to parse catalogs.
See the pause property definition in CSS2.
See the pause-after property definition in CSS2.
See the pause-before property definition in CSS2.
See the pitch property definition in CSS2.
See the pitch-range property definition in CSS2.
See the play-during property definition in CSS2.
See the position property definition in CSS2.
DOM L2
Does nothing; this must be overridden (along with the
getPrefix method) for element and attribute nodes.
DOM L2
Assigns the prefix part of the node's name (before any colon).
The namespace prefix of this node, or null
if it is
unspecified.
Controls pretty-printing, which by default is not enabled
(and currently is most useful for XHTML output).
SAX2: Assigns the specified property.
Stores the property, normally a handler; a null handler indicates
that these events will not be forwarded.
SAX2: Assigns the specified property.
Sets the specified SAX2 parser property.
Set the value of a property.
SAX2: Assigns the specified property.
Set the value of a property.
Used to set a property value and priority within this declaration
block.
Set the public identifier for this input source.
Set the public identifier for this locator.
Sets the public ID for this source.
Set the qualified name of a specific attribute.
See the quotes property definition in CSS2.
Sets the result sink to be used as the output of the transformation.
See the richness property definition in CSS2.
See the right property definition in CSS2.
Assigns the flag controlling the setting of the SAX2
namespace-prefixes flag.
The parsable textual representation of the page selector for the rule.
The textual representation of the selector for the rule set.
See the size property definition in CSS2.
See the speak property definition in CSS2.
See the speak-header property definition in CSS2.
See the speak-numeral property definition in CSS2.
See the speak-punctuation property definition in CSS2.
Records whether this attribute was in the source text.
Assign a value to the "specified" flag of a specific attribute.
See the speech-rate property definition in CSS2.
Sets the attributes describing the start of the Range.
Sets the start position to be after a node
Sets the start position to be before a node
See the stress property definition in CSS2.
An attribute specifying whether error checking is enforced or not.
An attribute specifying whether error checking is enforced or not.
A method to set the string value with the specified unit.
Sets the system ID from a File reference.
Sets the system ID using a File reference.
Sets the system ID used to resolve external entities.
Sets the base URI to use as the context for resolving entities.
Set the system identifier for this input source.
Set the system identifier for this locator.
Sets the XML system ID for this result.
Sets the system ID which this result represents.
Sets the system ID for this source.
Sets the XML system ID for this source.
Sets the system ID for this source.
Sets the system ID for the templates object created by this processor.
Sets the system ID relative to which URLs will be resolved.
See the table-layout property definition in CSS2.
See the text-align property definition in CSS2.
This attribute returns the text content of this node and its
descendants.
See the text-decoration property definition in CSS2.
See the text-indent property definition in CSS2.
See the text-shadow property definition in CSS2.
See the text-transform property definition in CSS2.
See the top property definition in CSS2.
Set the type of a specific attribute.
See the unicode-bidi property definition in CSS2.
Set the Namespace URI of a specific attribute.
Assigns a value that would be used when parsing stylesheets
Sets the callback used to resolve entities referenced by
xsl:include
, xsl:import
, or the XPath
document()
function.
Set the resolver callback to be used by transformers obtained from
this factory.
Associate an object to a key on this node.
Specifies which catalog search mode is used.
Sets whether document builders obtained from this factory will validate
their input.
Sets whether parsers obtained from this factory will validate their
input.
Set the value of a specific attribute.
On retrieval, the value of the attribute is returned as a string.
DOM L1
Assigns the value of the attribute; it will have one child,
which is a text node with the specified value (same as
setNodeValue).
See the vertical-align property definition in CSS2.
See the visibility property definition in CSS2.
See the voice-family property definition in CSS2.
See the volume property definition in CSS2.
See the white-space property definition in CSS2.
See the widows property definition in CSS2.
See the width property definition in CSS2.
See the word-spacing property definition in CSS2.
Resets the handler to write a new text document.
Controls whether the output should attempt to follow the "transitional"
XHTML rules so that it meets the "HTML Compatibility Guidelines"
appendix in the XHTML specification.
Sets whether parsers obtained from this factory will be XInclude aware.
Sets whether parsers obtained from this factory will be XInclude aware.
Sets the SAX parser to be used by this source.
An attribute specifying, as part of the
XML declaration, whether this document is standalone.
An attribute specifying, as part of the
XML declaration, whether this document is standalone.
An attribute specifying, as part of the
XML declaration, the version number of this document.
An attribute specifying, as part of the
XML declaration, the version number of this document.
Assigns the current value of the version property.
See the z-index property definition in CSS2.
The severity of the error described by the DOMError
is
error.
The severity of the error described by the DOMError
is
fatal error.
The severity of the error described by the DOMError
is
warning.
Show DocumentFragment
nodes.
Show EntityReference
nodes.
Show ProcessingInstruction
nodes.
Receive notification of a skipped entity.
Receive notification of a skipped entity.
SAX2: passes this callback to the next consumer, if any
Receive notification of a skipped entity.
ContentHandler Reports a fatal exception.
Filter a skipped entity event.
Adapt a SAX2 skipped entity event.
SAX1: indicates a non-expanded entity reference
The location in an XML resource at which an event occurred.
Converts a source into a SAX input source.
DOM L1
Splits this text node in two parts at the offset, returning
the new text node (the sibling with the second part).
Breaks this node into two nodes at the specified offset
,
keeping both in the tree as siblings.
Whether to output a standalone document declaration (yes or no).
Compare start boundary-point of sourceRange
to end
boundary-point of Range on which compareBoundaryPoints
is invoked.
Compare start boundary-point of sourceRange
to start
boundary-point of Range on which compareBoundaryPoints
is invoked.
SAX2: passes this callback to the next consumer, if any
Report the start of a CDATA section.
SAX2: called before parsing CDATA characters
Receive notification of the beginning of a document.
Receive notification of the beginning of the document.
Receive notification of the beginning of a document.
SAX2: passes this callback to the next consumer, if any
Receive notification of the beginning of the document.
Reports an error if no Locator has been made available.
Adapter implementation method; do not call.
Receive notification of the beginning of a document.
ContentHandler Ensures that state from any previous parse
has been deleted.
Filter a start document event.
SAX1: indicates the beginning of a document parse.
SAX2: passes this callback to the next consumer, if any
Report the start of DTD declarations, if any.
LexicalHandler Records the declaration of the root
element, so it can be verified later.
SAX2: called when the doctype is partially parsed
Note that this, like other doctype related calls, is ignored
when XHTML is in use.
Receive notification of the beginning of an element.
Receive notification of the start of an element.
Adapter implementation method; do not call.
Receive notification of the beginning of an element.
Receive notification of the start of an element.
SAX2: passes this callback to the next consumer, if any
Collects URIs for (X)HTML content from elements which hold them.
Receive notification of the beginning of an element.
ContentHandler Performs validity checks against element
(and document) content models, and attribute values.
Filter a start element event.
Adapt a SAX2 start element event.
SAX2: indicates the start of an element.
SAX2: passes this callback to the next consumer, if any.
Report the beginning of some internal and external XML entities.
SAX2: called before parsing a general entity in content
Begin the scope of a prefix-URI Namespace mapping.
Receive notification of the start of a Namespace mapping.
SAX2: passes this callback to the next consumer, if any
This call is not passed to the next consumer in the chain.
Begin the scope of a prefix-URI Namespace mapping.
Filter a start Namespace prefix mapping event.
Adapt a SAX2 start prefix mapping event.
Requests the event no longer be captured or bubbled; only
listeners on the event target will see the event, if they
haven't yet been notified.
The stopPropagation
method is used prevent further
propagation of an event during event flow.
Specifies a stream to which to write the transformation result.
Constructor with a system ID specified as a File object.
Constructor with an output stream.
Constructor with a system ID.
Constructor with a writer.
Specifies a stream from which to read the source XML data.
Constructor with a system ID specified as a File reference.
Constructor with an input stream.
Constructor with an input stream and system ID.
Constructor with a reader.
Constructor with a reader and system ID.
Constructor with a system ID.
The rule is a CSSStyleRule
.
The StyleSheet
interface is the abstract base interface for
any type of style sheet.
The StyleSheetList
interface provides the abstraction of an
ordered collection of style sheets.
Extracts a range of data from the node.
DOM L1
Returns the specified substring.
DOM L2
Consults the DOM implementation to determine if the requested
feature is supported.
Reparents the contents of the Range to the given node and inserts the
node at the position of the start of the Range.
If an invalid or illegal string is specified.