Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- abort() - Method in interface org.w3c.dom.ls.LSParser
-
Abort the loading of the document that is currently being loaded by the
LSParser
. - AbstractView - Interface in org.w3c.dom.views
-
A base interface that all views shall derive from.
- accept(XMLEvent) - Method in interface javax.xml.stream.EventFilter
- accept(XMLStreamReader) - Method in interface javax.xml.stream.StreamFilter
- acceptNode(Node) - Method in interface org.w3c.dom.ls.LSParserFilter
-
This method will be called by the parser at the completion of the parsing of each node.
- acceptNode(Node) - Method in interface org.w3c.dom.traversal.NodeFilter
-
Test whether a specified node is visible in the logical view of a
TreeWalker
orNodeIterator
. - ACTION_APPEND_AS_CHILDREN - Static variable in interface org.w3c.dom.ls.LSParser
-
Append the result of the parse operation as children of the context node.
- ACTION_INSERT_AFTER - Static variable in interface org.w3c.dom.ls.LSParser
-
Insert the result of the parse operation as the immediately following sibling of the context node.
- ACTION_INSERT_BEFORE - Static variable in interface org.w3c.dom.ls.LSParser
-
Insert the result of the parse operation as the immediately preceding sibling of the context node.
- ACTION_REPLACE - Static variable in interface org.w3c.dom.ls.LSParser
-
Replace the context node with the result of the parse operation.
- ACTION_REPLACE_CHILDREN - Static variable in interface org.w3c.dom.ls.LSParser
-
Replace all the children of the context node with the result of the parse operation.
- add(Duration) - Method in class javax.xml.datatype.Duration
-
Computes a new duration whose value is
this+rhs
. - add(Duration) - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Add
duration
to this instance. - add(XMLEvent) - Method in interface javax.xml.stream.util.XMLEventConsumer
- add(XMLEvent) - Method in interface javax.xml.stream.XMLEventWriter
- add(XMLEventReader) - Method in interface javax.xml.stream.XMLEventWriter
- add(HTMLElement, HTMLElement) - Method in interface org.w3c.dom.html.HTMLSelectElement
-
Add a new element to the collection of
OPTION
elementsfor thisSELECT
. - addAttribute(String, String, String) - Method in class org.xml.sax.helpers.AttributeListImpl
-
Deprecated.Add an attribute to an attribute list.
- addAttribute(String, String, String, String, String) - Method in class org.xml.sax.ext.Attributes2Impl
-
Add an attribute to the end of the list, setting its "specified" flag to true.
- addAttribute(String, String, String, String, String) - Method in class org.xml.sax.helpers.AttributesImpl
-
Add an attribute to the end of the list.
- addEventListener(String, EventListener, boolean) - Method in interface org.w3c.dom.events.EventTarget
-
This method allows the registration of event listeners on the event target.
- ADDITION - Static variable in interface org.w3c.dom.events.MutationEvent
-
The
Attr
was just added. - addSource(DOMImplementationSource) - Method in class org.w3c.dom.bootstrap.DOMImplementationRegistry
-
Register an implementation.
- addTo(Calendar) - Method in class javax.xml.datatype.Duration
-
Adds this duration to a
Calendar
object. - addTo(Date) - Method in class javax.xml.datatype.Duration
-
Adds this duration to a
Date
object. - adoptNode(Node) - Method in interface org.w3c.dom.Document
-
Attempts to adopt a node from another document to this document.
- allocate(XMLStreamReader) - Method in interface javax.xml.stream.util.XMLEventAllocator
- allocate(XMLStreamReader, XMLEventConsumer) - Method in interface javax.xml.stream.util.XMLEventAllocator
- ALLOCATOR - Static variable in class javax.xml.stream.XMLInputFactory
- animationsPaused() - Method in interface org.w3c.dom.svg.SVGSVGElement
- ANY_NODE - Static variable in interface org.w3c.css.sac.SiblingSelector
- ANY_TYPE - Static variable in interface org.w3c.dom.xpath.XPathResult
-
This code does not represent a specific type.
- ANY_UNORDERED_NODE_TYPE - Static variable in interface org.w3c.dom.xpath.XPathResult
- appendChild(Node) - Method in interface org.w3c.dom.Node
-
Adds the node
newChild
to the end of the list of children of this node. - appendData(String) - Method in interface org.w3c.dom.CharacterData
-
Append the string to the end of the character data of the node.
- appendItem(String) - Method in interface org.w3c.dom.svg.SVGStringList
- appendItem(SVGLength) - Method in interface org.w3c.dom.svg.SVGLengthList
- appendItem(SVGNumber) - Method in interface org.w3c.dom.svg.SVGNumberList
- appendItem(SVGPathSeg) - Method in interface org.w3c.dom.svg.SVGPathSegList
- appendItem(SVGPoint) - Method in interface org.w3c.dom.svg.SVGPointList
- appendItem(SVGTransform) - Method in interface org.w3c.dom.svg.SVGTransformList
- appendMedium(String) - Method in interface org.w3c.dom.stylesheets.MediaList
-
Adds the medium
newMedium
to the end of the list. - APRIL - Static variable in class javax.xml.datatype.DatatypeConstants
-
Value for fourth month of year.
- asCharacters() - Method in interface javax.xml.stream.events.XMLEvent
- asEndElement() - Method in interface javax.xml.stream.events.XMLEvent
- asStartElement() - Method in interface javax.xml.stream.events.XMLEvent
- AT_TARGET - Static variable in interface org.w3c.dom.events.Event
-
The event is currently being evaluated at the target
EventTarget
. - Attr - Interface in org.w3c.dom
-
The
Attr
interface represents an attribute in anElement
object. - Attribute - Interface in javax.xml.stream.events
- ATTRIBUTE - Static variable in interface javax.xml.stream.XMLStreamConstants
- ATTRIBUTE_NODE - Static variable in interface org.w3c.dom.Node
-
The node is an
Attr
. - AttributeCondition - Interface in org.w3c.css.sac
- attributeDecl(String, String, String, String, String) - Method in interface org.xml.sax.ext.DeclHandler
-
Report an attribute type declaration.
- attributeDecl(String, String, String, String, String) - Method in class org.xml.sax.ext.DefaultHandler2
- AttributeList - Interface in org.xml.sax
-
Deprecated.
- AttributeListImpl - Class in org.xml.sax.helpers
-
Deprecated.This class implements a deprecated interface,
AttributeList
; that interface has been replaced byAttributes
, which is implemented in theAttributesImpl
helper class. - AttributeListImpl() - Constructor for class org.xml.sax.helpers.AttributeListImpl
-
Deprecated.Create an empty attribute list.
- AttributeListImpl(AttributeList) - Constructor for class org.xml.sax.helpers.AttributeListImpl
-
Deprecated.Construct a persistent copy of an existing attribute list.
- Attributes - Interface in org.xml.sax
-
Interface for a list of XML attributes.
- Attributes2 - Interface in org.xml.sax.ext
-
SAX2 extension to augment the per-attribute information provided though
Attributes
. - Attributes2Impl - Class in org.xml.sax.ext
-
SAX2 extension helper for additional Attributes information, implementing the
Attributes2
interface. - Attributes2Impl() - Constructor for class org.xml.sax.ext.Attributes2Impl
-
Construct a new, empty Attributes2Impl object.
- Attributes2Impl(Attributes) - Constructor for class org.xml.sax.ext.Attributes2Impl
-
Copy an existing Attributes or Attributes2 object.
- AttributesImpl - Class in org.xml.sax.helpers
-
Default implementation of the Attributes interface.
- AttributesImpl() - Constructor for class org.xml.sax.helpers.AttributesImpl
-
Construct a new, empty AttributesImpl object.
- AttributesImpl(Attributes) - Constructor for class org.xml.sax.helpers.AttributesImpl
-
Copy an existing Attributes object.
- AUGUST - Static variable in class javax.xml.datatype.DatatypeConstants
-
Value for eighth month of year.
B
- BAD_BOUNDARYPOINTS_ERR - Static variable in exception org.w3c.dom.ranges.RangeException
-
If the boundary-points of a Range do not meet specific requirements.
- beginElement() - Method in interface org.w3c.dom.smil.ElementTimeControl
-
Causes this element to begin the local timeline (subject to restart constraints).
- beginElementAt(float) - Method in interface org.w3c.dom.smil.ElementTimeControl
-
Causes this element to begin the local timeline (subject to restart constraints), at the passed offset from the current time when the method is called.
- blur() - Method in interface org.w3c.dom.html.HTMLAnchorElement
-
Removes keyboard focus from this element.
- blur() - Method in interface org.w3c.dom.html.HTMLInputElement
-
Removes keyboard focus from this element.
- blur() - Method in interface org.w3c.dom.html.HTMLSelectElement
-
Removes keyboard focus from this element.
- blur() - Method in interface org.w3c.dom.html.HTMLTextAreaElement
-
Removes keyboard focus from this element.
- BOOLEAN - Static variable in class javax.xml.xpath.XPathConstants
-
The XPath 1.0 boolean data type.
- BOOLEAN_TYPE - Static variable in interface org.w3c.dom.xpath.XPathResult
- BUBBLING_PHASE - Static variable in interface org.w3c.dom.events.Event
-
The current event phase is the bubbling phase.
C
- canSetParameter(String, Object) - Method in interface org.w3c.dom.DOMConfiguration
-
Check if setting a parameter to a specific value is supported.
- CAPTURING_PHASE - Static variable in interface org.w3c.dom.events.Event
-
The current event phase is the capturing phase.
- CDATA - Static variable in interface javax.xml.stream.XMLStreamConstants
- CDATA_SECTION_ELEMENTS - Static variable in class javax.xml.transform.OutputKeys
-
cdata-section-elements = expanded names.
- CDATA_SECTION_NODE - Static variable in interface org.w3c.dom.Node
-
The node is a
CDATASection
. - CDATASection - Interface in org.w3c.dom
-
CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup.
- CharacterData - Interface in org.w3c.dom
-
The
CharacterData
interface extends Node with a set of attributes and methods for accessing character data in the DOM. - CharacterDataSelector - Interface in org.w3c.css.sac
- characters(char[], int, int) - Method in interface org.xml.sax.ContentHandler
-
Receive notification of character data.
- characters(char[], int, int) - Method in interface org.xml.sax.DocumentHandler
-
Deprecated.Receive notification of character data.
- characters(char[], int, int) - Method in class org.xml.sax.HandlerBase
-
Deprecated.Receive notification of character data inside an element.
- characters(char[], int, int) - Method in class org.xml.sax.helpers.DefaultHandler
-
Receive notification of character data inside an element.
- characters(char[], int, int) - Method in class org.xml.sax.helpers.ParserAdapter
-
Adapter implementation method; do not call.
- characters(char[], int, int) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Filter a character data event.
- characters(char[], int, int) - Method in class org.xml.sax.helpers.XMLReaderAdapter
-
Adapt a SAX2 characters event.
- Characters - Interface in javax.xml.stream.events
- CHARACTERS - Static variable in interface javax.xml.stream.XMLStreamConstants
- CHARSET_RULE - Static variable in interface org.w3c.dom.css.CSSRule
-
The rule is a
CSSCharsetRule
. - checkEnclosure(SVGElement, SVGRect) - Method in interface org.w3c.dom.svg.SVGSVGElement
- checkIntersection(SVGElement, SVGRect) - Method in interface org.w3c.dom.svg.SVGSVGElement
- clear() - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Unset all fields to undefined.
- clear() - Method in interface org.w3c.dom.svg.SVGLengthList
- clear() - Method in interface org.w3c.dom.svg.SVGNumberList
- clear() - Method in interface org.w3c.dom.svg.SVGPathSegList
- clear() - Method in interface org.w3c.dom.svg.SVGPointList
- clear() - Method in interface org.w3c.dom.svg.SVGStringList
- clear() - Method in interface org.w3c.dom.svg.SVGTransformList
- clear() - Method in class org.xml.sax.helpers.AttributeListImpl
-
Deprecated.Clear the attribute list.
- clear() - Method in class org.xml.sax.helpers.AttributesImpl
-
Clear the attribute list for reuse.
- clearParameters() - Method in class javax.xml.transform.Transformer
-
Clear all parameters set with setParameter.
- click() - Method in interface org.w3c.dom.html.HTMLInputElement
-
Simulate a mouse-click.
- clone() - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Creates and returns a copy of this object.
- cloneContents() - Method in interface org.w3c.dom.ranges.Range
-
Duplicates the contents of a Range
- cloneNode(boolean) - Method in interface org.w3c.dom.Node
-
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
- cloneRange() - Method in interface org.w3c.dom.ranges.Range
-
Produces a new Range whose boundary-points are equal to the boundary-points of the Range.
- close() - Method in class javax.xml.stream.util.EventReaderDelegate
- close() - Method in class javax.xml.stream.util.StreamReaderDelegate
- close() - Method in interface javax.xml.stream.XMLEventReader
- close() - Method in interface javax.xml.stream.XMLEventWriter
- close() - Method in interface javax.xml.stream.XMLStreamReader
- close() - Method in interface javax.xml.stream.XMLStreamWriter
- close() - Method in interface org.w3c.dom.html.HTMLDocument
-
Closes a document stream opened by
open()
and forces rendering. - code - Variable in exception org.w3c.css.sac.CSSException
- code - Variable in exception org.w3c.dom.DOMException
- code - Variable in exception org.w3c.dom.events.EventException
- code - Variable in exception org.w3c.dom.ls.LSException
- code - Variable in exception org.w3c.dom.ranges.RangeException
- code - Variable in exception org.w3c.dom.svg.SVGException
- code - Variable in exception org.w3c.dom.xpath.XPathException
- collapse(boolean) - Method in interface org.w3c.dom.ranges.Range
-
Collapse a Range onto one of its boundary-points
- COLOR_PROFILE_RULE - Static variable in interface org.w3c.dom.svg.SVGCSSRule
- CombinatorCondition - Interface in org.w3c.css.sac
- comment(char[], int, int) - Method in class org.xml.sax.ext.DefaultHandler2
- comment(char[], int, int) - Method in interface org.xml.sax.ext.LexicalHandler
-
Report an XML comment anywhere in the document.
- comment(String) - Method in interface org.w3c.css.sac.DocumentHandler
-
Receive notification of a comment.
- Comment - Interface in javax.xml.stream.events
- Comment - Interface in org.w3c.dom
-
This interface inherits from
CharacterData
and represents the content of a comment, i.e., all the characters between the starting '<!--
' and ending '-->
'. - COMMENT - Static variable in interface javax.xml.stream.XMLStreamConstants
- COMMENT_NODE - Static variable in interface org.w3c.dom.Node
-
The node is a
Comment
. - compare(Duration) - Method in class javax.xml.datatype.Duration
-
Partial order relation comparison with this
Duration
instance. - compare(XMLGregorianCalendar) - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Compare two instances of W3C XML Schema 1.0 date/time datatypes according to partial order relation defined in W3C XML Schema 1.0 Part 2, Section 3.2.7.3, Order relation on dateTime.
- compareBoundaryPoints(short, Range) - Method in interface org.w3c.dom.ranges.Range
-
Compare the boundary-points of two Ranges in a document.
- compareDocumentPosition(Node) - Method in interface org.w3c.dom.Node
-
Compares the reference node, i.e.
- compile(String) - Method in interface javax.xml.xpath.XPath
-
Compile an XPath expression for later evaluation.
- Condition - Interface in org.w3c.css.sac
- ConditionalSelector - Interface in org.w3c.css.sac
- ConditionFactory - Interface in org.w3c.css.sac
- consolidate() - Method in interface org.w3c.dom.svg.SVGTransformList
- contains(String) - Method in interface org.w3c.dom.DOMStringList
-
Test if a string is part of this
DOMStringList
. - contains(String) - Method in interface org.w3c.dom.NameList
-
Test if a name is part of this
NameList
. - containsNS(String, String) - Method in interface org.w3c.dom.NameList
-
Test if the pair namespaceURI/name is part of this
NameList
. - ContentCondition - Interface in org.w3c.css.sac
- ContentHandler - Interface in org.xml.sax
-
Receive notification of the logical content of a document.
- convertToSpecifiedUnits(short) - Method in interface org.w3c.dom.svg.SVGAngle
- convertToSpecifiedUnits(short) - Method in interface org.w3c.dom.svg.SVGLength
- Counter - Interface in org.w3c.dom.css
-
The
Counter
interface is used to represent any counter or counters function value. - createAndCondition(Condition, Condition) - Method in interface org.w3c.css.sac.ConditionFactory
-
Creates an and condition
- createAnyNodeSelector() - Method in interface org.w3c.css.sac.SelectorFactory
-
Creates an any node selector.
- createAttribute(String) - Method in interface org.w3c.dom.Document
-
Creates an
Attr
of the given name. - createAttribute(String, String) - Method in class javax.xml.stream.XMLEventFactory
- createAttribute(String, String, String, String) - Method in class javax.xml.stream.XMLEventFactory
- createAttribute(QName, String) - Method in class javax.xml.stream.XMLEventFactory
- createAttributeCondition(String, String, boolean, String) - Method in interface org.w3c.css.sac.ConditionFactory
-
Creates an attribute condition
- createAttributeNS(String, String) - Method in interface org.w3c.dom.Document
-
Creates an attribute of the given qualified name and namespace URI.
- createBeginHyphenAttributeCondition(String, String, boolean, String) - Method in interface org.w3c.css.sac.ConditionFactory
-
Creates a "begin hyphen" attribute condition
- createCaption() - Method in interface org.w3c.dom.html.HTMLTableElement
-
Create a new table caption object or return an existing one.
- createCData(String) - Method in class javax.xml.stream.XMLEventFactory
- createCDATASection(String) - Method in interface org.w3c.dom.Document
-
Creates a
CDATASection
node whose value is the specified string. - createCDataSectionSelector(String) - Method in interface org.w3c.css.sac.SelectorFactory
-
Creates a cdata section node selector.
- createCharacters(String) - Method in class javax.xml.stream.XMLEventFactory
- createChildSelector(Selector, SimpleSelector) - Method in interface org.w3c.css.sac.SelectorFactory
-
Creates a child selector.
- createClassCondition(String, String) - Method in interface org.w3c.css.sac.ConditionFactory
-
Creates a class condition
- createComment(String) - Method in class javax.xml.stream.XMLEventFactory
- createComment(String) - Method in interface org.w3c.dom.Document
-
Creates a
Comment
node given the specified string. - createCommentSelector(String) - Method in interface org.w3c.css.sac.SelectorFactory
-
Creates a comment node selector.
- createConditionalSelector(SimpleSelector, Condition) - Method in interface org.w3c.css.sac.SelectorFactory
-
Creates a conditional selector.
- createContentCondition(String) - Method in interface org.w3c.css.sac.ConditionFactory
-
Creates a content condition
- createCSSStyleSheet(String, String) - Method in interface org.w3c.dom.css.DOMImplementationCSS
-
Creates a new
CSSStyleSheet
. - createDescendantSelector(Selector, SimpleSelector) - Method in interface org.w3c.css.sac.SelectorFactory
-
Creates a descendant selector.
- createDirectAdjacentSelector(short, Selector, SimpleSelector) - Method in interface org.w3c.css.sac.SelectorFactory
-
Creates a sibling selector.
- createDocument(String, String, DocumentType) - Method in interface org.w3c.dom.DOMImplementation
-
Creates a DOM Document object of the specified type with its document element.
- createDocumentFragment() - Method in interface org.w3c.dom.Document
-
Creates an empty
DocumentFragment
object. - createDocumentType(String, String, String) - Method in interface org.w3c.dom.DOMImplementation
-
Creates an empty
DocumentType
node. - createDTD(String) - Method in class javax.xml.stream.XMLEventFactory
- createElement(String) - Method in interface org.w3c.dom.Document
-
Creates an element of the type specified.
- createElementNS(String, String) - Method in interface org.w3c.dom.Document
-
Creates an element of the given qualified name and namespace URI.
- createElementSelector(String, String) - Method in interface org.w3c.css.sac.SelectorFactory
-
Creates an element selector.
- createEndDocument() - Method in class javax.xml.stream.XMLEventFactory
- createEndElement(String, String, String) - Method in class javax.xml.stream.XMLEventFactory
- createEndElement(String, String, String, Iterator) - Method in class javax.xml.stream.XMLEventFactory
- createEndElement(QName, Iterator) - Method in class javax.xml.stream.XMLEventFactory
- createEntityReference(String) - Method in interface org.w3c.dom.Document
-
Creates an
EntityReference
object. - createEntityReference(String, EntityDeclaration) - Method in class javax.xml.stream.XMLEventFactory
- createEvent(String) - Method in interface org.w3c.dom.events.DocumentEvent
- createExpression(String, XPathNSResolver) - Method in interface org.w3c.dom.xpath.XPathEvaluator
-
Creates a parsed XPath expression with resolved namespaces.
- createFilteredReader(XMLEventReader, EventFilter) - Method in class javax.xml.stream.XMLInputFactory
- createFilteredReader(XMLStreamReader, StreamFilter) - Method in class javax.xml.stream.XMLInputFactory
- createIdCondition(String) - Method in interface org.w3c.css.sac.ConditionFactory
-
Creates an id condition
- createIgnorableSpace(String) - Method in class javax.xml.stream.XMLEventFactory
- createLangCondition(String) - Method in interface org.w3c.css.sac.ConditionFactory
-
Creates a lang condition
- createLSInput() - Method in interface org.w3c.dom.ls.DOMImplementationLS
-
Create a new empty input source object where
LSInput.characterStream
,LSInput.byteStream
,LSInput.stringData
LSInput.systemId
,LSInput.publicId
,LSInput.baseURI
, andLSInput.encoding
are null, andLSInput.certifiedText
is false. - createLSOutput() - Method in interface org.w3c.dom.ls.DOMImplementationLS
-
Create a new empty output destination object where
LSOutput.characterStream
,LSOutput.byteStream
,LSOutput.systemId
,LSOutput.encoding
are null. - createLSParser(short, String) - Method in interface org.w3c.dom.ls.DOMImplementationLS
-
Create a new
LSParser
. - createLSSerializer() - Method in interface org.w3c.dom.ls.DOMImplementationLS
-
Create a new
LSSerializer
object. - createNamespace(String) - Method in class javax.xml.stream.XMLEventFactory
- createNamespace(String, String) - Method in class javax.xml.stream.XMLEventFactory
- createNegativeCondition(Condition) - Method in interface org.w3c.css.sac.ConditionFactory
-
Creates a negative condition
- createNegativeSelector(SimpleSelector) - Method in interface org.w3c.css.sac.SelectorFactory
-
Creates an negative selector.
- createNodeIterator(Node, int, NodeFilter, boolean) - Method in interface org.w3c.dom.traversal.DocumentTraversal
-
Create a new
NodeIterator
over the subtree rooted at the specified node. - createNSResolver(Node) - Method in interface org.w3c.dom.xpath.XPathEvaluator
-
Adapts any DOM node to resolve namespaces so that an XPath expression can be easily evaluated relative to the context of the node where it appeared within the document.
- createOneOfAttributeCondition(String, String, boolean, String) - Method in interface org.w3c.css.sac.ConditionFactory
-
Creates a "one of" attribute condition
- createOnlyChildCondition() - Method in interface org.w3c.css.sac.ConditionFactory
-
Creates a "only one" child condition
- createOnlyTypeCondition() - Method in interface org.w3c.css.sac.ConditionFactory
-
Creates a "only one" type condition
- createOrCondition(Condition, Condition) - Method in interface org.w3c.css.sac.ConditionFactory
-
Creates an or condition
- createPositionalCondition(int, boolean, boolean) - Method in interface org.w3c.css.sac.ConditionFactory
-
Creates a positional condition
- createProcessingInstruction(String, String) - Method in class javax.xml.stream.XMLEventFactory
- createProcessingInstruction(String, String) - Method in interface org.w3c.dom.Document
-
Creates a
ProcessingInstruction
node given the specified name and data strings. - createProcessingInstructionSelector(String, String) - Method in interface org.w3c.css.sac.SelectorFactory
-
Creates a processing instruction node selector.
- createPseudoClassCondition(String, String) - Method in interface org.w3c.css.sac.ConditionFactory
-
Creates a pseudo class condition
- createPseudoElementSelector(String, String) - Method in interface org.w3c.css.sac.SelectorFactory
-
Creates a pseudo element selector.
- createRange() - Method in interface org.w3c.dom.ranges.DocumentRange
-
This interface can be obtained from the object implementing the
Document
interface using binding-specific casting methods. - createRootNodeSelector() - Method in interface org.w3c.css.sac.SelectorFactory
-
Creates an root node selector.
- createSpace(String) - Method in class javax.xml.stream.XMLEventFactory
- createStartDocument() - Method in class javax.xml.stream.XMLEventFactory
- createStartDocument(String) - Method in class javax.xml.stream.XMLEventFactory
- createStartDocument(String, String) - Method in class javax.xml.stream.XMLEventFactory
- createStartDocument(String, String, boolean) - Method in class javax.xml.stream.XMLEventFactory
- createStartElement(String, String, String) - Method in class javax.xml.stream.XMLEventFactory
- createStartElement(String, String, String, Iterator, Iterator) - Method in class javax.xml.stream.XMLEventFactory
- createStartElement(String, String, String, Iterator, Iterator, NamespaceContext) - Method in class javax.xml.stream.XMLEventFactory
- createStartElement(QName, Iterator, Iterator) - Method in class javax.xml.stream.XMLEventFactory
- createSVGAngle() - Method in interface org.w3c.dom.svg.SVGSVGElement
- createSVGLength() - Method in interface org.w3c.dom.svg.SVGSVGElement
- createSVGMatrix() - Method in interface org.w3c.dom.svg.SVGSVGElement
- createSVGNumber() - Method in interface org.w3c.dom.svg.SVGSVGElement
- createSVGPathSegArcAbs(float, float, float, float, float, boolean, boolean) - Method in interface org.w3c.dom.svg.SVGPathElement
- createSVGPathSegArcRel(float, float, float, float, float, boolean, boolean) - Method in interface org.w3c.dom.svg.SVGPathElement
- createSVGPathSegClosePath() - Method in interface org.w3c.dom.svg.SVGPathElement
- createSVGPathSegCurvetoCubicAbs(float, float, float, float, float, float) - Method in interface org.w3c.dom.svg.SVGPathElement
- createSVGPathSegCurvetoCubicRel(float, float, float, float, float, float) - Method in interface org.w3c.dom.svg.SVGPathElement
- createSVGPathSegCurvetoCubicSmoothAbs(float, float, float, float) - Method in interface org.w3c.dom.svg.SVGPathElement
- createSVGPathSegCurvetoCubicSmoothRel(float, float, float, float) - Method in interface org.w3c.dom.svg.SVGPathElement
- createSVGPathSegCurvetoQuadraticAbs(float, float, float, float) - Method in interface org.w3c.dom.svg.SVGPathElement
- createSVGPathSegCurvetoQuadraticRel(float, float, float, float) - Method in interface org.w3c.dom.svg.SVGPathElement
- createSVGPathSegCurvetoQuadraticSmoothAbs(float, float) - Method in interface org.w3c.dom.svg.SVGPathElement
- createSVGPathSegCurvetoQuadraticSmoothRel(float, float) - Method in interface org.w3c.dom.svg.SVGPathElement
- createSVGPathSegLinetoAbs(float, float) - Method in interface org.w3c.dom.svg.SVGPathElement
- createSVGPathSegLinetoHorizontalAbs(float) - Method in interface org.w3c.dom.svg.SVGPathElement
- createSVGPathSegLinetoHorizontalRel(float) - Method in interface org.w3c.dom.svg.SVGPathElement
- createSVGPathSegLinetoRel(float, float) - Method in interface org.w3c.dom.svg.SVGPathElement
- createSVGPathSegLinetoVerticalAbs(float) - Method in interface org.w3c.dom.svg.SVGPathElement
- createSVGPathSegLinetoVerticalRel(float) - Method in interface org.w3c.dom.svg.SVGPathElement
- createSVGPathSegMovetoAbs(float, float) - Method in interface org.w3c.dom.svg.SVGPathElement
- createSVGPathSegMovetoRel(float, float) - Method in interface org.w3c.dom.svg.SVGPathElement
- createSVGPoint() - Method in interface org.w3c.dom.svg.SVGSVGElement
- createSVGRect() - Method in interface org.w3c.dom.svg.SVGSVGElement
- createSVGTransform() - Method in interface org.w3c.dom.svg.SVGSVGElement
- createSVGTransformFromMatrix(SVGMatrix) - Method in interface org.w3c.dom.svg.SVGSVGElement
- createSVGTransformFromMatrix(SVGMatrix) - Method in interface org.w3c.dom.svg.SVGTransformList
- createTextNode(String) - Method in interface org.w3c.dom.Document
-
Creates a
Text
node given the specified string. - createTextNodeSelector(String) - Method in interface org.w3c.css.sac.SelectorFactory
-
Creates a text node selector.
- createTFoot() - Method in interface org.w3c.dom.html.HTMLTableElement
-
Create a table footer row or return an existing one.
- createTHead() - Method in interface org.w3c.dom.html.HTMLTableElement
-
Create a table header row or return an existing one.
- createTreeWalker(Node, int, NodeFilter, boolean) - Method in interface org.w3c.dom.traversal.DocumentTraversal
-
Create a new
TreeWalker
over the subtree rooted at the specified node. - createXMLEventReader(InputStream) - Method in class javax.xml.stream.XMLInputFactory
- createXMLEventReader(InputStream, String) - Method in class javax.xml.stream.XMLInputFactory
- createXMLEventReader(Reader) - Method in class javax.xml.stream.XMLInputFactory
- createXMLEventReader(String, InputStream) - Method in class javax.xml.stream.XMLInputFactory
- createXMLEventReader(String, Reader) - Method in class javax.xml.stream.XMLInputFactory
- createXMLEventReader(XMLStreamReader) - Method in class javax.xml.stream.XMLInputFactory
- createXMLEventReader(Source) - Method in class javax.xml.stream.XMLInputFactory
- createXMLEventWriter(OutputStream) - Method in class javax.xml.stream.XMLOutputFactory
- createXMLEventWriter(OutputStream, String) - Method in class javax.xml.stream.XMLOutputFactory
- createXMLEventWriter(Writer) - Method in class javax.xml.stream.XMLOutputFactory
- createXMLEventWriter(Result) - Method in class javax.xml.stream.XMLOutputFactory
- createXMLReader() - Static method in class org.xml.sax.helpers.XMLReaderFactory
-
Attempt to create an XMLReader from system defaults.
- createXMLReader(String) - Static method in class org.xml.sax.helpers.XMLReaderFactory
-
Attempt to create an XML reader from a class name.
- createXMLStreamReader(InputStream) - Method in class javax.xml.stream.XMLInputFactory
- createXMLStreamReader(InputStream, String) - Method in class javax.xml.stream.XMLInputFactory
- createXMLStreamReader(Reader) - Method in class javax.xml.stream.XMLInputFactory
- createXMLStreamReader(String, InputStream) - Method in class javax.xml.stream.XMLInputFactory
- createXMLStreamReader(String, Reader) - Method in class javax.xml.stream.XMLInputFactory
- createXMLStreamReader(Source) - Method in class javax.xml.stream.XMLInputFactory
- createXMLStreamWriter(OutputStream) - Method in class javax.xml.stream.XMLOutputFactory
- createXMLStreamWriter(OutputStream, String) - Method in class javax.xml.stream.XMLOutputFactory
- createXMLStreamWriter(Writer) - Method in class javax.xml.stream.XMLOutputFactory
- createXMLStreamWriter(Result) - Method in class javax.xml.stream.XMLOutputFactory
- CSS_ATTR - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a attribute function.
- CSS_CM - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a length (cm).
- CSS_COUNTER - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a counter or counters function.
- CSS_CUSTOM - Static variable in interface org.w3c.dom.css.CSSValue
-
The value is a custom value.
- CSS_DEG - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is an angle (deg).
- CSS_DIMENSION - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a number with an unknown dimension.
- CSS_EMS - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a length (ems).
- CSS_EXS - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a length (exs).
- CSS_GRAD - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is an angle (grad).
- CSS_HZ - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a frequency (Hz).
- CSS_IDENT - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is an identifier.
- CSS_IN - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a length (in).
- CSS_INHERIT - Static variable in interface org.w3c.dom.css.CSSValue
-
The value is inherited and the
cssText
contains "inherit". - CSS_KHZ - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a frequency (kHz).
- CSS_MM - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a length (mm).
- CSS_MS - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a time (ms).
- CSS_NUMBER - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a simple number.
- CSS_PC - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a length (pc).
- CSS_PERCENTAGE - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a percentage.
- CSS_PRIMITIVE_VALUE - Static variable in interface org.w3c.dom.css.CSSValue
-
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 theCSSValue
interface. - CSS_PT - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a length (pt).
- CSS_PX - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a length (px).
- CSS_RAD - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is an angle (rad).
- CSS_RECT - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a rect function.
- CSS_RGBCOLOR - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a RGB color.
- CSS_S - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a time (s).
- CSS_STRING - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a STRING.
- CSS_UNKNOWN - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is not a recognized CSS2 value.
- CSS_URI - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a URI.
- CSS_VALUE_LIST - Static variable in interface org.w3c.dom.css.CSSValue
-
The value is a
CSSValue
list and an instance of theCSSValueList
interface can be obtained by using binding-specific casting methods on this instance of theCSSValue
interface. - CSS2Properties - Interface in org.w3c.dom.css
-
The
CSS2Properties
interface represents a convenience mechanism for retrieving and setting properties within aCSSStyleDeclaration
. - CSSCharsetRule - Interface in org.w3c.dom.css
-
The
CSSCharsetRule
interface represents a @charset rule in a CSS style sheet. - CSSException - Exception in org.w3c.css.sac
- CSSException() - Constructor for exception org.w3c.css.sac.CSSException
-
Creates a new CSSException
- CSSException(short) - Constructor for exception org.w3c.css.sac.CSSException
-
Creates a new CSSException with a specific code.
- CSSException(short, String, Exception) - Constructor for exception org.w3c.css.sac.CSSException
-
Creates a new CSSException with an embeded exception and a specified message.
- CSSException(Exception) - Constructor for exception org.w3c.css.sac.CSSException
-
Creates a new CSSException with an embeded exception.
- CSSException(String) - Constructor for exception org.w3c.css.sac.CSSException
-
Creates a new CSSException
- CSSFontFaceRule - Interface in org.w3c.dom.css
-
The
CSSFontFaceRule
interface represents a @font-face rule in a CSS style sheet. - CSSImportRule - Interface in org.w3c.dom.css
-
The
CSSImportRule
interface represents a @import rule within a CSS style sheet. - CSSMediaRule - Interface in org.w3c.dom.css
-
The
CSSMediaRule
interface represents a @media rule in a CSS style sheet. - CSSPageRule - Interface in org.w3c.dom.css
-
The
CSSPageRule
interface represents a @page rule within a CSS style sheet. - CSSParseException - Exception in org.w3c.css.sac
-
Encapsulate a CSS parse error or warning.
- CSSParseException(String, String, int, int) - Constructor for exception org.w3c.css.sac.CSSParseException
-
Create a new CSSParseException.
- CSSParseException(String, String, int, int, Exception) - Constructor for exception org.w3c.css.sac.CSSParseException
-
Create a new CSSParseException with an embedded exception.
- CSSParseException(String, Locator) - Constructor for exception org.w3c.css.sac.CSSParseException
-
Create a new CSSParseException from a message and a Locator.
- CSSParseException(String, Locator, Exception) - Constructor for exception org.w3c.css.sac.CSSParseException
-
Wrap an existing exception in a CSSParseException.
- CSSPrimitiveValue - Interface in org.w3c.dom.css
-
The
CSSPrimitiveValue
interface represents a single CSS value . - CSSRule - Interface in org.w3c.dom.css
-
The
CSSRule
interface is the abstract base interface for any type of CSS statement. - CSSRuleList - Interface in org.w3c.dom.css
-
The
CSSRuleList
interface provides the abstraction of an ordered collection of CSS rules. - CSSStyleDeclaration - Interface in org.w3c.dom.css
-
The
CSSStyleDeclaration
interface represents a single CSS declaration block. - CSSStyleRule - Interface in org.w3c.dom.css
-
The
CSSStyleRule
interface represents a single rule set in a CSS style sheet. - CSSStyleSheet - Interface in org.w3c.dom.css
-
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". - CSSUnknownRule - Interface in org.w3c.dom.css
-
The
CSSUnknownRule
interface represents an at-rule not supported by this user agent. - CSSValue - Interface in org.w3c.dom.css
-
The
CSSValue
interface represents a simple or a complex value. - CSSValueList - Interface in org.w3c.dom.css
-
The
CSSValueList
interface provides the abstraction of an ordered collection of CSS values.
D
- DatatypeConfigurationException - Exception in javax.xml.datatype
-
Indicates a serious configuration error.
- DatatypeConfigurationException() - Constructor for exception javax.xml.datatype.DatatypeConfigurationException
-
Create a new
DatatypeConfigurationException
with no specified detail message and cause. - DatatypeConfigurationException(String) - Constructor for exception javax.xml.datatype.DatatypeConfigurationException
-
Create a new
DatatypeConfigurationException
with the specified detail message. - DatatypeConfigurationException(String, Throwable) - Constructor for exception javax.xml.datatype.DatatypeConfigurationException
-
Create a new
DatatypeConfigurationException
with the specified detail message and cause. - DatatypeConfigurationException(Throwable) - Constructor for exception javax.xml.datatype.DatatypeConfigurationException
-
Create a new
DatatypeConfigurationException
with the specified cause. - DatatypeConstants - Class in javax.xml.datatype
-
Utility class to contain basic Datatype values as constants.
- DatatypeConstants.Field - Class in javax.xml.datatype
-
Type-safe enum class that represents six fields of the
Duration
class. - DatatypeFactory - Class in javax.xml.datatype
-
Factory that creates new
javax.xml.datatype
Object
s that map XML to/from JavaObject
s. - DatatypeFactory() - Constructor for class javax.xml.datatype.DatatypeFactory
-
Protected constructor to prevent instantiation outside of package.
- DATATYPEFACTORY_IMPLEMENTATION_CLASS - Static variable in class javax.xml.datatype.DatatypeFactory
-
Default implementation class name as defined in JSR 206: Java(TM) API for XML Processing (JAXP) 1.3.
- DATATYPEFACTORY_PROPERTY - Static variable in class javax.xml.datatype.DatatypeFactory
-
Default property name as defined in JSR 206: Java(TM) API for XML Processing (JAXP) 1.3.
- DATE - Static variable in class javax.xml.datatype.DatatypeConstants
-
Fully qualified name for W3C XML Schema 1.0 datatype
date
. - DATETIME - Static variable in class javax.xml.datatype.DatatypeConstants
-
Fully qualified name for W3C XML Schema 1.0 datatype
dateTime
. - DAYS - Static variable in class javax.xml.datatype.DatatypeConstants
-
A constant that represents the days field.
- DECEMBER - Static variable in class javax.xml.datatype.DatatypeConstants
-
Value for twelve month of year.
- declarePrefix(String, String) - Method in class org.xml.sax.helpers.NamespaceSupport
-
Declare a Namespace prefix.
- DeclHandler - Interface in org.xml.sax.ext
-
SAX2 extension handler for DTD declaration events.
- DEFAULT_NS_PREFIX - Static variable in class javax.xml.XMLConstants
-
Prefix to use to represent the default XML Namespace.
- DEFAULT_OBJECT_MODEL_URI - Static variable in class javax.xml.xpath.XPathFactory
-
Default Object Model URI.
- DEFAULT_PROPERTY_NAME - Static variable in class javax.xml.xpath.XPathFactory
-
The default property name according to the JAXP spec.
- DefaultHandler - Class in org.xml.sax.helpers
-
Default base class for SAX2 event handlers.
- DefaultHandler() - Constructor for class org.xml.sax.helpers.DefaultHandler
- DefaultHandler2 - Class in org.xml.sax.ext
-
This class extends the SAX2 base handler class to support the SAX2
LexicalHandler
,DeclHandler
, andEntityResolver2
extensions. - DefaultHandler2() - Constructor for class org.xml.sax.ext.DefaultHandler2
-
Constructs a handler which ignores all parsing events.
- deleteCaption() - Method in interface org.w3c.dom.html.HTMLTableElement
-
Delete the table caption, if one exists.
- deleteCell(int) - Method in interface org.w3c.dom.html.HTMLTableRowElement
-
Delete a cell from the current row.
- deleteContents() - Method in interface org.w3c.dom.ranges.Range
-
Removes the contents of a Range from the containing document or document fragment without returning a reference to the removed content.
- deleteData(int, int) - Method in interface org.w3c.dom.CharacterData
-
Remove a range of 16-bit units from the node.
- deleteMedium(String) - Method in interface org.w3c.dom.stylesheets.MediaList
-
Deletes the medium indicated by
oldMedium
from the list. - deleteRow(int) - Method in interface org.w3c.dom.html.HTMLTableElement
-
Delete a table row.
- deleteRow(int) - Method in interface org.w3c.dom.html.HTMLTableSectionElement
-
Delete a row from this section.
- deleteRule(int) - Method in interface org.w3c.dom.css.CSSMediaRule
-
Used to delete a rule from the media block.
- deleteRule(int) - Method in interface org.w3c.dom.css.CSSStyleSheet
-
Used to delete a rule from the style sheet.
- deleteTFoot() - Method in interface org.w3c.dom.html.HTMLTableElement
-
Delete the footer from the table, if one exists.
- deleteTHead() - Method in interface org.w3c.dom.html.HTMLTableElement
-
Delete the header from the table, if one exists.
- DERIVATION_EXTENSION - Static variable in interface org.w3c.dom.TypeInfo
-
If the document's schema is an XML Schema [XML Schema Part 1] , this constant represents the derivation by extension.
- DERIVATION_LIST - Static variable in interface org.w3c.dom.TypeInfo
-
If the document's schema is an XML Schema [XML Schema Part 1] , this constant represents the list.
- DERIVATION_RESTRICTION - Static variable in interface org.w3c.dom.TypeInfo
-
If the document's schema is an XML Schema [XML Schema Part 1] , this constant represents the derivation by restriction if complex types are involved, or a restriction if simple types are involved.
- DERIVATION_UNION - Static variable in interface org.w3c.dom.TypeInfo
-
If the document's schema is an XML Schema [XML Schema Part 1] , this constant represents the union if simple types are involved.
- DescendantSelector - Interface in org.w3c.css.sac
- deselectAll() - Method in interface org.w3c.dom.svg.SVGSVGElement
- detach() - Method in interface org.w3c.dom.ranges.Range
-
Called to indicate that the Range is no longer in use and that the implementation may relinquish any resources associated with this Range.
- detach() - Method in interface org.w3c.dom.traversal.NodeIterator
-
Detaches the
NodeIterator
from the set which it iterated over, releasing any computational resources and placing theNodeIterator
in the INVALID state. - dispatchEvent(Event) - Method in interface org.w3c.dom.events.EventTarget
-
This method allows the dispatch of events into the implementations event model.
- DOCTYPE_PUBLIC - Static variable in class javax.xml.transform.OutputKeys
-
doctype-public = string.
- DOCTYPE_SYSTEM - Static variable in class javax.xml.transform.OutputKeys
-
doctype-system = string.
- Document - Interface in org.w3c.dom
-
The
Document
interface represents the entire HTML or XML document. - DOCUMENT_FRAGMENT_NODE - Static variable in interface org.w3c.dom.Node
-
The node is a
DocumentFragment
. - DOCUMENT_NODE - Static variable in interface org.w3c.dom.Node
-
The node is a
Document
. - DOCUMENT_POSITION_CONTAINED_BY - Static variable in interface org.w3c.dom.Node
-
The node is contained by the reference node.
- DOCUMENT_POSITION_CONTAINS - Static variable in interface org.w3c.dom.Node
-
The node contains the reference node.
- DOCUMENT_POSITION_DISCONNECTED - Static variable in interface org.w3c.dom.Node
-
The two nodes are disconnected.
- DOCUMENT_POSITION_FOLLOWING - Static variable in interface org.w3c.dom.Node
-
The node follows the reference node.
- DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC - Static variable in interface org.w3c.dom.Node
-
The determination of preceding versus following is implementation-specific.
- DOCUMENT_POSITION_PRECEDING - Static variable in interface org.w3c.dom.Node
-
The second node precedes the reference node.
- DOCUMENT_TYPE_NODE - Static variable in interface org.w3c.dom.Node
-
The node is a
DocumentType
. - DocumentBuilder - Class in javax.xml.parsers
-
Defines the API to obtain DOM Document instances from an XML document.
- DocumentBuilder() - Constructor for class javax.xml.parsers.DocumentBuilder
-
Protected constructor
- DocumentBuilderFactory - Class in javax.xml.parsers
-
Defines a factory API that enables applications to obtain a parser that produces DOM object trees from XML documents.
- DocumentBuilderFactory() - Constructor for class javax.xml.parsers.DocumentBuilderFactory
- DocumentCSS - Interface in org.w3c.dom.css
-
This interface represents a document with a CSS view.
- DocumentEvent - Interface in org.w3c.dom.events
-
The
DocumentEvent
interface provides a mechanism by which the user can create an Event of a type supported by the implementation. - DocumentFragment - Interface in org.w3c.dom
-
DocumentFragment
is a "lightweight" or "minimal"Document
object. - DocumentHandler - Interface in org.w3c.css.sac
-
This is the main interface that most CSS applications implement: if the application needs to be informed of basic parsing events, it implements this interface and registers an instance with the CSS parser using the setCSSHandler method.
- DocumentHandler - Interface in org.xml.sax
-
Deprecated.This interface has been replaced by the SAX2
ContentHandler
interface, which includes Namespace support. - DocumentRange - Interface in org.w3c.dom.ranges
- DocumentStyle - Interface in org.w3c.dom.stylesheets
-
The
DocumentStyle
interface provides a mechanism by which the style sheets embedded in a document can be retrieved. - DocumentTraversal - Interface in org.w3c.dom.traversal
-
DocumentTraversal
contains methods that createNodeIterators
andTreeWalkers
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). - DocumentType - Interface in org.w3c.dom
-
Each
Document
has adoctype
attribute whose value is eithernull
or aDocumentType
object. - DocumentView - Interface in org.w3c.dom.views
-
The
DocumentView
interface is implemented byDocument
objects in DOM implementations supporting DOM Views. - DOM_OBJECT_MODEL - Static variable in class javax.xml.xpath.XPathConstants
-
The URI for the DOM object model, "http://java.sun.com/jaxp/xpath/dom".
- DOMConfiguration - Interface in org.w3c.dom
-
The
DOMConfiguration
interface represents the configuration of a document and maintains a table of recognized parameters. - DOMError - Interface in org.w3c.dom
-
DOMError
is an interface that describes an error. - DOMErrorHandler - Interface in org.w3c.dom
-
DOMErrorHandler
is a callback interface that the DOM implementation can call when reporting errors that happens while processing XML data, or when doing some other processing (e.g. - DOMException - Exception in org.w3c.dom
-
DOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impossible to perform (either for logical reasons, because data is lost, or because the implementation has become unstable).
- DOMException(short, String) - Constructor for exception org.w3c.dom.DOMException
- DOMImplementation - Interface in org.w3c.dom
-
The
DOMImplementation
interface provides a number of methods for performing operations that are independent of any particular instance of the document object model. - DOMImplementationCSS - Interface in org.w3c.dom.css
-
This interface allows the DOM user to create a
CSSStyleSheet
outside the context of a document. - DOMImplementationList - Interface in org.w3c.dom
-
The
DOMImplementationList
interface provides the abstraction of an ordered collection of DOM implementations, without defining or constraining how this collection is implemented. - DOMImplementationLS - Interface in org.w3c.dom.ls
-
DOMImplementationLS
contains the factory methods for creating Load and Save objects. - DOMImplementationRegistry - Class in org.w3c.dom.bootstrap
-
A factory that enables applications to obtain instances of
DOMImplementation
. - DOMImplementationSource - Interface in org.w3c.dom
-
This interface permits a DOM implementer to supply one or more implementations, based upon requested features and versions, as specified in .
- DOMLocator - Interface in javax.xml.transform.dom
-
Indicates the position of a node in a source DOM, intended primarily for error reporting.
- DOMLocator - Interface in org.w3c.dom
-
DOMLocator
is an interface that describes a location (e.g. - DOMResult - Class in javax.xml.transform.dom
-
Acts as a holder for a transformation result tree in the form of a Document Object Model (DOM) tree.
- DOMResult() - Constructor for class javax.xml.transform.dom.DOMResult
-
Zero-argument default constructor.
- DOMResult(Node) - Constructor for class javax.xml.transform.dom.DOMResult
-
Use a DOM node to create a new output target.
- DOMResult(Node, String) - Constructor for class javax.xml.transform.dom.DOMResult
-
Use a DOM node to create a new output target with the specified System ID.
- DOMResult(Node, Node) - Constructor for class javax.xml.transform.dom.DOMResult
-
Use a DOM node to create a new output target specifying the child node where the result nodes should be inserted before.
- DOMResult(Node, Node, String) - Constructor for class javax.xml.transform.dom.DOMResult
-
Use a DOM node to create a new output target specifying the child node where the result nodes should be inserted before and the specified System ID.
- DOMSource - Class in javax.xml.transform.dom
-
Acts as a holder for a transformation Source tree in the form of a Document Object Model (DOM) tree.
- DOMSource() - Constructor for class javax.xml.transform.dom.DOMSource
-
Zero-argument default constructor.
- DOMSource(Node) - Constructor for class javax.xml.transform.dom.DOMSource
-
Create a new input source with a DOM node.
- DOMSource(Node, String) - Constructor for class javax.xml.transform.dom.DOMSource
-
Create a new input source with a DOM node, and with the system ID also passed in as the base URI.
- DOMSTRING_SIZE_ERR - Static variable in exception org.w3c.dom.DOMException
-
If the specified range of text does not fit into a
DOMString
. - DOMStringList - Interface in org.w3c.dom
-
The
DOMStringList
interface provides the abstraction of an ordered collection ofDOMString
values, without defining or constraining how this collection is implemented. - DTD - Interface in javax.xml.stream.events
- DTD - Static variable in interface javax.xml.stream.XMLStreamConstants
- DTDHandler - Interface in org.xml.sax
-
Receive notification of basic DTD-related events.
- Duration - Class in javax.xml.datatype
-
Immutable representation of a time span as defined in the W3C XML Schema 1.0 specification.
- Duration() - Constructor for class javax.xml.datatype.Duration
- DURATION - Static variable in class javax.xml.datatype.DatatypeConstants
-
Fully qualified name for W3C XML Schema datatype
duration
. - DURATION_DAYTIME - Static variable in class javax.xml.datatype.DatatypeConstants
-
Fully qualified name for XQuery 1.0 and XPath 2.0 datatype
dayTimeDuration
. - DURATION_YEARMONTH - Static variable in class javax.xml.datatype.DatatypeConstants
-
Fully qualified name for XQuery 1.0 and XPath 2.0 datatype
yearMonthDuration
.
E
- e - Variable in exception org.w3c.css.sac.CSSException
-
The internal exception.
- Element - Interface in org.w3c.dom
-
The
Element
interface represents an element in an HTML or XML document. - ELEMENT_NODE - Static variable in interface org.w3c.dom.Node
-
The node is an
Element
. - ElementCSSInlineStyle - Interface in org.w3c.dom.css
-
Inline style information attached to elements is exposed through the
style
attribute. - elementDecl(String, String) - Method in interface org.xml.sax.ext.DeclHandler
-
Report an element type declaration.
- elementDecl(String, String) - Method in class org.xml.sax.ext.DefaultHandler2
- ElementSelector - Interface in org.w3c.css.sac
- ElementTimeControl - Interface in org.w3c.dom.smil
-
SMILAnimation supports several methods for controlling the behavior of animation:
beginElement()
andendElement()
, et al. - ElementTraversal - Interface in org.w3c.dom
-
The
ElementTraversal
interface is a set of read-only attributes which allow an author to easily navigate between elements in a document. - ENCODING - Static variable in class javax.xml.transform.OutputKeys
-
encoding = string.
- encodingSet() - Method in interface javax.xml.stream.events.StartDocument
- END_DOCUMENT - Static variable in interface javax.xml.stream.XMLStreamConstants
- END_ELEMENT - Static variable in interface javax.xml.stream.XMLStreamConstants
- END_TO_END - Static variable in interface org.w3c.dom.ranges.Range
-
Compare end boundary-point of
sourceRange
to end boundary-point of Range on whichcompareBoundaryPoints
is invoked. - END_TO_START - Static variable in interface org.w3c.dom.ranges.Range
-
Compare end boundary-point of
sourceRange
to start boundary-point of Range on whichcompareBoundaryPoints
is invoked. - endCDATA() - Method in class org.xml.sax.ext.DefaultHandler2
- endCDATA() - Method in interface org.xml.sax.ext.LexicalHandler
-
Report the end of a CDATA section.
- endDocument() - Method in interface org.xml.sax.ContentHandler
-
Receive notification of the end of a document.
- endDocument() - Method in interface org.xml.sax.DocumentHandler
-
Deprecated.Receive notification of the end of a document.
- endDocument() - Method in class org.xml.sax.HandlerBase
-
Deprecated.Receive notification of the end of the document.
- endDocument() - Method in class org.xml.sax.helpers.DefaultHandler
-
Receive notification of the end of the document.
- endDocument() - Method in class org.xml.sax.helpers.ParserAdapter
-
Adapter implementation method; do not call.
- endDocument() - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Filter an end document event.
- endDocument() - Method in class org.xml.sax.helpers.XMLReaderAdapter
-
End document event.
- endDocument(InputSource) - Method in interface org.w3c.css.sac.DocumentHandler
-
Receive notification of the end of a document.
- EndDocument - Interface in javax.xml.stream.events
- endDTD() - Method in class org.xml.sax.ext.DefaultHandler2
- endDTD() - Method in interface org.xml.sax.ext.LexicalHandler
-
Report the end of DTD declarations.
- endElement() - Method in interface org.w3c.dom.smil.ElementTimeControl
-
Causes this element to end the local timeline.
- endElement(String) - Method in interface org.xml.sax.DocumentHandler
-
Deprecated.Receive notification of the end of an element.
- endElement(String) - Method in class org.xml.sax.HandlerBase
-
Deprecated.Receive notification of the end of an element.
- endElement(String) - Method in class org.xml.sax.helpers.ParserAdapter
-
Adapter implementation method; do not call.
- endElement(String, String, String) - Method in interface org.xml.sax.ContentHandler
-
Receive notification of the end of an element.
- endElement(String, String, String) - Method in class org.xml.sax.helpers.DefaultHandler
-
Receive notification of the end of an element.
- endElement(String, String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Filter an end element event.
- endElement(String, String, String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
-
Adapt a SAX2 end element event.
- EndElement - Interface in javax.xml.stream.events
- endElementAt(float) - Method in interface org.w3c.dom.smil.ElementTimeControl
-
Causes this element to end the local timeline at the specified offset from the current time when the method is called
- endEntity(String) - Method in class org.xml.sax.ext.DefaultHandler2
- endEntity(String) - Method in interface org.xml.sax.ext.LexicalHandler
-
Report the end of an entity.
- endFontFace() - Method in interface org.w3c.css.sac.DocumentHandler
-
Receive notification of the end of a font face statement.
- endMedia(SACMediaList) - Method in interface org.w3c.css.sac.DocumentHandler
-
Receive notification of the end of a media statement.
- endPage(String, String) - Method in interface org.w3c.css.sac.DocumentHandler
-
Receive notification of the end of a media statement.
- endPrefixMapping(String) - Method in interface org.xml.sax.ContentHandler
-
End the scope of a prefix-URI mapping.
- endPrefixMapping(String) - Method in class org.xml.sax.helpers.DefaultHandler
-
Receive notification of the end of a Namespace mapping.
- endPrefixMapping(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Filter an end Namespace prefix mapping event.
- endPrefixMapping(String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
-
Adapt a SAX2 end prefix mapping event.
- endSelector(SelectorList) - Method in interface org.w3c.css.sac.DocumentHandler
-
Receive notification of the end of a rule statement.
- Entity - Interface in org.w3c.dom
-
This interface represents a known entity, either parsed or unparsed, in an XML document.
- ENTITY_DECLARATION - Static variable in interface javax.xml.stream.XMLStreamConstants
- ENTITY_NODE - Static variable in interface org.w3c.dom.Node
-
The node is an
Entity
. - ENTITY_REFERENCE - Static variable in interface javax.xml.stream.XMLStreamConstants
- ENTITY_REFERENCE_NODE - Static variable in interface org.w3c.dom.Node
-
The node is an
EntityReference
. - EntityDeclaration - Interface in javax.xml.stream.events
- EntityReference - Interface in javax.xml.stream.events
- EntityReference - Interface in org.w3c.dom
-
EntityReference
nodes may be used to represent an entity reference in the tree. - EntityResolver - Interface in org.xml.sax
-
Basic interface for resolving entities.
- EntityResolver2 - Interface in org.xml.sax.ext
-
Extended interface for mapping external entity references to input sources, or providing a missing external subset.
- EQUAL - Static variable in class javax.xml.datatype.DatatypeConstants
-
Comparison result.
- equals(Object) - Method in class javax.xml.datatype.Duration
-
Checks if this duration object has the same duration as another
Duration
object. - equals(Object) - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Indicates whether parameter
obj
is "equal to" this one. - equals(Object) - Method in class javax.xml.namespace.QName
-
Test this
QName
for equality with anotherObject
. - error(TransformerException) - Method in interface javax.xml.transform.ErrorListener
-
Receive notification of a recoverable error.
- error(CSSParseException) - Method in interface org.w3c.css.sac.ErrorHandler
-
Receive notification of a recoverable error.
- error(SAXParseException) - Method in interface org.xml.sax.ErrorHandler
-
Receive notification of a recoverable error.
- error(SAXParseException) - Method in class org.xml.sax.HandlerBase
-
Deprecated.Receive notification of a recoverable parser error.
- error(SAXParseException) - Method in class org.xml.sax.helpers.DefaultHandler
-
Receive notification of a recoverable parser error.
- error(SAXParseException) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Filter an error event.
- ErrorHandler - Interface in org.w3c.css.sac
-
Basic interface for CSS error handlers.
- ErrorHandler - Interface in org.xml.sax
-
Basic interface for SAX error handlers.
- ErrorListener - Interface in javax.xml.transform
-
To provide customized error handling, implement this interface and use the
setErrorListener
method to register an instance of the implementation with theTransformer
. - evaluate(Object) - Method in interface javax.xml.xpath.XPathExpression
-
Evaluate the compiled XPath expression in the specified context and return the result as a
String
. - evaluate(Object, QName) - Method in interface javax.xml.xpath.XPathExpression
-
Evaluate the compiled XPath expression in the specified context and return the result as the specified type.
- evaluate(String, Object) - Method in interface javax.xml.xpath.XPath
-
Evaluate an XPath expression in the specified context and return the result as a
String
. - evaluate(String, Object, QName) - Method in interface javax.xml.xpath.XPath
-
Evaluate an
XPath
expression in the specified context and return the result as the specified type. - evaluate(String, Node, XPathNSResolver, short, Object) - Method in interface org.w3c.dom.xpath.XPathEvaluator
-
Evaluates an XPath expression string and returns a result of the specified type if possible.
- evaluate(String, InputSource) - Method in interface javax.xml.xpath.XPath
-
Evaluate an XPath expression in the context of the specified
InputSource
and return the result as aString
. - evaluate(String, InputSource, QName) - Method in interface javax.xml.xpath.XPath
-
Evaluate an XPath expression in the context of the specified
InputSource
and return the result as the specified type. - evaluate(List) - Method in interface javax.xml.xpath.XPathFunction
-
Evaluate the function with the specified arguments.
- evaluate(Node, short, Object) - Method in interface org.w3c.dom.xpath.XPathExpression
-
Evaluates this XPath expression and returns a result.
- evaluate(InputSource) - Method in interface javax.xml.xpath.XPathExpression
-
Evaluate the compiled XPath expression in the context of the specified
InputSource
and return the result as aString
. - evaluate(InputSource, QName) - Method in interface javax.xml.xpath.XPathExpression
-
Evaluate the compiled XPath expression in the context of the specified
InputSource
and return the result as the specified type. - Event - Interface in org.w3c.dom.events
-
The
Event
interface is used to provide contextual information about an event to the handler processing the event. - EventException - Exception in org.w3c.dom.events
-
Event operations may throw an
EventException
as specified in their method descriptions. - EventException(short, String) - Constructor for exception org.w3c.dom.events.EventException
- EventFilter - Interface in javax.xml.stream
- EventListener - Interface in org.w3c.dom.events
-
The
EventListener
interface is the primary method for handling events. - EventListenerInitializer - Interface in org.w3c.dom.svg
-
This interface must be implemented in order to call Java code from an SVG document.
- EventReaderDelegate - Class in javax.xml.stream.util
- EventReaderDelegate() - Constructor for class javax.xml.stream.util.EventReaderDelegate
- EventReaderDelegate(XMLEventReader) - Constructor for class javax.xml.stream.util.EventReaderDelegate
- EventTarget - Interface in org.w3c.dom.events
-
The
EventTarget
interface is implemented by allNodes
in an implementation which supports the DOM Event Model. - externalEntityDecl(String, String, String) - Method in interface org.xml.sax.ext.DeclHandler
-
Report a parsed external entity declaration.
- externalEntityDecl(String, String, String) - Method in class org.xml.sax.ext.DefaultHandler2
- extractContents() - Method in interface org.w3c.dom.ranges.Range
-
Moves the contents of a Range from the containing document or document fragment to a new DocumentFragment.
F
- FactoryConfigurationError - Error in javax.xml.parsers
-
Thrown when a problem with configuration with the Parser Factories exists.
- FactoryConfigurationError - Error in javax.xml.stream
- FactoryConfigurationError() - Constructor for error javax.xml.parsers.FactoryConfigurationError
-
Create a new
FactoryConfigurationError
with no detail message. - FactoryConfigurationError() - Constructor for error javax.xml.stream.FactoryConfigurationError
- FactoryConfigurationError(Exception) - Constructor for error javax.xml.parsers.FactoryConfigurationError
-
Create a new
FactoryConfigurationError
with a givenException
base cause of the error. - FactoryConfigurationError(Exception) - Constructor for error javax.xml.stream.FactoryConfigurationError
- FactoryConfigurationError(Exception, String) - Constructor for error javax.xml.parsers.FactoryConfigurationError
-
Create a new
FactoryConfigurationError
with the givenException
base cause and detail message. - FactoryConfigurationError(Exception, String) - Constructor for error javax.xml.stream.FactoryConfigurationError
- FactoryConfigurationError(String) - Constructor for error javax.xml.parsers.FactoryConfigurationError
-
Create a new
FactoryConfigurationError
with theString
specified as an error message. - FactoryConfigurationError(String) - Constructor for error javax.xml.stream.FactoryConfigurationError
- FactoryConfigurationError(String, Exception) - Constructor for error javax.xml.stream.FactoryConfigurationError
- fatalError(TransformerException) - Method in interface javax.xml.transform.ErrorListener
-
Receive notification of a non-recoverable error.
- fatalError(CSSParseException) - Method in interface org.w3c.css.sac.ErrorHandler
-
Receive notification of a non-recoverable error.
- fatalError(SAXParseException) - Method in interface org.xml.sax.ErrorHandler
-
Receive notification of a non-recoverable error.
- fatalError(SAXParseException) - Method in class org.xml.sax.HandlerBase
-
Deprecated.Report a fatal XML parsing error.
- fatalError(SAXParseException) - Method in class org.xml.sax.helpers.DefaultHandler
-
Report a fatal XML parsing error.
- fatalError(SAXParseException) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Filter a fatal error event.
- FEATURE - Static variable in class javax.xml.transform.dom.DOMResult
-
If
TransformerFactory.getFeature(java.lang.String)
returnstrue
when passed this value as an argument, theTransformer
supportsResult
output of this type. - FEATURE - Static variable in class javax.xml.transform.dom.DOMSource
-
If
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument, the Transformer supports Source input of this type. - FEATURE - Static variable in class javax.xml.transform.sax.SAXResult
-
If
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument, the Transformer supports Result output of this type. - FEATURE - Static variable in class javax.xml.transform.sax.SAXSource
-
If
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument, the Transformer supports Source input of this type. - FEATURE - Static variable in class javax.xml.transform.sax.SAXTransformerFactory
-
If
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument, the TransformerFactory returned fromTransformerFactory.newInstance()
may be safely cast to a SAXTransformerFactory. - FEATURE - Static variable in class javax.xml.transform.stax.StAXResult
- FEATURE - Static variable in class javax.xml.transform.stax.StAXSource
- FEATURE - Static variable in class javax.xml.transform.stream.StreamResult
-
If
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument, the Transformer supports Result output of this type. - FEATURE - Static variable in class javax.xml.transform.stream.StreamSource
-
If
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument, the Transformer supports Source input of this type. - FEATURE_SECURE_PROCESSING - Static variable in class javax.xml.XMLConstants
-
Feature for secure processing.
- FEATURE_XMLFILTER - Static variable in class javax.xml.transform.sax.SAXTransformerFactory
-
If
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument, theSAXTransformerFactory.newXMLFilter(Source src)
andSAXTransformerFactory.newXMLFilter(Templates templates)
methods are supported. - FEBRUARY - Static variable in class javax.xml.datatype.DatatypeConstants
-
Value for second month of year.
- FIELD_UNDEFINED - Static variable in class javax.xml.datatype.DatatypeConstants
-
Designation that an "int" field is not set.
- FILTER_ACCEPT - Static variable in interface org.w3c.dom.ls.LSParserFilter
-
Accept the node.
- FILTER_ACCEPT - Static variable in interface org.w3c.dom.traversal.NodeFilter
-
Accept the node.
- FILTER_INTERRUPT - Static variable in interface org.w3c.dom.ls.LSParserFilter
-
Interrupt the normal processing of the document.
- FILTER_REJECT - Static variable in interface org.w3c.dom.ls.LSParserFilter
-
Reject the node and its children.
- FILTER_REJECT - Static variable in interface org.w3c.dom.traversal.NodeFilter
-
Reject the node.
- FILTER_SKIP - Static variable in interface org.w3c.dom.ls.LSParserFilter
-
Skip this single node.
- FILTER_SKIP - Static variable in interface org.w3c.dom.traversal.NodeFilter
-
Skip this single node.
- FIRST_ORDERED_NODE_TYPE - Static variable in interface org.w3c.dom.xpath.XPathResult
- firstChild() - Method in interface org.w3c.dom.traversal.TreeWalker
-
Moves the
TreeWalker
to the first visible child of the current node, and returns the new node. - flipX() - Method in interface org.w3c.dom.svg.SVGMatrix
- flipY() - Method in interface org.w3c.dom.svg.SVGMatrix
- flush() - Method in interface javax.xml.stream.XMLEventWriter
- flush() - Method in interface javax.xml.stream.XMLStreamWriter
- focus() - Method in interface org.w3c.dom.html.HTMLAnchorElement
-
Gives keyboard focus to this element.
- focus() - Method in interface org.w3c.dom.html.HTMLInputElement
-
Gives keyboard focus to this element.
- focus() - Method in interface org.w3c.dom.html.HTMLSelectElement
-
Gives keyboard focus to this element.
- focus() - Method in interface org.w3c.dom.html.HTMLTextAreaElement
-
Gives keyboard focus to this element.
- FONT_FACE_RULE - Static variable in interface org.w3c.dom.css.CSSRule
-
The rule is a
CSSFontFaceRule
. - forceRedraw() - Method in interface org.w3c.dom.svg.SVGSVGElement
G
- GDAY - Static variable in class javax.xml.datatype.DatatypeConstants
-
Fully qualified name for W3C XML Schema 1.0 datatype
gDay
. - getA() - Method in interface org.w3c.dom.svg.SVGMatrix
- getAbbr() - Method in interface org.w3c.dom.html.HTMLTableCellElement
-
Abbreviation for header cells.
- getAccept() - Method in interface org.w3c.dom.html.HTMLInputElement
-
A comma-separated list of content types that a server processing thisform will handle correctly.
- getAcceptCharset() - Method in interface org.w3c.dom.html.HTMLFormElement
-
List of character sets supported by the server.
- getAccessKey() - Method in interface org.w3c.dom.html.HTMLAnchorElement
-
A single character access key to give access to the form control.
- getAccessKey() - Method in interface org.w3c.dom.html.HTMLAreaElement
-
A single character access key to give access to the form control.
- getAccessKey() - Method in interface org.w3c.dom.html.HTMLButtonElement
-
A single character access key to give access to the form control.
- getAccessKey() - Method in interface org.w3c.dom.html.HTMLInputElement
-
A single character access key to give access to the form control.
- getAccessKey() - Method in interface org.w3c.dom.html.HTMLLabelElement
-
A single character access key to give access to the form control.
- getAccessKey() - Method in interface org.w3c.dom.html.HTMLLegendElement
-
A single character access key to give access to the form control.
- getAccessKey() - Method in interface org.w3c.dom.html.HTMLTextAreaElement
-
A single character access key to give access to the form control.
- getAction() - Method in interface org.w3c.dom.html.HTMLFormElement
-
Server-side form handler.
- getAlign() - Method in interface org.w3c.dom.html.HTMLAppletElement
-
Aligns this object (vertically or horizontally) with respect to its surrounding text.
- getAlign() - Method in interface org.w3c.dom.html.HTMLDivElement
-
Horizontal text alignment.
- getAlign() - Method in interface org.w3c.dom.html.HTMLHeadingElement
-
Horizontal text alignment.
- getAlign() - Method in interface org.w3c.dom.html.HTMLHRElement
-
Align the rule on the page.
- getAlign() - Method in interface org.w3c.dom.html.HTMLIFrameElement
-
Aligns this object (vertically or horizontally) with respect to its surrounding text.
- getAlign() - Method in interface org.w3c.dom.html.HTMLImageElement
-
Aligns this object (vertically or horizontally) with respect to its surrounding text.
- getAlign() - Method in interface org.w3c.dom.html.HTMLInputElement
-
Aligns this object (vertically or horizontally) with respect to its surrounding text.
- getAlign() - Method in interface org.w3c.dom.html.HTMLLegendElement
-
Text alignment relative to
FIELDSET
. - getAlign() - Method in interface org.w3c.dom.html.HTMLObjectElement
-
Aligns this object (vertically or horizontally) with respect to its surrounding text.
- getAlign() - Method in interface org.w3c.dom.html.HTMLParagraphElement
-
Horizontal text alignment.
- getAlign() - Method in interface org.w3c.dom.html.HTMLTableCaptionElement
-
Caption alignment with respect to the table.
- getAlign() - Method in interface org.w3c.dom.html.HTMLTableCellElement
-
Horizontal alignment of data in cell.
- getAlign() - Method in interface org.w3c.dom.html.HTMLTableColElement
-
Horizontal alignment of cell data in column.
- getAlign() - Method in interface org.w3c.dom.html.HTMLTableElement
-
Specifies the table's position with respect to the rest of the document.
- getAlign() - Method in interface org.w3c.dom.html.HTMLTableRowElement
-
Horizontal alignment of data within cells of this row.
- getAlign() - Method in interface org.w3c.dom.html.HTMLTableSectionElement
-
Horizontal alignment of data in cells.
- getAlign() - Method in interface org.w3c.dom.svg.SVGPreserveAspectRatio
- getALink() - Method in interface org.w3c.dom.html.HTMLBodyElement
-
Color of active links (after mouse-button down, but beforemouse-button up).
- getAlt() - Method in interface org.w3c.dom.html.HTMLAppletElement
-
Alternate text for user agents not rendering the normal contentof this element.
- getAlt() - Method in interface org.w3c.dom.html.HTMLAreaElement
-
Alternate text for user agents not rendering the normal contentof this element.
- getAlt() - Method in interface org.w3c.dom.html.HTMLImageElement
-
Alternate text for user agents not rendering the normal contentof this element.
- getAlt() - Method in interface org.w3c.dom.html.HTMLInputElement
-
Alternate text for user agents not rendering the normal contentof this element.
- getAltKey() - Method in interface org.w3c.dom.events.MouseEvent
-
Used to indicate whether the 'alt' key was depressed during the firing of the event.
- getAmplitude() - Method in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
- getAncestorSelector() - Method in interface org.w3c.css.sac.DescendantSelector
-
Returns the parent selector.
- getAnchors() - Method in interface org.w3c.dom.html.HTMLDocument
-
A collection of all the anchor (
A
) elements in a document with a value for thename
attribute.Note. - getAngle() - Method in interface org.w3c.dom.svg.SVGPathSegArcAbs
- getAngle() - Method in interface org.w3c.dom.svg.SVGPathSegArcRel
- getAngle() - Method in interface org.w3c.dom.svg.SVGTransform
- getAnimatedInstanceRoot() - Method in interface org.w3c.dom.svg.SVGUseElement
- getAnimatedNormalizedPathSegList() - Method in interface org.w3c.dom.svg.SVGAnimatedPathData
- getAnimatedPathSegList() - Method in interface org.w3c.dom.svg.SVGAnimatedPathData
- getAnimatedPoints() - Method in interface org.w3c.dom.svg.SVGAnimatedPoints
- getAnimVal() - Method in interface org.w3c.dom.svg.SVGAnimatedAngle
- getAnimVal() - Method in interface org.w3c.dom.svg.SVGAnimatedBoolean
- getAnimVal() - Method in interface org.w3c.dom.svg.SVGAnimatedEnumeration
- getAnimVal() - Method in interface org.w3c.dom.svg.SVGAnimatedInteger
- getAnimVal() - Method in interface org.w3c.dom.svg.SVGAnimatedLength
- getAnimVal() - Method in interface org.w3c.dom.svg.SVGAnimatedLengthList
- getAnimVal() - Method in interface org.w3c.dom.svg.SVGAnimatedNumber
- getAnimVal() - Method in interface org.w3c.dom.svg.SVGAnimatedNumberList
- getAnimVal() - Method in interface org.w3c.dom.svg.SVGAnimatedPreserveAspectRatio
- getAnimVal() - Method in interface org.w3c.dom.svg.SVGAnimatedRect
- getAnimVal() - Method in interface org.w3c.dom.svg.SVGAnimatedString
- getAnimVal() - Method in interface org.w3c.dom.svg.SVGAnimatedTransformList
- getApplets() - Method in interface org.w3c.dom.html.HTMLDocument
-
A collection of all the
OBJECT
elements that includeapplets andAPPLET
(deprecated) elements ina document. - getArchive() - Method in interface org.w3c.dom.html.HTMLAppletElement
-
Comma-separated archive list.
- getArchive() - Method in interface org.w3c.dom.html.HTMLObjectElement
-
Space-separated list of archives.
- getAreas() - Method in interface org.w3c.dom.html.HTMLMapElement
-
The list of areas defined for the image map.
- getAssociatedStylesheet(Source, String, String, String) - Method in class javax.xml.transform.TransformerFactory
-
Get the stylesheet specification(s) associated with the XML
Source
document via the xml-stylesheet processing instruction that match the given criteria. - getAsync() - Method in interface org.w3c.dom.ls.LSParser
-
true
if theLSParser
is asynchronous,false
if it is synchronous. - getAttrChange() - Method in interface org.w3c.dom.events.MutationEvent
-
attrChange
indicates the type of change which triggered the DOMAttrModified event. - getAttribute(String) - Method in class javax.xml.parsers.DocumentBuilderFactory
-
Allows the user to retrieve specific attributes on the underlying implementation.
- getAttribute(String) - Method in class javax.xml.transform.TransformerFactory
-
Allows the user to retrieve specific attributes on the underlying implementation.
- getAttribute(String) - Method in interface org.w3c.dom.Element
-
Retrieves an attribute value by name.
- getAttributeByName(QName) - Method in interface javax.xml.stream.events.StartElement
- getAttributeCount() - Method in class javax.xml.stream.util.StreamReaderDelegate
- getAttributeCount() - Method in interface javax.xml.stream.XMLStreamReader
- getAttributeLocalName(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
- getAttributeLocalName(int) - Method in interface javax.xml.stream.XMLStreamReader
- getAttributeName(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
- getAttributeName(int) - Method in interface javax.xml.stream.XMLStreamReader
- getAttributeNamespace(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
- getAttributeNamespace(int) - Method in interface javax.xml.stream.XMLStreamReader
- getAttributeNode(String) - Method in interface org.w3c.dom.Element
-
Retrieves an attribute node by name.
- getAttributeNodeNS(String, String) - Method in interface org.w3c.dom.Element
-
Retrieves an
Attr
node by local name and namespace URI. - getAttributeNS(String, String) - Method in interface org.w3c.dom.Element
-
Retrieves an attribute value by local name and namespace URI.
- getAttributePrefix(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
- getAttributePrefix(int) - Method in interface javax.xml.stream.XMLStreamReader
- getAttributes() - Method in interface javax.xml.stream.events.StartElement
- getAttributes() - Method in interface org.w3c.dom.Node
-
A
NamedNodeMap
containing the attributes of this node (if it is anElement
) ornull
otherwise. - getAttributeType(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
- getAttributeType(int) - Method in interface javax.xml.stream.XMLStreamReader
- getAttributeTypeInfo(int) - Method in class javax.xml.validation.TypeInfoProvider
-
Returns the immutable
TypeInfo
object for the specified attribute of the current element. - getAttributeValue(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
- getAttributeValue(int) - Method in interface javax.xml.stream.XMLStreamReader
- getAttributeValue(String, String) - Method in class javax.xml.stream.util.StreamReaderDelegate
- getAttributeValue(String, String) - Method in interface javax.xml.stream.XMLStreamReader
- getAttrName() - Method in interface org.w3c.dom.events.MutationEvent
-
attrName
indicates the name of the changedAttr
node in a DOMAttrModified event. - getAxis() - Method in interface org.w3c.dom.html.HTMLTableCellElement
-
Names group of related headers.
- getAzimuth() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the azimuth property definition in CSS2.
- getAzimuth() - Method in interface org.w3c.dom.svg.SVGFEDistantLightElement
- getB() - Method in interface org.w3c.dom.svg.SVGMatrix
- getBackground() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the background property definition in CSS2.
- getBackground() - Method in interface org.w3c.dom.html.HTMLBodyElement
-
URI of the background texture tile image.
- getBackgroundAttachment() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the background-attachment property definition in CSS2.
- getBackgroundColor() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the background-color property definition in CSS2.
- getBackgroundImage() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the background-image property definition in CSS2.
- getBackgroundPosition() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the background-position property definition in CSS2.
- getBackgroundRepeat() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the background-repeat property definition in CSS2.
- getBaseFrequencyX() - Method in interface org.w3c.dom.svg.SVGFETurbulenceElement
- getBaseFrequencyY() - Method in interface org.w3c.dom.svg.SVGFETurbulenceElement
- getBaseURI() - Method in interface javax.xml.stream.events.EntityDeclaration
- getBaseURI() - Method in interface org.w3c.dom.ls.LSInput
-
The base URI to be used (see section 5.1.4 in [IETF RFC 2396]) for resolving a relative
systemId
to an absolute URI. - getBaseURI() - Method in interface org.w3c.dom.Node
-
The absolute base URI of this node or
null
if the implementation wasn't able to obtain an absolute URI. - getBaseVal() - Method in interface org.w3c.dom.svg.SVGAnimatedAngle
- getBaseVal() - Method in interface org.w3c.dom.svg.SVGAnimatedBoolean
- getBaseVal() - Method in interface org.w3c.dom.svg.SVGAnimatedEnumeration
- getBaseVal() - Method in interface org.w3c.dom.svg.SVGAnimatedInteger
- getBaseVal() - Method in interface org.w3c.dom.svg.SVGAnimatedLength
- getBaseVal() - Method in interface org.w3c.dom.svg.SVGAnimatedLengthList
- getBaseVal() - Method in interface org.w3c.dom.svg.SVGAnimatedNumber
- getBaseVal() - Method in interface org.w3c.dom.svg.SVGAnimatedNumberList
- getBaseVal() - Method in interface org.w3c.dom.svg.SVGAnimatedPreserveAspectRatio
- getBaseVal() - Method in interface org.w3c.dom.svg.SVGAnimatedRect
- getBaseVal() - Method in interface org.w3c.dom.svg.SVGAnimatedString
- getBaseVal() - Method in interface org.w3c.dom.svg.SVGAnimatedTransformList
- getBBox() - Method in interface org.w3c.dom.svg.SVGLocatable
- getBgColor() - Method in interface org.w3c.dom.html.HTMLBodyElement
-
Document background color.
- getBgColor() - Method in interface org.w3c.dom.html.HTMLTableCellElement
-
Cell background color.
- getBgColor() - Method in interface org.w3c.dom.html.HTMLTableElement
-
Cell background color.
- getBgColor() - Method in interface org.w3c.dom.html.HTMLTableRowElement
-
Background color for rows.
- getBias() - Method in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
- getBlue() - Method in interface org.w3c.dom.css.RGBColor
-
This attribute is used for the blue value of the RGB color.
- getBody() - Method in interface org.w3c.dom.html.HTMLDocument
-
The element that contains the content for the document.
- getBooleanValue() - Method in interface org.w3c.dom.xpath.XPathResult
-
The value of this boolean result.
- getBorder() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border property definition in CSS2.
- getBorder() - Method in interface org.w3c.dom.html.HTMLImageElement
-
Width of border around image.
- getBorder() - Method in interface org.w3c.dom.html.HTMLObjectElement
-
Width of border around the object.
- getBorder() - Method in interface org.w3c.dom.html.HTMLTableElement
-
The width of the border around the table.
- getBorderBottom() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-bottom property definition in CSS2.
- getBorderBottomColor() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-bottom-color property definition in CSS2.
- getBorderBottomStyle() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-bottom-style property definition in CSS2.
- getBorderBottomWidth() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-bottom-width property definition in CSS2.
- getBorderCollapse() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-collapse property definition in CSS2.
- getBorderColor() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-color property definition in CSS2.
- getBorderLeft() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-left property definition in CSS2.
- getBorderLeftColor() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-left-color property definition in CSS2.
- getBorderLeftStyle() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-left-style property definition in CSS2.
- getBorderLeftWidth() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-left-width property definition in CSS2.
- getBorderRight() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-right property definition in CSS2.
- getBorderRightColor() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-right-color property definition in CSS2.
- getBorderRightStyle() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-right-style property definition in CSS2.
- getBorderRightWidth() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-right-width property definition in CSS2.
- getBorderSpacing() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-spacing property definition in CSS2.
- getBorderStyle() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-style property definition in CSS2.
- getBorderTop() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-top property definition in CSS2.
- getBorderTopColor() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-top-color property definition in CSS2.
- getBorderTopStyle() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-top-style property definition in CSS2.
- getBorderTopWidth() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-top-width property definition in CSS2.
- getBorderWidth() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-width property definition in CSS2.
- getBottom() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the bottom property definition in CSS2.
- getBottom() - Method in interface org.w3c.dom.css.Rect
-
This attribute is used for the bottom of the rect.
- getBubbles() - Method in interface org.w3c.dom.events.Event
-
Used to indicate whether or not an event is a bubbling event.
- getBusy() - Method in interface org.w3c.dom.ls.LSParser
-
true
if theLSParser
is currently busy loading a document, otherwisefalse
. - getButton() - Method in interface org.w3c.dom.events.MouseEvent
-
During mouse events caused by the depression or release of a mouse button,
button
is used to indicate which mouse button changed state. - getByteOffset() - Method in interface org.w3c.dom.DOMLocator
-
The byte offset into the input source this locator is pointing to or
-1
if there is no byte offset available. - getByteStream() - Method in class org.w3c.css.sac.InputSource
-
Get the byte stream for this input source.
- getByteStream() - Method in interface org.w3c.dom.ls.LSInput
-
An attribute of a language and binding dependent type that represents a stream of bytes.
- getByteStream() - Method in interface org.w3c.dom.ls.LSOutput
-
An attribute of a language and binding dependent type that represents a writable stream of bytes.
- getByteStream() - Method in class org.xml.sax.InputSource
-
Get the byte stream for this input source.
- getC() - Method in interface org.w3c.dom.svg.SVGMatrix
- getCancelable() - Method in interface org.w3c.dom.events.Event
-
Used to indicate whether or not an event can have its default action prevented.
- getCaption() - Method in interface org.w3c.dom.html.HTMLTableElement
-
Returns the table's
CAPTION
, or void if none exists. - getCaptionSide() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the caption-side property definition in CSS2.
- getCause() - Method in exception javax.xml.transform.TransformerException
-
Returns the cause of this throwable or
null
if the cause is nonexistent or unknown. - getCause() - Method in exception javax.xml.xpath.XPathException
- getCellIndex() - Method in interface org.w3c.dom.html.HTMLTableCellElement
-
The index of this cell in the row.
- getCellPadding() - Method in interface org.w3c.dom.html.HTMLTableElement
-
Specifies the horizontal and vertical space between cell content andcell borders.
- getCells() - Method in interface org.w3c.dom.html.HTMLTableRowElement
-
The collection of cells in this row.
- getCellSpacing() - Method in interface org.w3c.dom.html.HTMLTableElement
-
Specifies the horizontal and vertical separation between cells.
- getCertifiedText() - Method in interface org.w3c.dom.ls.LSInput
- getCh() - Method in interface org.w3c.dom.html.HTMLTableCellElement
-
Alignment character for cells in a column.
- getCh() - Method in interface org.w3c.dom.html.HTMLTableColElement
-
Alignment character for cells in a column.
- getCh() - Method in interface org.w3c.dom.html.HTMLTableRowElement
-
Alignment character for cells in a column.
- getCh() - Method in interface org.w3c.dom.html.HTMLTableSectionElement
-
Alignment character for cells in a column.
- getCharacterEncodingScheme() - Method in interface javax.xml.stream.events.StartDocument
- getCharacterEncodingScheme() - Method in class javax.xml.stream.util.StreamReaderDelegate
- getCharacterEncodingScheme() - Method in interface javax.xml.stream.XMLStreamReader
- getCharacterOffset() - Method in interface javax.xml.stream.Location
- getCharacterStream() - Method in class org.w3c.css.sac.InputSource
-
Get the character stream for this input source.
- getCharacterStream() - Method in interface org.w3c.dom.ls.LSInput
-
An attribute of a language and binding dependent type that represents a stream of 16-bit units.
- getCharacterStream() - Method in interface org.w3c.dom.ls.LSOutput
-
An attribute of a language and binding dependent type that represents a writable stream to which 16-bit units can be output.
- getCharacterStream() - Method in class org.xml.sax.InputSource
-
Get the character stream for this input source.
- getCharNumAtPosition(SVGPoint) - Method in interface org.w3c.dom.svg.SVGTextContentElement
- getCharset() - Method in interface org.w3c.dom.html.HTMLAnchorElement
-
The character encoding of the linked resource.
- getCharset() - Method in interface org.w3c.dom.html.HTMLLinkElement
-
The character encoding of the resource being linked to.
- getCharset() - Method in interface org.w3c.dom.html.HTMLScriptElement
-
The character encoding of the linked resource.
- getChecked() - Method in interface org.w3c.dom.html.HTMLInputElement
-
Describes whether a radio or check box is checked, when
type
has the value "Radio" or "Checkbox". - getChildElementCount() - Method in interface org.w3c.dom.ElementTraversal
-
Returns the current number of element nodes that are children of this element.
- getChildNodes() - Method in interface org.w3c.dom.Node
-
A
NodeList
that contains all children of this node. - getChildNodes() - Method in interface org.w3c.dom.svg.SVGElementInstance
- getChOff() - Method in interface org.w3c.dom.html.HTMLTableCellElement
-
Offset of alignment character.
- getChOff() - Method in interface org.w3c.dom.html.HTMLTableColElement
-
Offset of alignment character.
- getChOff() - Method in interface org.w3c.dom.html.HTMLTableRowElement
-
Offset of alignment character.
- getChOff() - Method in interface org.w3c.dom.html.HTMLTableSectionElement
-
Offset of alignment character.
- getCite() - Method in interface org.w3c.dom.html.HTMLModElement
-
A URI designating a document that describes the reason forthe change.
- getCite() - Method in interface org.w3c.dom.html.HTMLQuoteElement
-
A URI designating a document that designates a source document or message.
- getClassName() - Method in interface org.w3c.dom.html.HTMLElement
-
The class attribute of the element.
- getClassName() - Method in interface org.w3c.dom.svg.SVGStylable
- getClear() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the clear property definition in CSS2.
- getClear() - Method in interface org.w3c.dom.html.HTMLBRElement
-
Control flow of text around floats.
- getClientX() - Method in interface org.w3c.dom.events.MouseEvent
-
The horizontal coordinate at which the event occurred relative to the DOM implementation's client area.
- getClientY() - Method in interface org.w3c.dom.events.MouseEvent
-
The vertical coordinate at which the event occurred relative to the DOM implementation's client area.
- getClip() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the clip property definition in CSS2.
- getClipPathUnits() - Method in interface org.w3c.dom.svg.SVGClipPathElement
- getCode() - Method in exception org.w3c.css.sac.CSSException
-
returns the error code for this exception.
- getCode() - Method in interface org.w3c.dom.html.HTMLAppletElement
-
Applet class file.
- getCode() - Method in interface org.w3c.dom.html.HTMLObjectElement
-
Applet class file.
- getCodeBase() - Method in interface org.w3c.dom.html.HTMLAppletElement
-
Optional base URI for applet.
- getCodeBase() - Method in interface org.w3c.dom.html.HTMLObjectElement
-
Base URI for
classid
,data
, andarchive
attributes. - getCodeType() - Method in interface org.w3c.dom.html.HTMLObjectElement
-
Content type for data downloaded via
classid
attribute. - getCollapsed() - Method in interface org.w3c.dom.ranges.Range
-
TRUE if the Range is collapsed
- getColor() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the color property definition in CSS2.
- getColor() - Method in interface org.w3c.dom.html.HTMLBaseFontElement
-
Font color.
- getColor() - Method in interface org.w3c.dom.html.HTMLFontElement
-
Font color.
- getColorProfile() - Method in interface org.w3c.dom.svg.SVGICCColor
- getColors() - Method in interface org.w3c.dom.svg.SVGICCColor
- getColorType() - Method in interface org.w3c.dom.svg.SVGColor
- getCols() - Method in interface org.w3c.dom.html.HTMLFrameSetElement
-
The number of columns of frames in the frameset.
- getCols() - Method in interface org.w3c.dom.html.HTMLTextAreaElement
-
Width of control (in characters).
- getColSpan() - Method in interface org.w3c.dom.html.HTMLTableCellElement
-
Number of columns spanned by cell.
- getColumnNumber() - Method in interface javax.xml.stream.Location
- getColumnNumber() - Method in interface javax.xml.transform.SourceLocator
-
Return the character position where the current document event ends.
- getColumnNumber() - Method in exception org.w3c.css.sac.CSSParseException
-
The column number of the end of the text where the exception occurred.
- getColumnNumber() - Method in interface org.w3c.css.sac.Locator
-
Return the column number where the current document event ends.
- getColumnNumber() - Method in interface org.w3c.dom.DOMLocator
-
The column number this locator is pointing to, or
-1
if there is no column number available. - getColumnNumber() - Method in class org.xml.sax.helpers.LocatorImpl
-
Return the saved column number (1-based).
- getColumnNumber() - Method in interface org.xml.sax.Locator
-
Return the column number where the current document event ends.
- getColumnNumber() - Method in exception org.xml.sax.SAXParseException
-
The column number of the end of the text where the exception occurred.
- getCommonAncestorContainer() - Method in interface org.w3c.dom.ranges.Range
-
The deepest common ancestor container of the Range's two boundary-points.
- getCompact() - Method in interface org.w3c.dom.html.HTMLDirectoryElement
-
Reduce spacing between list items.
- getCompact() - Method in interface org.w3c.dom.html.HTMLDListElement
-
Reduce spacing between list items.
- getCompact() - Method in interface org.w3c.dom.html.HTMLMenuElement
-
Reduce spacing between list items.
- getCompact() - Method in interface org.w3c.dom.html.HTMLOListElement
-
Reduce spacing between list items.
- getCompact() - Method in interface org.w3c.dom.html.HTMLUListElement
-
Reduce spacing between list items.
- getComputedStyle(Element, String) - Method in interface org.w3c.dom.css.ViewCSS
-
This method is used to get the computed style as it is defined in [CSS2].
- getComputedTextLength() - Method in interface org.w3c.dom.svg.SVGTextContentElement
- getCondition() - Method in interface org.w3c.css.sac.ConditionalSelector
-
Returns the condition to be applied on the simple selector.
- getCondition() - Method in interface org.w3c.css.sac.NegativeCondition
-
Returns the condition.
- getConditionType() - Method in interface org.w3c.css.sac.Condition
-
An integer indicating the type of
Condition
. - getContent() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the content property definition in CSS2.
- getContent() - Method in interface org.w3c.dom.html.HTMLMetaElement
-
Associated information.
- getContentHandler() - Method in class javax.xml.validation.ValidatorHandler
-
Gets the
ContentHandler
which receives the augmented validation result. - getContentHandler() - Method in class org.xml.sax.helpers.ParserAdapter
-
Return the current content handler.
- getContentHandler() - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Get the content event handler.
- getContentHandler() - Method in interface org.xml.sax.XMLReader
-
Return the current content handler.
- getContentScriptType() - Method in interface org.w3c.dom.svg.SVGSVGElement
- getContentStyleType() - Method in interface org.w3c.dom.svg.SVGSVGElement
- getCookie() - Method in interface org.w3c.dom.html.HTMLDocument
-
The cookies associated with this document.
- getCoords() - Method in interface org.w3c.dom.html.HTMLAnchorElement
-
Comma-separated list of lengths, defining an active region geometry.See also
shape
for the shape of the region. - getCoords() - Method in interface org.w3c.dom.html.HTMLAreaElement
-
Comma-separated list of lengths, defining an active region geometry.See also
shape
for the shape of the region. - getCorrespondingElement() - Method in interface org.w3c.dom.svg.SVGElementInstance
- getCorrespondingUseElement() - Method in interface org.w3c.dom.svg.SVGElementInstance
- getCounterIncrement() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the counter-increment property definition in CSS2.
- getCounterReset() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the counter-reset property definition in CSS2.
- getCounterValue() - Method in interface org.w3c.dom.css.CSSPrimitiveValue
-
This method is used to get the Counter value.
- getCssFloat() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the float property definition in CSS2.
- getCssRules() - Method in interface org.w3c.dom.css.CSSMediaRule
-
A list of all CSS rules contained within the media block.
- getCssRules() - Method in interface org.w3c.dom.css.CSSStyleSheet
-
The list of all CSS rules contained within the style sheet.
- getCssText() - Method in interface org.w3c.dom.css.CSSRule
-
The parsable textual representation of the rule.
- getCssText() - Method in interface org.w3c.dom.css.CSSStyleDeclaration
-
The parsable textual representation of the declaration block (excluding the surrounding curly braces).
- getCssText() - Method in interface org.w3c.dom.css.CSSValue
-
A string representation of the current value.
- getCssValueType() - Method in interface org.w3c.dom.css.CSSValue
-
A code defining the type of the value as defined above.
- getCTM() - Method in interface org.w3c.dom.svg.SVGLocatable
- getCtrlKey() - Method in interface org.w3c.dom.events.MouseEvent
-
Used to indicate whether the 'ctrl' key was depressed during the firing of the event.
- getCue() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the cue property definition in CSS2.
- getCueAfter() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the cue-after property definition in CSS2.
- getCueBefore() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the cue-before property definition in CSS2.
- getCurrentNode() - Method in interface org.w3c.dom.traversal.TreeWalker
-
The node at which the
TreeWalker
is currently positioned. - getCurrentScale() - Method in interface org.w3c.dom.svg.SVGSVGElement
- getCurrentTarget() - Method in interface org.w3c.dom.events.Event
-
Used to indicate the
EventTarget
whoseEventListeners
are currently being processed. - getCurrentTime() - Method in interface org.w3c.dom.svg.SVGAnimationElement
- getCurrentTime() - Method in interface org.w3c.dom.svg.SVGSVGElement
- getCurrentTranslate() - Method in interface org.w3c.dom.svg.SVGSVGElement
- getCurrentView() - Method in interface org.w3c.dom.svg.SVGSVGElement
- getCursor() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the cursor property definition in CSS2.
- getCx() - Method in interface org.w3c.dom.svg.SVGCircleElement
- getCx() - Method in interface org.w3c.dom.svg.SVGEllipseElement
- getCx() - Method in interface org.w3c.dom.svg.SVGRadialGradientElement
- getCy() - Method in interface org.w3c.dom.svg.SVGCircleElement
- getCy() - Method in interface org.w3c.dom.svg.SVGEllipseElement
- getCy() - Method in interface org.w3c.dom.svg.SVGRadialGradientElement
- getD() - Method in interface org.w3c.dom.svg.SVGMatrix
- getData() - Method in interface javax.xml.stream.events.Characters
- getData() - Method in interface javax.xml.stream.events.ProcessingInstruction
- getData() - Method in interface org.w3c.css.sac.CharacterDataSelector
-
Returns the character data.
- getData() - Method in interface org.w3c.css.sac.ContentCondition
-
Returns the content.
- getData() - Method in interface org.w3c.css.sac.ProcessingInstructionSelector
-
Returns the character data.
- getData() - Method in interface org.w3c.dom.CharacterData
-
The character data of the node that implements this interface.
- getData() - Method in interface org.w3c.dom.html.HTMLObjectElement
-
A URI specifying the location of the object's data.
- getData() - Method in interface org.w3c.dom.ProcessingInstruction
-
The content of this processing instruction.
- getDateTime() - Method in interface org.w3c.dom.html.HTMLModElement
-
The date and time of the change.
- getDay() - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Return day in month or
DatatypeConstants.FIELD_UNDEFINED
. - getDays() - Method in class javax.xml.datatype.Duration
-
Obtains the value of the DAYS field as an integer value, or 0 if not present.
- getDeclaration() - Method in interface javax.xml.stream.events.EntityReference
- getDeclare() - Method in interface org.w3c.dom.html.HTMLObjectElement
-
Declare (for future reference), but do not instantiate, thisobject.
- getDeclaredPrefixes() - Method in class org.xml.sax.helpers.NamespaceSupport
-
Return an enumeration of all prefixes declared in this context.
- getDefaultChecked() - Method in interface org.w3c.dom.html.HTMLInputElement
-
When
type
has the value "Radio" or "Checkbox", stores the initial value of thechecked
attribute. - getDefaultSelected() - Method in interface org.w3c.dom.html.HTMLOptionElement
-
Stores the initial value of the
selected
attribute. - getDefaultValue() - Method in interface org.w3c.dom.html.HTMLInputElement
-
Stores the initial control value (i.e., the initial value of
value
). - getDefaultValue() - Method in interface org.w3c.dom.html.HTMLTextAreaElement
-
Stores the initial control value (i.e., the initial value of
value
). - getDefaultView() - Method in interface org.w3c.dom.views.DocumentView
-
The default
AbstractView
for thisDocument
, ornull
if none available. - getDefer() - Method in interface org.w3c.dom.html.HTMLScriptElement
-
Indicates that the user agent can defer processing of the script.
- getDetail() - Method in interface org.w3c.dom.events.UIEvent
-
Specifies some detail information about the
Event
, depending on the type of event. - getDetail() - Method in interface org.w3c.dom.smil.TimeEvent
-
Specifies some detail information about the
Event
, depending on the type of event. - getDiffuseConstant() - Method in interface org.w3c.dom.svg.SVGFEDiffuseLightingElement
- getDimensionUnitText() - Method in interface org.w3c.css.sac.LexicalUnit
-
Returns the string representation of the unit.
- getDir() - Method in interface org.w3c.dom.html.HTMLElement
-
Specifies the base direction of directionally neutraltext and the directionality of tables.
- getDirection() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the direction property definition in CSS2.
- getDisabled() - Method in interface org.w3c.dom.html.HTMLButtonElement
-
The control is unavailable in this context.
- getDisabled() - Method in interface org.w3c.dom.html.HTMLInputElement
-
The control is unavailable in this context.
- getDisabled() - Method in interface org.w3c.dom.html.HTMLLinkElement
-
Enables/disables the link.
- getDisabled() - Method in interface org.w3c.dom.html.HTMLOptGroupElement
-
The control is unavailable in this context.
- getDisabled() - Method in interface org.w3c.dom.html.HTMLOptionElement
-
The control is unavailable in this context.
- getDisabled() - Method in interface org.w3c.dom.html.HTMLSelectElement
-
The control is unavailable in this context.
- getDisabled() - Method in interface org.w3c.dom.html.HTMLStyleElement
-
Enables/disables the style sheet.
- getDisabled() - Method in interface org.w3c.dom.html.HTMLTextAreaElement
-
The control is unavailable in this context.
- getDisabled() - Method in interface org.w3c.dom.stylesheets.StyleSheet
-
false
if the style sheet is applied to the document. - getDisplay() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the display property definition in CSS2.
- getDivisor() - Method in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
- getDoctype() - Method in interface org.w3c.dom.Document
-
The Document Type Declaration (see
DocumentType
) associated with this document. - getDocument() - Method in interface org.w3c.dom.views.AbstractView
-
The source
DocumentView
of which this is anAbstractView
. - getDocumentElement() - Method in interface org.w3c.dom.Document
-
This is a convenience attribute that allows direct access to the child node that is the document element of the document.
- getDocumentTypeDeclaration() - Method in interface javax.xml.stream.events.DTD
- getDocumentURI() - Method in interface org.w3c.dom.Document
-
The location of the document or
null
if undefined or if theDocument
was created usingDOMImplementation.createDocument
. - getDomain() - Method in interface org.w3c.dom.html.HTMLDocument
-
The domain name of the server that served the document, or a nullstring if the server cannot be identified by a domain name.
- getDomain() - Method in interface org.w3c.dom.svg.SVGDocument
- getDomConfig() - Method in interface org.w3c.dom.Document
-
The configuration used when
Document.normalizeDocument()
is invoked. - getDomConfig() - Method in interface org.w3c.dom.ls.LSParser
-
The
DOMConfiguration
object used when parsing an input source. - getDomConfig() - Method in interface org.w3c.dom.ls.LSSerializer
-
The
DOMConfiguration
object used by theLSSerializer
when serializing a DOM node. - getDOMImplementation() - Method in class javax.xml.parsers.DocumentBuilder
-
Obtain an instance of a
DOMImplementation
object. - getDOMImplementation(String) - Method in class org.w3c.dom.bootstrap.DOMImplementationRegistry
-
Return the first implementation that has the desired features, or
null
if none is found. - getDOMImplementation(String) - Method in interface org.w3c.dom.DOMImplementationSource
-
A method to request the first DOM implementation that supports the specified features.
- getDOMImplementationList(String) - Method in class org.w3c.dom.bootstrap.DOMImplementationRegistry
-
Return a list of implementations that support the desired features.
- getDOMImplementationList(String) - Method in interface org.w3c.dom.DOMImplementationSource
-
A method to request a list of DOM implementations that support the specified features and versions, as specified in .
- getDTDHandler() - Method in class org.xml.sax.helpers.ParserAdapter
-
Return the current DTD handler.
- getDTDHandler() - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Get the current DTD event handler.
- getDTDHandler() - Method in interface org.xml.sax.XMLReader
-
Return the current DTD handler.
- getDTDType() - Method in interface javax.xml.stream.events.Attribute
- getDx() - Method in interface org.w3c.dom.svg.SVGFEOffsetElement
- getDx() - Method in interface org.w3c.dom.svg.SVGGlyphRefElement
- getDx() - Method in interface org.w3c.dom.svg.SVGTextPositioningElement
- getDy() - Method in interface org.w3c.dom.svg.SVGFEOffsetElement
- getDy() - Method in interface org.w3c.dom.svg.SVGGlyphRefElement
- getDy() - Method in interface org.w3c.dom.svg.SVGTextPositioningElement
- getE() - Method in interface org.w3c.dom.svg.SVGMatrix
- getEdgeMode() - Method in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
- getElementById(String) - Method in interface org.w3c.dom.Document
-
Returns the
Element
that has an ID attribute with the given value. - getElementById(String) - Method in interface org.w3c.dom.html.HTMLDocument
-
Returns the Element whose
id
is given by elementId. - getElementById(String) - Method in interface org.w3c.dom.svg.SVGSVGElement
- getElements() - Method in interface org.w3c.dom.html.HTMLFormElement
-
Returns a collection of all control elements in the form.
- getElementsByName(String) - Method in interface org.w3c.dom.html.HTMLDocument
-
Returns the (possibly empty) collection of elements whose
name
value is given byelementName
. - getElementsByTagName(String) - Method in interface org.w3c.dom.Document
-
Returns a
NodeList
of all theElements
in document order with a given tag name and are contained in the document. - getElementsByTagName(String) - Method in interface org.w3c.dom.Element
-
Returns a
NodeList
of all descendantElements
with a given tag name, in document order. - getElementsByTagNameNS(String, String) - Method in interface org.w3c.dom.Document
-
Returns a
NodeList
of all theElements
with a given local name and namespace URI in document order. - getElementsByTagNameNS(String, String) - Method in interface org.w3c.dom.Element
-
Returns a
NodeList
of all the descendantElements
with a given local name and namespace URI in document order. - getElementText() - Method in class javax.xml.stream.util.EventReaderDelegate
- getElementText() - Method in class javax.xml.stream.util.StreamReaderDelegate
- getElementText() - Method in interface javax.xml.stream.XMLEventReader
- getElementText() - Method in interface javax.xml.stream.XMLStreamReader
- getElementTypeInfo() - Method in class javax.xml.validation.TypeInfoProvider
-
Returns the immutable
TypeInfo
object for the current element. - getElevation() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the elevation property definition in CSS2.
- getElevation() - Method in interface org.w3c.dom.svg.SVGFEDistantLightElement
- getEmptyCells() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the empty-cells property definition in CSS2.
- getEnclosureList(SVGRect, SVGElement) - Method in interface org.w3c.dom.svg.SVGSVGElement
- getEncoding() - Method in class javax.xml.stream.util.StreamReaderDelegate
- getEncoding() - Method in interface javax.xml.stream.XMLStreamReader
- getEncoding() - Method in class org.w3c.css.sac.InputSource
-
Get the character encoding for a byte stream or URI.
- getEncoding() - Method in interface org.w3c.dom.css.CSSCharsetRule
-
The encoding information used in this
@charset
rule. - getEncoding() - Method in interface org.w3c.dom.ls.LSInput
-
The character encoding, if known.
- getEncoding() - Method in interface org.w3c.dom.ls.LSOutput
-
The character encoding to use for the output.
- getEncoding() - Method in interface org.xml.sax.ext.Locator2
-
Returns the name of the character encoding for the entity.
- getEncoding() - Method in class org.xml.sax.ext.Locator2Impl
-
Returns the current value of the encoding property.
- getEncoding() - Method in class org.xml.sax.InputSource
-
Get the character encoding for a byte stream or URI.
- getEnctype() - Method in interface org.w3c.dom.html.HTMLFormElement
-
The content type of the submitted form, generally "application/x-www-form-urlencoded".
- getEndContainer() - Method in interface org.w3c.dom.ranges.Range
-
Node within which the Range ends
- getEndOffset() - Method in interface org.w3c.dom.ranges.Range
-
Offset within the ending node of the Range.
- getEndPositionOfChar(int) - Method in interface org.w3c.dom.svg.SVGTextContentElement
- getEntities() - Method in interface javax.xml.stream.events.DTD
- getEntities() - Method in interface org.w3c.dom.DocumentType
-
A
NamedNodeMap
containing the general entities, both external and internal, declared in the DTD. - 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.
- getEntityResolver() - Method in interface org.xml.sax.XMLReader
-
Return the current entity resolver.
- getEon() - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Return high order component for XML Schema 1.0 dateTime datatype field for
year
. - getEonAndYear() - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Return XML Schema 1.0 dateTime datatype field for
year
. - getErrorHandler() - Method in class javax.xml.validation.SchemaFactory
-
Gets the current
ErrorHandler
set to thisSchemaFactory
. - getErrorHandler() - Method in class javax.xml.validation.Validator
-
Gets the current
ErrorHandler
set to thisValidator
. - getErrorHandler() - Method in class javax.xml.validation.ValidatorHandler
-
Gets the current
ErrorHandler
set to thisValidatorHandler
. - 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.
- getErrorHandler() - Method in interface org.xml.sax.XMLReader
-
Return the current error handler.
- getErrorListener() - Method in class javax.xml.transform.Transformer
-
Get the error event handler in effect for the transformation.
- getErrorListener() - Method in class javax.xml.transform.TransformerFactory
-
Get the error event handler for the TransformerFactory.
- getEvent() - Method in interface org.w3c.dom.html.HTMLScriptElement
-
Reserved for future use.
- getEventAllocator() - Method in class javax.xml.stream.XMLInputFactory
- getEventPhase() - Method in interface org.w3c.dom.events.Event
-
Used to indicate which phase of event flow is currently being evaluated.
- getEventType() - Method in interface javax.xml.stream.events.XMLEvent
- getEventType() - Method in class javax.xml.stream.util.StreamReaderDelegate
- getEventType() - Method in interface javax.xml.stream.XMLStreamReader
- getException() - Method in error javax.xml.parsers.FactoryConfigurationError
-
Return the actual exception (if any) that caused this exception to be raised.
- getException() - Method in error javax.xml.stream.FactoryConfigurationError
- getException() - Method in exception javax.xml.transform.TransformerException
-
This method retrieves an exception that this exception wraps.
- getException() - Method in error javax.xml.transform.TransformerFactoryConfigurationError
-
Return the actual exception (if any) that caused this exception to be raised.
- getException() - Method in exception org.w3c.css.sac.CSSException
-
Returns the internal exception if any, null otherwise.
- getException() - Method in exception org.xml.sax.SAXException
-
Return the embedded exception, if any.
- 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
NodeIterator
. - 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
. - getExponent() - Method in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
- getExtentOfChar(int) - Method in interface org.w3c.dom.svg.SVGTextContentElement
- getExternalResourcesRequired() - Method in interface org.w3c.dom.svg.SVGExternalResourcesRequired
- getExternalSubset(String, String) - Method in class org.xml.sax.ext.DefaultHandler2
-
Tells the parser that if no external subset has been declared in the document text, none should be used.
- getExternalSubset(String, String) - Method in interface org.xml.sax.ext.EntityResolver2
-
Allows applications to provide an external subset for documents that don't explicitly define one.
- getF() - Method in interface org.w3c.dom.svg.SVGMatrix
- getFace() - Method in interface org.w3c.dom.html.HTMLBaseFontElement
-
Font face identifier.
- getFace() - Method in interface org.w3c.dom.html.HTMLFontElement
-
Font face identifier.
- getFarthestViewportElement() - Method in interface org.w3c.dom.svg.SVGLocatable
- getFeature(String) - Method in class javax.xml.parsers.DocumentBuilderFactory
-
Get the state of the named feature.
- getFeature(String) - Method in class javax.xml.parsers.SAXParserFactory
-
Returns the particular property requested for in the underlying implementation of org.xml.sax.XMLReader.
- getFeature(String) - Method in class javax.xml.transform.TransformerFactory
-
Look up the value of a feature.
- getFeature(String) - Method in class javax.xml.validation.SchemaFactory
-
Look up the value of a feature flag.
- getFeature(String) - Method in class javax.xml.validation.Validator
-
Look up the value of a feature flag.
- getFeature(String) - Method in class javax.xml.validation.ValidatorHandler
-
Look up the value of a feature flag.
- getFeature(String) - Method in class javax.xml.xpath.XPathFactory
-
Get the state of the named feature.
- getFeature(String) - Method in class org.xml.sax.helpers.ParserAdapter
-
Check a parser feature flag.
- getFeature(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Look up the value of a feature.
- getFeature(String) - Method in interface org.xml.sax.XMLReader
-
Look up the value of a feature flag.
- getFeature(String, String) - Method in interface org.w3c.dom.DOMImplementation
-
This method returns a specialized object which implements the specialized APIs of the specified feature and version, as specified in .
- getFeature(String, String) - Method in interface org.w3c.dom.Node
-
This method returns a specialized object which implements the specialized APIs of the specified feature and version, as specified in .
- getField(DatatypeConstants.Field) - Method in class javax.xml.datatype.Duration
-
Gets the value of a field.
- getFilter() - Method in interface org.w3c.dom.ls.LSParser
-
When a filter is provided, the implementation will call out to the filter as it is constructing the DOM tree structure.
- getFilter() - Method in interface org.w3c.dom.ls.LSSerializer
-
When the application provides a filter, the serializer will call out to the filter before serializing each Node.
- 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.
- getFilterResX() - Method in interface org.w3c.dom.svg.SVGFilterElement
- getFilterResY() - Method in interface org.w3c.dom.svg.SVGFilterElement
- getFilterUnits() - Method in interface org.w3c.dom.svg.SVGFilterElement
- getFirstChild() - Method in interface org.w3c.dom.Node
-
The first child of this node.
- getFirstChild() - Method in interface org.w3c.dom.svg.SVGElementInstance
- getFirstCondition() - Method in interface org.w3c.css.sac.CombinatorCondition
-
Returns the first condition.
- getFirstElementChild() - Method in interface org.w3c.dom.ElementTraversal
-
Returns the first child element node of this element.
- getFloatValue() - Method in interface org.w3c.css.sac.LexicalUnit
-
Returns the float value.
- getFloatValue(short) - Method in interface org.w3c.dom.css.CSSPrimitiveValue
-
This method is used to get a float value in a specified unit.
- getFont() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the font property definition in CSS2.
- getFontFamily() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the font-family property definition in CSS2.
- getFontSize() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the font-size property definition in CSS2.
- getFontSizeAdjust() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the font-size-adjust property definition in CSS2.
- getFontStretch() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the font-stretch property definition in CSS2.
- getFontStyle() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the font-style property definition in CSS2.
- getFontVariant() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the font-variant property definition in CSS2.
- getFontWeight() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the font-weight property definition in CSS2.
- getForm() - Method in interface org.w3c.dom.html.HTMLButtonElement
-
Returns the
FORM
element containing this control.Returns null if this control is not within the context of a form. - getForm() - Method in interface org.w3c.dom.html.HTMLFieldSetElement
-
Returns the
FORM
element containing this control.Returns null if this control is not within the context of a form. - getForm() - Method in interface org.w3c.dom.html.HTMLInputElement
-
Returns the
FORM
element containing this control.Returns null if this control is not within the context of a form. - getForm() - Method in interface org.w3c.dom.html.HTMLIsIndexElement
-
Returns the
FORM
element containing this control.Returns null if this control is not within the context of a form. - getForm() - Method in interface org.w3c.dom.html.HTMLLabelElement
-
Returns the
FORM
element containing this control.Returns null if this control is not within the context of a form. - getForm() - Method in interface org.w3c.dom.html.HTMLLegendElement
-
Returns the
FORM
element containing this control.Returns null if this control is not within the context of a form. - getForm() - Method in interface org.w3c.dom.html.HTMLObjectElement
-
Returns the
FORM
element containing this control.Returns null if this control is not within the context of a form. - getForm() - Method in interface org.w3c.dom.html.HTMLOptionElement
-
Returns the
FORM
element containing this control.Returns null if this control is not within the context of a form. - getForm() - Method in interface org.w3c.dom.html.HTMLSelectElement
-
Returns the
FORM
element containing this control.Returns null if this control is not within the context of a form. - getForm() - Method in interface org.w3c.dom.html.HTMLTextAreaElement
-
Returns the
FORM
element containing this control.Returns null if this control is not within the context of a form. - getFormat() - Method in interface org.w3c.dom.svg.SVGAltGlyphElement
- getFormat() - Method in interface org.w3c.dom.svg.SVGGlyphRefElement
- getForms() - Method in interface org.w3c.dom.html.HTMLDocument
-
A collection of all the forms of a document.
- getFractionalSecond() - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Return fractional seconds.
- getFrame() - Method in interface org.w3c.dom.html.HTMLTableElement
-
Specifies which external table borders to render.
- getFrameBorder() - Method in interface org.w3c.dom.html.HTMLFrameElement
-
Request frame borders.
- getFrameBorder() - Method in interface org.w3c.dom.html.HTMLIFrameElement
-
Request frame borders.
- getFunctionName() - Method in interface org.w3c.css.sac.LexicalUnit
-
Returns the name of the function.
- getFx() - Method in interface org.w3c.dom.svg.SVGRadialGradientElement
- getFy() - Method in interface org.w3c.dom.svg.SVGRadialGradientElement
- getGlyphRef() - Method in interface org.w3c.dom.svg.SVGAltGlyphElement
- getGlyphRef() - Method in interface org.w3c.dom.svg.SVGGlyphRefElement
- getGradientTransform() - Method in interface org.w3c.dom.svg.SVGGradientElement
- getGradientUnits() - Method in interface org.w3c.dom.svg.SVGGradientElement
- getGreen() - Method in interface org.w3c.dom.css.RGBColor
-
This attribute is used for the green value of the RGB color.
- getHandler() - Method in class javax.xml.transform.sax.SAXResult
-
Get the
ContentHandler
that is the Result. - getHeaders() - Method in interface org.w3c.dom.html.HTMLTableCellElement
-
List of
id
attribute values for header cells. - getHeight() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the height property definition in CSS2.
- getHeight() - Method in interface org.w3c.dom.html.HTMLAppletElement
-
Override height.
- getHeight() - Method in interface org.w3c.dom.html.HTMLIFrameElement
-
Frame height.
- getHeight() - Method in interface org.w3c.dom.html.HTMLImageElement
-
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.svg.SVGFilterElement
- getHeight() - Method in interface org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes
- getHeight() - Method in interface org.w3c.dom.svg.SVGForeignObjectElement
- getHeight() - Method in interface org.w3c.dom.svg.SVGImageElement
- getHeight() - Method in interface org.w3c.dom.svg.SVGMaskElement
- getHeight() - Method in interface org.w3c.dom.svg.SVGPatternElement
- getHeight() - Method in interface org.w3c.dom.svg.SVGRect
- getHeight() - Method in interface org.w3c.dom.svg.SVGRectElement
- getHeight() - Method in interface org.w3c.dom.svg.SVGSVGElement
- getHeight() - Method in interface org.w3c.dom.svg.SVGUseElement
- getHour() - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Return hours or
DatatypeConstants.FIELD_UNDEFINED
. - getHours() - Method in class javax.xml.datatype.Duration
-
Obtains the value of the HOURS field as an integer value, or 0 if not present.
- getHref() - Method in interface org.w3c.dom.css.CSSImportRule
-
The location of the style sheet to be imported.
- getHref() - Method in interface org.w3c.dom.html.HTMLAnchorElement
-
The URI of the linked resource.
- getHref() - Method in interface org.w3c.dom.html.HTMLAreaElement
-
The URI of the linked resource.
- getHref() - Method in interface org.w3c.dom.html.HTMLBaseElement
-
The base URI See the href attribute definition in HTML 4.0.
- getHref() - Method in interface org.w3c.dom.html.HTMLLinkElement
-
The URI of the linked resource.
- getHref() - Method in interface org.w3c.dom.stylesheets.StyleSheet
-
If the style sheet is a linked style sheet, the value of its attribute is its location.
- getHref() - Method in interface org.w3c.dom.svg.SVGURIReference
- 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 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.HTMLImageElement
-
Horizontal space to the left and right of this image.
- getHspace() - Method in interface org.w3c.dom.html.HTMLObjectElement
-
Horizontal space to the left and right of this image, applet, or object.
- getHtmlFor() - Method in interface org.w3c.dom.html.HTMLLabelElement
-
This attribute links this label with another form controlby
id
attribute. - getHtmlFor() - Method in interface org.w3c.dom.html.HTMLScriptElement
-
Reserved for future use.
- getHttpEquiv() - Method in interface org.w3c.dom.html.HTMLMetaElement
-
HTTP response header name.
- getICCColor() - Method in interface org.w3c.dom.svg.SVGColor
- getId() - Method in class javax.xml.datatype.DatatypeConstants.Field
-
Get id of this Field.
- getId() - Method in interface org.w3c.dom.html.HTMLElement
-
The element's identifier.
- getId() - Method in interface org.w3c.dom.svg.SVGElement
- getIdentifier() - Method in interface org.w3c.dom.css.Counter
-
This attribute is used for the identifier of the counter.
- getImages() - Method in interface org.w3c.dom.html.HTMLDocument
-
A collection of all the
IMG
elements in a document.The behavior is limited toIMG
elements forbackwards compatibility. - getImplementation() - Method in interface org.w3c.dom.Document
-
The
DOMImplementation
object that handles this document. - getIn1() - Method in interface org.w3c.dom.svg.SVGFEBlendElement
- getIn1() - Method in interface org.w3c.dom.svg.SVGFEColorMatrixElement
- getIn1() - Method in interface org.w3c.dom.svg.SVGFEComponentTransferElement
- getIn1() - Method in interface org.w3c.dom.svg.SVGFECompositeElement
- getIn1() - Method in interface org.w3c.dom.svg.SVGFEDiffuseLightingElement
- getIn1() - Method in interface org.w3c.dom.svg.SVGFEDisplacementMapElement
- getIn1() - Method in interface org.w3c.dom.svg.SVGFEFloodElement
- getIn1() - Method in interface org.w3c.dom.svg.SVGFEGaussianBlurElement
- getIn1() - Method in interface org.w3c.dom.svg.SVGFEMergeNodeElement
- getIn1() - Method in interface org.w3c.dom.svg.SVGFEMorphologyElement
- getIn1() - Method in interface org.w3c.dom.svg.SVGFEOffsetElement
- getIn1() - Method in interface org.w3c.dom.svg.SVGFESpecularLightingElement
- getIn1() - Method in interface org.w3c.dom.svg.SVGFETileElement
- getIn2() - Method in interface org.w3c.dom.svg.SVGFEBlendElement
- getIn2() - Method in interface org.w3c.dom.svg.SVGFECompositeElement
- getIn2() - Method in interface org.w3c.dom.svg.SVGFEDisplacementMapElement
- getIndex() - Method in interface org.w3c.dom.html.HTMLOptionElement
-
The index of this
OPTION
in its parentSELECT
. - getIndex(String) - Method in interface org.xml.sax.Attributes
-
Look up the index of an attribute by XML qualified (prefixed) 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.
- getInput() - Method in interface org.w3c.dom.ls.LSLoadEvent
-
The input source that was parsed.
- getInput() - Method in interface org.w3c.dom.ls.LSProgressEvent
-
The input source that is being parsed.
- getInputEncoding() - Method in interface org.w3c.dom.Document
-
An attribute specifying the encoding used for this document at the time of the parsing.
- getInputEncoding() - Method in interface org.w3c.dom.Entity
-
An attribute specifying the encoding used for this entity at the time of parsing, when it is an external parsed entity.
- getInputSource() - Method in class javax.xml.transform.sax.SAXSource
-
Get the SAX InputSource to be used for the Source.
- getInputStream() - Method in class javax.xml.transform.stream.StreamSource
-
Get the byte stream that was set with setByteStream.
- getInstanceRoot() - Method in interface org.w3c.dom.svg.SVGUseElement
- getIntegerValue() - Method in interface org.w3c.css.sac.LexicalUnit
-
Returns the integer value.
- getIntercept() - Method in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
- getInternalSubset() - Method in interface org.w3c.dom.DocumentType
-
The internal subset as a string, or
null
if there is none. - getIntersectionList(SVGRect, SVGElement) - Method in interface org.w3c.dom.svg.SVGSVGElement
- getInvalidIteratorState() - Method in interface org.w3c.dom.xpath.XPathResult
-
Signifies that the iterator has become invalid.
- getIsMap() - Method in interface org.w3c.dom.html.HTMLImageElement
-
Use server-side image map.
- getItem(int) - Method in interface org.w3c.dom.svg.SVGLengthList
- getItem(int) - Method in interface org.w3c.dom.svg.SVGNumberList
- getItem(int) - Method in interface org.w3c.dom.svg.SVGPathSegList
- getItem(int) - Method in interface org.w3c.dom.svg.SVGPointList
- getItem(int) - Method in interface org.w3c.dom.svg.SVGStringList
- getItem(int) - Method in interface org.w3c.dom.svg.SVGTransformList
- getK1() - Method in interface org.w3c.dom.svg.SVGFECompositeElement
- getK2() - Method in interface org.w3c.dom.svg.SVGFECompositeElement
- getK3() - Method in interface org.w3c.dom.svg.SVGFECompositeElement
- getK4() - Method in interface org.w3c.dom.svg.SVGFECompositeElement
- getKernelMatrix() - Method in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
- getKernelUnitLengthX() - Method in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
- getKernelUnitLengthX() - Method in interface org.w3c.dom.svg.SVGFEDiffuseLightingElement
- getKernelUnitLengthY() - Method in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
- getKernelUnitLengthY() - Method in interface org.w3c.dom.svg.SVGFEDiffuseLightingElement
- 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 interface org.w3c.css.sac.LangCondition
-
Returns the language
- getLang() - Method in interface org.w3c.dom.html.HTMLElement
-
Language code defined in RFC 1766.
- getLargeArcFlag() - Method in interface org.w3c.dom.svg.SVGPathSegArcAbs
- getLargeArcFlag() - Method in interface org.w3c.dom.svg.SVGPathSegArcRel
- getLastChild() - Method in interface org.w3c.dom.Node
-
The last child of this node.
- getLastChild() - Method in interface org.w3c.dom.svg.SVGElementInstance
- getLastElementChild() - Method in interface org.w3c.dom.ElementTraversal
-
Returns the last child element node of this element.
- getLeft() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the left property definition in CSS2.
- getLeft() - Method in interface org.w3c.dom.css.Rect
-
This attribute is used for the left of the rect.
- getLength() - Method in interface org.w3c.css.sac.SACMediaList
-
Returns the length of this media list
- getLength() - Method in interface org.w3c.css.sac.SelectorList
-
Returns the length of this selector list
- getLength() - Method in interface org.w3c.dom.CharacterData
-
The number of 16-bit units that are available through
data
and thesubstringData
method below. - getLength() - Method in interface org.w3c.dom.css.CSSRuleList
-
The number of
CSSRules
in the list. - getLength() - Method in interface org.w3c.dom.css.CSSStyleDeclaration
-
The number of properties that have been explicitly set in this declaration block.
- getLength() - Method in interface org.w3c.dom.css.CSSValueList
-
The number of
CSSValues
in the list. - getLength() - Method in interface org.w3c.dom.DOMImplementationList
-
The number of
DOMImplementation
s in the list. - getLength() - Method in interface org.w3c.dom.DOMStringList
-
The number of
DOMString
s 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.HTMLFormElement
-
The number of form controls in the form.
- getLength() - Method in interface org.w3c.dom.html.HTMLSelectElement
-
The number of options in this
SELECT
. - getLength() - Method in interface org.w3c.dom.NamedNodeMap
-
The number of nodes in this map.
- getLength() - Method in interface org.w3c.dom.NameList
-
The number of pairs (name and namespaceURI) in the list.
- getLength() - Method in interface org.w3c.dom.NodeList
-
The number of nodes in the list.
- getLength() - Method in interface org.w3c.dom.stylesheets.MediaList
-
The number of media in the list.
- getLength() - Method in interface org.w3c.dom.stylesheets.StyleSheetList
-
The number of
StyleSheets
in the list. - getLength() - Method in interface org.w3c.dom.svg.SVGElementInstanceList
- 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.AttributeListImpl
-
Deprecated.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.
- getLengthAdjust() - Method in interface org.w3c.dom.svg.SVGTextContentElement
- getLetterSpacing() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the letter-spacing property definition in CSS2.
- getLexicalHandler() - Method in class javax.xml.transform.sax.SAXResult
-
Get a SAX2
LexicalHandler
for the output. - getLexicalUnitType() - Method in interface org.w3c.css.sac.LexicalUnit
-
An integer indicating the type of
LexicalUnit
. - getLimitingConeAngle() - Method in interface org.w3c.dom.svg.SVGFESpotLightElement
- getLineHeight() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the line-height property definition in CSS2.
- getLineNumber() - Method in interface javax.xml.stream.Location
- getLineNumber() - Method in interface javax.xml.transform.SourceLocator
-
Return the line number where the current document event ends.
- getLineNumber() - Method in exception org.w3c.css.sac.CSSParseException
-
The line number of the end of the text where the exception occurred.
- getLineNumber() - Method in interface org.w3c.css.sac.Locator
-
Return the line number where the current document event ends.
- getLineNumber() - Method in interface org.w3c.dom.DOMLocator
-
The line number this locator is pointing to, or
-1
if there is no column number available. - getLineNumber() - Method in class org.xml.sax.helpers.LocatorImpl
-
Return the saved line number (1-based).
- getLineNumber() - Method in interface org.xml.sax.Locator
-
Return the line number where the current document event ends.
- getLineNumber() - Method in exception org.xml.sax.SAXParseException
-
The line number of the end of the text where the exception occurred.
- getLink() - Method in interface org.w3c.dom.html.HTMLBodyElement
-
Color of links that are not active and unvisited.
- getLinks() - Method in interface org.w3c.dom.html.HTMLDocument
-
A collection of all
AREA
elements andanchor (A
) elements in a documentwith a value for thehref
attribute. - getListStyle() - Method in interface org.w3c.dom.css.Counter
-
This attribute is used for the style of the list.
- getListStyle() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the list-style property definition in CSS2.
- getListStyleImage() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the list-style-image property definition in CSS2.
- getListStylePosition() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the list-style-position property definition in CSS2.
- getListStyleType() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the list-style-type property definition in CSS2.
- getLocal() - Method in interface org.w3c.dom.svg.SVGColorProfileElement
- getLocalName() - Method in class javax.xml.stream.util.StreamReaderDelegate
- getLocalName() - Method in interface javax.xml.stream.XMLStreamReader
- getLocalName() - Method in interface org.w3c.css.sac.AttributeCondition
-
Returns the local part of the qualified name of this attribute.
- getLocalName() - Method in interface org.w3c.css.sac.ElementSelector
-
Returns the local part of the qualified name of this element.
- 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() - Method in class javax.xml.namespace.QName
-
Get the local part of this
QName
. - getLocation() - Method in interface javax.xml.stream.events.XMLEvent
- getLocation() - Method in class javax.xml.stream.util.StreamReaderDelegate
- getLocation() - Method in exception javax.xml.stream.XMLStreamException
- getLocation() - Method in interface javax.xml.stream.XMLStreamReader
- getLocation() - Method in interface org.w3c.dom.DOMError
-
The location of the error.
- getLocationAsString() - Method in exception javax.xml.transform.TransformerException
-
Get the location information as a string.
- getLocator() - Method in exception javax.xml.transform.TransformerException
-
Method getLocator retrieves an instance of a SourceLocator object that specifies where an error occurred.
- 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 interface org.w3c.dom.html.HTMLImageElement
-
URI designating the source of this image, for low-resolution output.
- getMargin() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the margin property definition in CSS2.
- getMarginBottom() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the margin-bottom property definition in CSS2.
- 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.
- getMarginLeft() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the margin-left property definition in CSS2.
- getMarginRight() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the margin-right property definition in CSS2.
- getMarginTop() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the margin-top property definition in CSS2.
- 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.
- getMarkerHeight() - Method in interface org.w3c.dom.svg.SVGMarkerElement
- getMarkerOffset() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the marker-offset property definition in CSS2.
- getMarkerUnits() - Method in interface org.w3c.dom.svg.SVGMarkerElement
- getMarkerWidth() - Method in interface org.w3c.dom.svg.SVGMarkerElement
- getMarks() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the marks property definition in CSS2.
- getMaskContentUnits() - Method in interface org.w3c.dom.svg.SVGMaskElement
- getMaskUnits() - Method in interface org.w3c.dom.svg.SVGMaskElement
- getMatrix() - Method in interface org.w3c.dom.svg.SVGTransform
- getMaxHeight() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the max-height property definition in CSS2.
- getMaxLength() - Method in interface org.w3c.dom.html.HTMLInputElement
-
Maximum number of characters for text fields, when
type
has the value "Text" or "Password". - getMaxWidth() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the max-width property definition in CSS2.
- getMedia() - Method in class org.w3c.css.sac.InputSource
-
Returns the media associated to the input source or
null
if media are currently unknown. - getMedia() - Method in interface org.w3c.dom.css.CSSImportRule
-
A list of media types for which this style sheet may be used.
- getMedia() - Method in interface org.w3c.dom.css.CSSMediaRule
-
A list of media types for this rule.
- 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.
- getMedia() - Method in interface org.w3c.dom.stylesheets.StyleSheet
-
The intended destination media for style information.
- getMedia() - Method in interface org.w3c.dom.svg.SVGStyleElement
- getMediaText() - Method in interface org.w3c.dom.stylesheets.MediaList
-
The parsable textual representation of the media list.
- getMeetOrSlice() - Method in interface org.w3c.dom.svg.SVGPreserveAspectRatio
- getMessage() - Method in error javax.xml.parsers.FactoryConfigurationError
-
Return the message (if any) for this error .
- getMessage() - Method in error javax.xml.stream.FactoryConfigurationError
- getMessage() - Method in error javax.xml.transform.TransformerFactoryConfigurationError
-
Return the message (if any) for this error .
- getMessage() - Method in exception org.w3c.css.sac.CSSException
-
Returns the detail message of this throwable object.
- getMessage() - Method in interface org.w3c.dom.DOMError
-
An implementation specific string describing the error that occurred.
- getMessage() - Method in exception org.xml.sax.SAXException
-
Return a detail message for this exception.
- getMessageAndLocation() - Method in exception javax.xml.transform.TransformerException
-
Get the error message with location information appended.
- getMetaKey() - Method in interface org.w3c.dom.events.MouseEvent
-
Used to indicate whether the 'meta' key was depressed during the firing of the event.
- getMethod() - Method in interface org.w3c.dom.html.HTMLFormElement
-
HTTP method used to submit form.
- getMethod() - Method in interface org.w3c.dom.svg.SVGTextPathElement
- getMillisecond() - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Return millisecond precision of
XMLGregorianCalendar.getFractionalSecond()
. - getMinHeight() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the min-height property definition in CSS2.
- getMinute() - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Return minutes or
DatatypeConstants.FIELD_UNDEFINED
. - getMinutes() - Method in class javax.xml.datatype.Duration
-
Obtains the value of the MINUTES field as an integer value, or 0 if not present.
- getMinWidth() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the min-width property definition in CSS2.
- getMode() - Method in interface org.w3c.dom.svg.SVGFEBlendElement
- getMonth() - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Return number of month or
DatatypeConstants.FIELD_UNDEFINED
. - getMonths() - Method in class javax.xml.datatype.Duration
-
Obtains the value of the MONTHS field as an integer value, or 0 if not present.
- getMultiple() - Method in interface org.w3c.dom.html.HTMLSelectElement
-
If true, multiple
OPTION
elements may be selected in thisSELECT
. - getName() - Method in interface javax.xml.stream.events.Attribute
- getName() - Method in interface javax.xml.stream.events.EndElement
- getName() - Method in interface javax.xml.stream.events.EntityDeclaration
- getName() - Method in interface javax.xml.stream.events.EntityReference
- getName() - Method in interface javax.xml.stream.events.NotationDeclaration
- getName() - Method in interface javax.xml.stream.events.StartElement
- getName() - Method in class javax.xml.stream.util.StreamReaderDelegate
- getName() - Method in interface javax.xml.stream.XMLStreamReader
- 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.HTMLAnchorElement
-
Anchor name.
- 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.HTMLFormElement
-
Names the 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.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() - 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.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.HTMLObjectElement
-
Form control or object name when submitted with a form.
- getName() - Method in interface org.w3c.dom.html.HTMLParamElement
-
The name of a run-time parameter.
- 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.HTMLTextAreaElement
-
Form control or object name when submitted with a form.
- getName() - Method in interface org.w3c.dom.svg.SVGColorProfileElement
- getName() - Method in interface org.w3c.dom.svg.SVGColorProfileRule
- getName(int) - Method in interface org.w3c.dom.NameList
-
Returns the
index
th name item in the collection. - 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 interface org.w3c.dom.NamedNodeMap
-
Retrieves a node specified by name.
- getNamedItemNS(String, String) - Method in interface org.w3c.dom.NamedNodeMap
-
Retrieves a node specified by local name and namespace URI.
- getNamespaceContext() - Method in interface javax.xml.stream.events.StartElement
- getNamespaceContext() - Method in class javax.xml.stream.util.StreamReaderDelegate
- getNamespaceContext() - Method in interface javax.xml.stream.XMLEventWriter
- getNamespaceContext() - Method in interface javax.xml.stream.XMLStreamReader
- getNamespaceContext() - Method in interface javax.xml.stream.XMLStreamWriter
- getNamespaceContext() - Method in interface javax.xml.xpath.XPath
-
Return the current namespace context.
- getNamespaceCount() - Method in class javax.xml.stream.util.StreamReaderDelegate
- getNamespaceCount() - Method in interface javax.xml.stream.XMLStreamReader
- getNamespacePrefix(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
- getNamespacePrefix(int) - Method in interface javax.xml.stream.XMLStreamReader
- getNamespaces() - Method in interface javax.xml.stream.events.EndElement
- getNamespaces() - Method in interface javax.xml.stream.events.StartElement
- getNamespaceURI() - Method in class javax.xml.namespace.QName
-
Get the Namespace URI of this
QName
. - getNamespaceURI() - Method in interface javax.xml.stream.events.Namespace
- getNamespaceURI() - Method in class javax.xml.stream.util.StreamReaderDelegate
- getNamespaceURI() - Method in interface javax.xml.stream.XMLStreamReader
- getNamespaceURI() - Method in interface org.w3c.css.sac.AttributeCondition
-
Returns the namespace URI of this attribute condition.
- getNamespaceURI() - Method in interface org.w3c.css.sac.ElementSelector
-
Returns the namespace URI of this element selector.
- getNamespaceURI() - Method in interface org.w3c.dom.Node
-
The namespace URI of this node, or
null
if it is unspecified (see ). - getNamespaceURI(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
- getNamespaceURI(int) - Method in interface javax.xml.stream.XMLStreamReader
- getNamespaceURI(int) - Method in interface org.w3c.dom.NameList
-
Returns the
index
th namespaceURI item in the collection. - getNamespaceURI(String) - Method in interface javax.xml.namespace.NamespaceContext
-
Get Namespace URI bound to a prefix in the current scope.
- getNamespaceURI(String) - Method in interface javax.xml.stream.events.StartElement
- getNamespaceURI(String) - Method in class javax.xml.stream.util.StreamReaderDelegate
- getNamespaceURI(String) - Method in interface javax.xml.stream.XMLStreamReader
- getNearestViewportElement() - Method in interface org.w3c.dom.svg.SVGLocatable
- getNestedException() - Method in exception javax.xml.stream.XMLStreamException
- getNewDocument() - Method in interface org.w3c.dom.ls.LSLoadEvent
-
The document that finished loading.
- getNewLine() - Method in interface org.w3c.dom.ls.LSSerializer
-
The end-of-line sequence of characters to be used in the XML being written out.
- getNewScale() - Method in interface org.w3c.dom.svg.SVGZoomEvent
- getNewTranslate() - Method in interface org.w3c.dom.svg.SVGZoomEvent
- getNewValue() - Method in interface org.w3c.dom.events.MutationEvent
-
newValue
indicates the new value of theAttr
node in DOMAttrModified events, and of theCharacterData
node in DOMCharacterDataModified events. - getNextElementSibling() - Method in interface org.w3c.dom.ElementTraversal
-
Returns the next sibling element node of this element.
- getNextLexicalUnit() - Method in interface org.w3c.css.sac.LexicalUnit
-
Returns the next value or
null
if any. - getNextSibling() - Method in class javax.xml.transform.dom.DOMResult
-
Get the child node before which the result nodes will be inserted.
- getNextSibling() - Method in interface org.w3c.dom.Node
-
The node immediately following this node.
- getNextSibling() - Method in interface org.w3c.dom.svg.SVGElementInstance
- getNode() - Method in class javax.xml.transform.dom.DOMResult
-
Get the node that will contain the result DOM tree.
- getNode() - Method in class javax.xml.transform.dom.DOMSource
-
Get the node that represents a Source DOM tree.
- getNodeName() - Method in interface org.w3c.dom.Node
-
The name of this node, depending on its type; see the table above.
- getNodeType() - Method in interface org.w3c.css.sac.SiblingSelector
-
The node type to considered in the siblings list.
- getNodeType() - Method in interface org.w3c.dom.Node
-
A code representing the type of the underlying object, as defined above.
- getNodeValue() - Method in interface org.w3c.dom.Node
-
The value of this node, depending on its type; see the table above.
- getNoHref() - Method in interface org.w3c.dom.html.HTMLAreaElement
-
Specifies that this area is inactive, i.e., has no associated action.
- getNoResize() - Method in interface org.w3c.dom.html.HTMLFrameElement
-
When true, forbid user from resizing frame.
- getNormalizedPathSegList() - Method in interface org.w3c.dom.svg.SVGAnimatedPathData
- getNoShade() - Method in interface org.w3c.dom.html.HTMLHRElement
-
Indicates to the user agent that there should be no shading in the rendering of this element.
- getNotationName() - Method in interface javax.xml.stream.events.EntityDeclaration
- getNotationName() - Method in interface org.w3c.dom.Entity
-
For unparsed entities, the name of the notation for the entity.
- getNotations() - Method in interface javax.xml.stream.events.DTD
- getNotations() - Method in interface org.w3c.dom.DocumentType
-
A
NamedNodeMap
containing the notations declared in the DTD. - getNoWrap() - Method in interface org.w3c.dom.html.HTMLTableCellElement
-
Suppress word wrapping.
- getNumberOfChars() - Method in interface org.w3c.dom.svg.SVGTextContentElement
- getNumberOfItems() - Method in interface org.w3c.dom.svg.SVGLengthList
- getNumberOfItems() - Method in interface org.w3c.dom.svg.SVGNumberList
- getNumberOfItems() - Method in interface org.w3c.dom.svg.SVGPathSegList
- getNumberOfItems() - Method in interface org.w3c.dom.svg.SVGPointList
- getNumberOfItems() - Method in interface org.w3c.dom.svg.SVGStringList
- getNumberOfItems() - Method in interface org.w3c.dom.svg.SVGTransformList
- getNumberValue() - Method in interface org.w3c.dom.xpath.XPathResult
-
The value of this number result.
- getNumOctaves() - Method in interface org.w3c.dom.svg.SVGFETurbulenceElement
- getObject() - Method in interface org.w3c.dom.html.HTMLAppletElement
-
Serialized applet file.
- getOffset() - Method in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
- getOffset() - Method in interface org.w3c.dom.svg.SVGStopElement
- getOperator() - Method in interface org.w3c.dom.svg.SVGFECompositeElement
- getOperator() - Method in interface org.w3c.dom.svg.SVGFEMorphologyElement
- getOptions() - Method in interface org.w3c.dom.html.HTMLSelectElement
-
The collection of
OPTION
elements contained by this element. - getOrderX() - Method in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
- getOrderY() - Method in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
- getOrientAngle() - Method in interface org.w3c.dom.svg.SVGMarkerElement
- getOrientType() - Method in interface org.w3c.dom.svg.SVGMarkerElement
- getOriginatingNode() - Method in interface javax.xml.transform.dom.DOMLocator
-
Return the node where the event occurred.
- getOrphans() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the orphans property definition in CSS2.
- getOutline() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the outline property definition in CSS2.
- getOutlineColor() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the outline-color property definition in CSS2.
- getOutlineStyle() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the outline-style property definition in CSS2.
- getOutlineWidth() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the outline-width property definition in CSS2.
- getOutputProperties() - Method in interface javax.xml.transform.Templates
-
Get the properties corresponding to the effective xsl:output element.
- getOutputProperties() - Method in class javax.xml.transform.Transformer
-
Get a copy of the output properties for the transformation.
- getOutputProperty(String) - Method in class javax.xml.transform.Transformer
-
Get an output property that is in effect for the transformer.
- getOutputStream() - Method in class javax.xml.transform.stream.StreamResult
-
Get the byte stream that was set with setOutputStream.
- getOverflow() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the overflow property definition in CSS2.
- getOverrideStyle(Element, String) - Method in interface org.w3c.dom.css.DocumentCSS
-
This method is used to retrieve the override style declaration for a specified element and a specified pseudo-element.
- getOwnerDocument() - Method in interface org.w3c.dom.Node
-
The
Document
object associated with this node. - getOwnerElement() - Method in interface org.w3c.dom.Attr
-
The
Element
node this attribute is attached to ornull
if this attribute is not in use. - getOwnerElement() - Method in interface org.w3c.dom.xpath.XPathNamespace
-
The
Element
on which the namespace was in scope when it was requested. - getOwnerNode() - Method in interface org.w3c.dom.stylesheets.StyleSheet
-
The node that associates this style sheet with the document.
- getOwnerRule() - Method in interface org.w3c.dom.css.CSSStyleSheet
-
If this style sheet comes from an
@import
rule, theownerRule
attribute will contain theCSSImportRule
. - getOwnerSVGElement() - Method in interface org.w3c.dom.svg.SVGElement
- getPadding() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the padding property definition in CSS2.
- getPaddingBottom() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the padding-bottom property definition in CSS2.
- getPaddingLeft() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the padding-left property definition in CSS2.
- getPaddingRight() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the padding-right property definition in CSS2.
- getPaddingTop() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the padding-top property definition in CSS2.
- getPage() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the page property definition in CSS2.
- getPageBreakAfter() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the page-break-after property definition in CSS2.
- getPageBreakBefore() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the page-break-before property definition in CSS2.
- getPageBreakInside() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the page-break-inside property definition in CSS2.
- getPaintType() - Method in interface org.w3c.dom.svg.SVGPaint
- getParameter(String) - Method in class javax.xml.transform.Transformer
-
Get a parameter that was explicitly set with setParameter.
- getParameter(String) - Method in interface org.w3c.dom.DOMConfiguration
-
Return the value of a parameter if known.
- getParameterNames() - Method in interface org.w3c.dom.DOMConfiguration
-
The list of the parameters supported by this
DOMConfiguration
object and for which at least one value can be set by the application. - getParameters() - Method in interface org.w3c.css.sac.LexicalUnit
-
The function parameters including operators (like the comma).
- getParent() - Method in class javax.xml.stream.util.EventReaderDelegate
- getParent() - Method in class javax.xml.stream.util.StreamReaderDelegate
- getParent() - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Get the parent reader.
- getParent() - Method in interface org.xml.sax.XMLFilter
-
Get the parent reader.
- getParentNode() - Method in interface org.w3c.dom.Node
-
The parent of this node.
- getParentNode() - Method in interface org.w3c.dom.svg.SVGElementInstance
- getParentRule() - Method in interface org.w3c.dom.css.CSSRule
-
If this rule is contained inside another rule (e.g.
- getParentRule() - Method in interface org.w3c.dom.css.CSSStyleDeclaration
-
The CSS rule that contains this declaration block or
null
if thisCSSStyleDeclaration
is not attached to aCSSRule
. - getParentStyleSheet() - Method in interface org.w3c.dom.css.CSSRule
-
The style sheet that contains this rule.
- getParentStyleSheet() - Method in interface org.w3c.dom.stylesheets.StyleSheet
-
For style sheet languages that support the concept of style sheet inclusion, this attribute represents the including style sheet, if one exists.
- getParser() - Method in class javax.xml.parsers.SAXParser
-
Returns the SAX parser that is encapsulated by the implementation of this class.
- getParserVersion() - Method in interface org.w3c.css.sac.Parser
-
Returns a string about which CSS language is supported by this parser.
- getPathLength() - Method in interface org.w3c.dom.svg.SVGPathElement
- getPathSegAtLength(float) - Method in interface org.w3c.dom.svg.SVGPathElement
- getPathSegList() - Method in interface org.w3c.dom.svg.SVGAnimatedPathData
- getPathSegType() - Method in interface org.w3c.dom.svg.SVGPathSeg
- getPathSegTypeAsLetter() - Method in interface org.w3c.dom.svg.SVGPathSeg
- getPatternContentUnits() - Method in interface org.w3c.dom.svg.SVGPatternElement
- getPatternTransform() - Method in interface org.w3c.dom.svg.SVGPatternElement
- getPatternUnits() - Method in interface org.w3c.dom.svg.SVGPatternElement
- getPause() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the pause property definition in CSS2.
- getPauseAfter() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the pause-after property definition in CSS2.
- getPauseBefore() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the pause-before property definition in CSS2.
- getPIData() - Method in class javax.xml.stream.util.StreamReaderDelegate
- getPIData() - Method in interface javax.xml.stream.XMLStreamReader
- getPITarget() - Method in class javax.xml.stream.util.StreamReaderDelegate
- getPITarget() - Method in interface javax.xml.stream.XMLStreamReader
- getPitch() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the pitch property definition in CSS2.
- getPitchRange() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the pitch-range property definition in CSS2.
- getPixelUnitToMillimeterX() - Method in interface org.w3c.dom.svg.SVGSVGElement
- getPixelUnitToMillimeterY() - Method in interface org.w3c.dom.svg.SVGSVGElement
- getPlayDuring() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the play-during property definition in CSS2.
- getPointAtLength(float) - Method in interface org.w3c.dom.svg.SVGPathElement
- getPoints() - Method in interface org.w3c.dom.svg.SVGAnimatedPoints
- getPointsAtX() - Method in interface org.w3c.dom.svg.SVGFESpotLightElement
- getPointsAtY() - Method in interface org.w3c.dom.svg.SVGFESpotLightElement
- getPointsAtZ() - Method in interface org.w3c.dom.svg.SVGFESpotLightElement
- getPosition() - Method in interface org.w3c.css.sac.PositionalCondition
-
Returns the position in the tree.
- getPosition() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the position property definition in CSS2.
- getPosition() - Method in interface org.w3c.dom.ls.LSProgressEvent
-
The current position in the input source, including all external entities and other resources that have been read.
- getPrefix() - Method in class javax.xml.namespace.QName
-
Get the prefix of this
QName
. - getPrefix() - Method in interface javax.xml.stream.events.Namespace
- getPrefix() - Method in class javax.xml.stream.util.StreamReaderDelegate
- getPrefix() - Method in interface javax.xml.stream.XMLStreamReader
- getPrefix() - Method in interface org.w3c.dom.Node
-
The namespace prefix of this node, or
null
if it is unspecified. - getPrefix(String) - Method in interface javax.xml.namespace.NamespaceContext
-
Get prefix bound to Namespace URI in the current scope.
- getPrefix(String) - Method in interface javax.xml.stream.XMLEventWriter
- getPrefix(String) - Method in interface javax.xml.stream.XMLStreamWriter
- 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 whose declarations are active in the current context.
- getPrefixes(String) - Method in interface javax.xml.namespace.NamespaceContext
-
Get all prefixes bound to a Namespace URI in the current scope.
- getPrefixes(String) - Method in class org.xml.sax.helpers.NamespaceSupport
-
Return an enumeration of all prefixes for a given URI whose declarations are active in the current context.
- getPresentationAttribute(String) - Method in interface org.w3c.dom.svg.SVGStylable
- getPreserveAlpha() - Method in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
- getPreserveAspectRatio() - Method in interface org.w3c.dom.svg.SVGFEImageElement
- getPreserveAspectRatio() - Method in interface org.w3c.dom.svg.SVGFitToViewBox
- getPreserveAspectRatio() - Method in interface org.w3c.dom.svg.SVGImageElement
- getPreserveAspectRatioString() - Method in interface org.w3c.dom.svg.SVGViewSpec
- getPreviousElementSibling() - Method in interface org.w3c.dom.ElementTraversal
-
Returns the previous sibling element node of this element.
- getPreviousLexicalUnit() - Method in interface org.w3c.css.sac.LexicalUnit
-
Returns the previous value or
null
if any. - getPreviousScale() - Method in interface org.w3c.dom.svg.SVGZoomEvent
- getPreviousSibling() - Method in interface org.w3c.dom.Node
-
The node immediately preceding this node.
- getPreviousSibling() - Method in interface org.w3c.dom.svg.SVGElementInstance
- getPreviousTranslate() - Method in interface org.w3c.dom.svg.SVGZoomEvent
- getPrevValue() - Method in interface org.w3c.dom.events.MutationEvent
-
prevValue
indicates the previous value of theAttr
node in DOMAttrModified events, and of theCharacterData
node in DOMCharacterDataModified events. - getPrimitiveType() - Method in interface org.w3c.dom.css.CSSPrimitiveValue
-
The type of the value as defined by the constants specified above.
- getPrimitiveUnits() - Method in interface org.w3c.dom.svg.SVGFilterElement
- getProcessedDTD() - Method in interface javax.xml.stream.events.DTD
- getProfile() - Method in interface org.w3c.dom.html.HTMLHeadElement
-
URI designating a metadata profile.
- getPrompt() - Method in interface org.w3c.dom.html.HTMLIsIndexElement
-
The prompt message.
- getProperty(String) - Method in class javax.xml.parsers.SAXParser
-
Returns the particular property requested for in the underlying implementation of
XMLReader
. - getProperty(String) - Method in class javax.xml.stream.util.EventReaderDelegate
- getProperty(String) - Method in class javax.xml.stream.util.StreamReaderDelegate
- getProperty(String) - Method in interface javax.xml.stream.XMLEventReader
- getProperty(String) - Method in class javax.xml.stream.XMLInputFactory
- getProperty(String) - Method in class javax.xml.stream.XMLOutputFactory
- getProperty(String) - Method in interface javax.xml.stream.XMLStreamReader
- getProperty(String) - Method in interface javax.xml.stream.XMLStreamWriter
- getProperty(String) - Method in class javax.xml.validation.SchemaFactory
-
Look up the value of a property.
- getProperty(String) - Method in class javax.xml.validation.Validator
-
Look up the value of a property.
- getProperty(String) - Method in class javax.xml.validation.ValidatorHandler
-
Look up the value of a property.
- getProperty(String) - Method in class org.xml.sax.helpers.ParserAdapter
-
Get a parser property.
- getProperty(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Look up the value of a property.
- getProperty(String) - Method in interface org.xml.sax.XMLReader
-
Look up the value of a property.
- getPropertyCSSValue(String) - Method in interface org.w3c.dom.css.CSSStyleDeclaration
-
Used to retrieve the object representation of the value of a CSS property if it has been explicitly set within this declaration block.
- getPropertyPriority(String) - Method in interface org.w3c.dom.css.CSSStyleDeclaration
-
Used to retrieve the priority of a CSS property (e.g.
- getPropertyValue(String) - Method in interface org.w3c.dom.css.CSSStyleDeclaration
-
Used to retrieve the value of a CSS property if it has been explicitly set within this declaration block.
- getPublicId() - Method in interface javax.xml.stream.events.EntityDeclaration
- getPublicId() - Method in interface javax.xml.stream.events.NotationDeclaration
- getPublicId() - Method in interface javax.xml.stream.Location
- getPublicId() - Method in interface javax.xml.transform.SourceLocator
-
Return the public identifier for the current document event.
- getPublicId() - Method in class javax.xml.transform.stream.StreamSource
-
Get the public identifier that was set with setPublicId.
- getPublicId() - Method in interface org.w3c.dom.DocumentType
-
The public identifier of the external subset.
- getPublicId() - Method in interface org.w3c.dom.Entity
-
The public identifier associated with the entity if specified, and
null
otherwise. - getPublicId() - Method in interface org.w3c.dom.ls.LSInput
-
The public identifier for this input source.
- getPublicId() - Method in interface org.w3c.dom.Notation
-
The public identifier of this notation.
- getPublicId() - Method in class org.xml.sax.helpers.LocatorImpl
-
Return the saved public identifier.
- 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 exception org.xml.sax.SAXParseException
-
Get the public identifier of the entity where the exception occurred.
- getQName(int) - Method in interface org.xml.sax.Attributes
-
Look up an attribute's XML qualified (prefixed) name by index.
- getQName(int) - Method in class org.xml.sax.helpers.AttributesImpl
-
Return an attribute's qualified (prefixed) name.
- getQuotes() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the quotes property definition in CSS2.
- getR() - Method in interface org.w3c.dom.svg.SVGCircleElement
- getR() - Method in interface org.w3c.dom.svg.SVGRadialGradientElement
- getR1() - Method in interface org.w3c.dom.svg.SVGPathSegArcAbs
- getR1() - Method in interface org.w3c.dom.svg.SVGPathSegArcRel
- getR2() - Method in interface org.w3c.dom.svg.SVGPathSegArcAbs
- getR2() - Method in interface org.w3c.dom.svg.SVGPathSegArcRel
- getRadiusX() - Method in interface org.w3c.dom.svg.SVGFEMorphologyElement
- getRadiusY() - Method in interface org.w3c.dom.svg.SVGFEMorphologyElement
- getReader() - Method in class javax.xml.transform.stream.StreamSource
-
Get the character stream that was set with setReader.
- getReadOnly() - Method in interface org.w3c.dom.html.HTMLInputElement
-
This control is read-only.
- getReadOnly() - Method in interface org.w3c.dom.html.HTMLTextAreaElement
-
This control is read-only.
- getRectValue() - Method in interface org.w3c.dom.css.CSSPrimitiveValue
-
This method is used to get the Rect value.
- getRed() - Method in interface org.w3c.dom.css.RGBColor
-
This attribute is used for the red value of the RGB color.
- getReferrer() - Method in interface org.w3c.dom.html.HTMLDocument
-
Returns the URI of the page that linked to this page.
- getReferrer() - Method in interface org.w3c.dom.svg.SVGDocument
- getRefX() - Method in interface org.w3c.dom.svg.SVGMarkerElement
- getRefY() - Method in interface org.w3c.dom.svg.SVGMarkerElement
- getRel() - Method in interface org.w3c.dom.html.HTMLAnchorElement
-
Forward link type.
- getRel() - Method in interface org.w3c.dom.html.HTMLLinkElement
-
Forward link type.
- getRelatedData() - Method in interface org.w3c.dom.DOMError
-
The related
DOMError.type
dependent data if any. - getRelatedException() - Method in interface org.w3c.dom.DOMError
-
The related platform dependent exception if any.
- getRelatedNode() - Method in interface org.w3c.dom.DOMLocator
-
The node this locator is pointing to, or
null
if no node is available. - getRelatedNode() - Method in interface org.w3c.dom.events.MutationEvent
-
relatedNode
is used to identify a secondary node related to a mutation event. - getRelatedTarget() - Method in interface org.w3c.dom.events.MouseEvent
-
Used to identify a secondary
EventTarget
related to a UI event. - getRenderingIntent() - Method in interface org.w3c.dom.svg.SVGColorProfileElement
- getRenderingIntent() - Method in interface org.w3c.dom.svg.SVGColorProfileRule
- getReplacementText() - Method in interface javax.xml.stream.events.EntityDeclaration
- getRequiredExtensions() - Method in interface org.w3c.dom.svg.SVGTests
- getRequiredFeatures() - Method in interface org.w3c.dom.svg.SVGTests
- getResourceResolver() - Method in class javax.xml.validation.SchemaFactory
-
Gets the current
LSResourceResolver
set to thisSchemaFactory
. - getResourceResolver() - Method in class javax.xml.validation.Validator
-
Gets the current
LSResourceResolver
set to thisValidator
. - getResourceResolver() - Method in class javax.xml.validation.ValidatorHandler
-
Gets the current
LSResourceResolver
set to thisValidatorHandler
. - getResult() - Method in interface org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes
- getResultType() - Method in interface org.w3c.dom.xpath.XPathResult
-
A code representing the type of this result, as defined by the type constants.
- getRev() - Method in interface org.w3c.dom.html.HTMLAnchorElement
-
Reverse link type.
- getRev() - Method in interface org.w3c.dom.html.HTMLLinkElement
-
Reverse link type.
- getRGBColor() - Method in interface org.w3c.dom.svg.SVGColor
- getRGBColorValue() - Method in interface org.w3c.dom.css.CSSPrimitiveValue
-
This method is used to get the RGB color.
- getRichness() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the richness property definition in CSS2.
- getRight() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the right property definition in CSS2.
- getRight() - Method in interface org.w3c.dom.css.Rect
-
This attribute is used for the right of the rect.
- 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 theTreeWalker
, as specified when it was created. - getRootElement() - Method in interface org.w3c.dom.svg.SVGDocument
- getRotate() - Method in interface org.w3c.dom.svg.SVGTextPositioningElement
- getRotationOfChar(int) - Method in interface org.w3c.dom.svg.SVGTextContentElement
- getRowIndex() - Method in interface org.w3c.dom.html.HTMLTableRowElement
-
The index of this row, relative to the entire table.
- getRows() - Method in interface org.w3c.dom.html.HTMLFrameSetElement
-
The number of rows of frames in the frameset.
- getRows() - Method in interface org.w3c.dom.html.HTMLTableElement
-
Returns a collection of all the rows in the table, including all in
THEAD
,TFOOT
, allTBODY
elements. - 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.HTMLTextAreaElement
-
Number of text rows.
- getRowSpan() - Method in interface org.w3c.dom.html.HTMLTableCellElement
-
Number of rows spanned by cell.
- getRules() - Method in interface org.w3c.dom.html.HTMLTableElement
-
Specifies which internal table borders to render.
- getRx() - Method in interface org.w3c.dom.svg.SVGEllipseElement
- getRx() - Method in interface org.w3c.dom.svg.SVGRectElement
- getRy() - Method in interface org.w3c.dom.svg.SVGEllipseElement
- getRy() - Method in interface org.w3c.dom.svg.SVGRectElement
- getScale() - Method in interface org.w3c.dom.svg.SVGFEDisplacementMapElement
- getSchema() - Method in class javax.xml.parsers.DocumentBuilder
-
Get a reference to the the
Schema
being used by the XML processor. - getSchema() - Method in class javax.xml.parsers.DocumentBuilderFactory
-
Gets the
Schema
object specified through theDocumentBuilderFactory.setSchema(Schema schema)
method. - getSchema() - Method in class javax.xml.parsers.SAXParser
-
Get a reference to the the
Schema
being used by the XML processor. - getSchema() - Method in class javax.xml.parsers.SAXParserFactory
-
Gets the
Schema
object specified through theSAXParserFactory.setSchema(Schema schema)
method. - getSchemaType() - Method in interface javax.xml.stream.events.XMLEvent
- getSchemaTypeInfo() - Method in interface org.w3c.dom.Attr
-
The type information associated with this attribute.
- getSchemaTypeInfo() - Method in interface org.w3c.dom.Element
-
The type information associated with this element.
- getScheme() - Method in interface org.w3c.dom.html.HTMLMetaElement
-
Select form of content.
- getScope() - Method in interface org.w3c.dom.html.HTMLTableCellElement
-
Scope covered by header cells.
- getScreenCTM() - Method in interface org.w3c.dom.svg.SVGLocatable
- getScreenPixelToMillimeterX() - Method in interface org.w3c.dom.svg.SVGSVGElement
- getScreenPixelToMillimeterY() - Method in interface org.w3c.dom.svg.SVGSVGElement
- getScreenX() - Method in interface org.w3c.dom.events.MouseEvent
-
The horizontal coordinate at which the event occurred relative to the origin of the screen coordinate system.
- getScreenY() - Method in interface org.w3c.dom.events.MouseEvent
-
The vertical coordinate at which the event occurred relative to the origin of the screen coordinate system.
- 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.
- getSecond() - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Return seconds or
DatatypeConstants.FIELD_UNDEFINED
. - getSecondCondition() - Method in interface org.w3c.css.sac.CombinatorCondition
-
Returns the second condition.
- getSeconds() - Method in class javax.xml.datatype.Duration
-
Obtains the value of the SECONDS field as an integer value, or 0 if not present.
- getSectionRowIndex() - Method in interface org.w3c.dom.html.HTMLTableRowElement
-
The index of this row, relative to the current section(
THEAD
,TFOOT
, orTBODY
). - getSeed() - Method in interface org.w3c.dom.svg.SVGFETurbulenceElement
- getSelected() - Method in interface org.w3c.dom.html.HTMLOptionElement
-
Means that this option is initially selected.
- getSelectedIndex() - Method in interface org.w3c.dom.html.HTMLSelectElement
-
The ordinal index of the selected option.
- getSelector() - Method in interface org.w3c.css.sac.SiblingSelector
-
Returns the first selector.
- getSelectorText() - Method in interface org.w3c.dom.css.CSSPageRule
-
The parsable textual representation of the page selector for the rule.
- getSelectorText() - Method in interface org.w3c.dom.css.CSSStyleRule
-
The textual representation of the selector for the rule set.
- getSelectorType() - Method in interface org.w3c.css.sac.Selector
-
An integer indicating the type of
Selector
- getSeparator() - Method in interface org.w3c.dom.css.Counter
-
This attribute is used for the separator of the nested counters.
- getSeverity() - Method in interface org.w3c.dom.DOMError
-
The severity of the error, either
SEVERITY_WARNING
,SEVERITY_ERROR
, orSEVERITY_FATAL_ERROR
. - getShape() - Method in interface org.w3c.dom.html.HTMLAnchorElement
-
The shape of the active area.
- getShape() - Method in interface org.w3c.dom.html.HTMLAreaElement
-
The shape of the active area.
- getSheet() - Method in interface org.w3c.dom.stylesheets.LinkStyle
-
The style sheet.
- getShiftKey() - Method in interface org.w3c.dom.events.MouseEvent
-
Used to indicate whether the 'shift' key was depressed during the firing of the event.
- getSiblingSelector() - Method in interface org.w3c.css.sac.SiblingSelector
- getSign() - Method in class javax.xml.datatype.Duration
-
Returns the sign of this duration in -1,0, or 1.
- getSimpleDuration() - Method in interface org.w3c.dom.svg.SVGAnimationElement
- getSimpleSelector() - Method in interface org.w3c.css.sac.ConditionalSelector
-
Returns the simple selector.
- getSimpleSelector() - Method in interface org.w3c.css.sac.DescendantSelector
- getSimpleSelector() - Method in interface org.w3c.css.sac.NegativeSelector
-
Returns the simple selector.
- getSingleNodeValue() - Method in interface org.w3c.dom.xpath.XPathResult
-
The value of this single node result, which may be
null
. - getSize() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the size property definition in CSS2.
- getSize() - Method in interface org.w3c.dom.html.HTMLBaseFontElement
-
Font size.
- getSize() - Method in interface org.w3c.dom.html.HTMLFontElement
-
Font size.
- getSize() - Method in interface org.w3c.dom.html.HTMLHRElement
-
The height of the rule.
- getSize() - Method in interface org.w3c.dom.html.HTMLInputElement
-
Size information.
- getSize() - Method in interface org.w3c.dom.html.HTMLSelectElement
-
Number of visible rows.
- getSlope() - Method in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
- getSnapshotLength() - Method in interface org.w3c.dom.xpath.XPathResult
-
The number of nodes in the result snapshot.
- getSpacing() - Method in interface org.w3c.dom.svg.SVGTextPathElement
- getSpan() - Method in interface org.w3c.dom.html.HTMLTableColElement
-
Indicates the number of columns in a group or affected by a grouping.
- getSpeak() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the speak property definition in CSS2.
- getSpeakHeader() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the speak-header property definition in CSS2.
- getSpeakNumeral() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the speak-numeral property definition in CSS2.
- getSpeakPunctuation() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the speak-punctuation property definition in CSS2.
- getSpecified() - Method in interface org.w3c.css.sac.AttributeCondition
-
Returns
true
if the attribute must have an explicit value in the original document,false
otherwise. - getSpecified() - Method in interface org.w3c.dom.Attr
-
True
if this attribute was explicitly given a value in the instance document,false
otherwise. - getSpecularConstant() - Method in interface org.w3c.dom.svg.SVGFESpecularLightingElement
- getSpecularExponent() - Method in interface org.w3c.dom.svg.SVGFESpecularLightingElement
- getSpecularExponent() - Method in interface org.w3c.dom.svg.SVGFESpotLightElement
- getSpeechRate() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the speech-rate property definition in CSS2.
- getSpreadMethod() - Method in interface org.w3c.dom.svg.SVGGradientElement
- getSrc() - Method in interface org.w3c.dom.html.HTMLFrameElement
-
A URI designating the initial frame contents.
- 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.
- getSrc() - Method in interface org.w3c.dom.html.HTMLInputElement
-
When the
type
attribute has the value "Image", thisattribute specifies the location of the image to be used to decoratethe graphical submit button. - getSrc() - Method in interface org.w3c.dom.html.HTMLScriptElement
-
URI designating an external script.
- getSrc() - Method in interface org.w3c.dom.svg.SVGColorProfileRule
- getStandby() - Method in interface org.w3c.dom.html.HTMLObjectElement
-
Message to render while loading the object.
- getStart() - Method in interface org.w3c.dom.html.HTMLOListElement
-
Starting sequence number.
- getStartContainer() - Method in interface org.w3c.dom.ranges.Range
-
Node within which the Range begins
- getStartOffset() - Method in interface org.w3c.dom.ranges.Range
-
Offset within the starting node of the Range.
- getStartOffset() - Method in interface org.w3c.dom.svg.SVGTextPathElement
- getStartPositionOfChar(int) - Method in interface org.w3c.dom.svg.SVGTextContentElement
- getStartTime() - Method in interface org.w3c.dom.svg.SVGAnimationElement
- getStdDeviationX() - Method in interface org.w3c.dom.svg.SVGFEGaussianBlurElement
- getStdDeviationY() - Method in interface org.w3c.dom.svg.SVGFEGaussianBlurElement
- getStitchTiles() - Method in interface org.w3c.dom.svg.SVGFETurbulenceElement
- getStress() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the stress property definition in CSS2.
- getStrictErrorChecking() - Method in interface org.w3c.dom.Document
-
An attribute specifying whether error checking is enforced or not.
- getStringData() - Method in interface org.w3c.dom.ls.LSInput
-
String data to parse.
- getStringValue() - Method in interface org.w3c.css.sac.LexicalUnit
-
Returns the string value.
- getStringValue() - Method in interface org.w3c.dom.css.CSSPrimitiveValue
-
This method is used to get the string value.
- getStringValue() - Method in interface org.w3c.dom.xpath.XPathResult
-
The value of this string result.
- getStyle() - Method in interface org.w3c.dom.css.CSSFontFaceRule
-
The declaration-block of this rule.
- getStyle() - Method in interface org.w3c.dom.css.CSSPageRule
-
The declaration-block of this rule.
- getStyle() - Method in interface org.w3c.dom.css.CSSStyleRule
-
The declaration-block of this rule set.
- getStyle() - Method in interface org.w3c.dom.css.ElementCSSInlineStyle
-
The style attribute.
- getStyle() - Method in interface org.w3c.dom.svg.SVGStylable
- getStyleSheet() - Method in interface org.w3c.dom.css.CSSImportRule
-
The style sheet referred to by this rule, if it has been loaded.
- getStyleSheets() - Method in interface org.w3c.dom.stylesheets.DocumentStyle
-
A list containing all the style sheets explicitly linked into or embedded in a document.
- getSubStringLength(int, int) - Method in interface org.w3c.dom.svg.SVGTextContentElement
- getSubValues() - Method in interface org.w3c.css.sac.LexicalUnit
-
Returns a list of values inside the sub expression.
- getSummary() - Method in interface org.w3c.dom.html.HTMLTableElement
-
Supplementary description about the purpose or structureof a table.
- getSurfaceScale() - Method in interface org.w3c.dom.svg.SVGFEDiffuseLightingElement
- getSurfaceScale() - Method in interface org.w3c.dom.svg.SVGFESpecularLightingElement
- getSVGDocument() - Method in interface org.w3c.dom.svg.GetSVGDocument
- GetSVGDocument - Interface in org.w3c.dom.svg
- getSweepFlag() - Method in interface org.w3c.dom.svg.SVGPathSegArcAbs
- getSweepFlag() - Method in interface org.w3c.dom.svg.SVGPathSegArcRel
- getSystemId() - Method in interface javax.xml.stream.events.EntityDeclaration
- getSystemId() - Method in interface javax.xml.stream.events.NotationDeclaration
- getSystemId() - Method in interface javax.xml.stream.events.StartDocument
- getSystemId() - Method in interface javax.xml.stream.Location
- getSystemId() - Method in class javax.xml.transform.dom.DOMResult
-
Get the System Identifier.
- getSystemId() - Method in class javax.xml.transform.dom.DOMSource
-
Get the base ID (URL or system ID) from where URLs will be resolved.
- getSystemId() - Method in interface javax.xml.transform.Result
-
Get the system identifier that was set with setSystemId.
- getSystemId() - Method in class javax.xml.transform.sax.SAXResult
-
Get the system identifier that was set with setSystemId.
- getSystemId() - Method in class javax.xml.transform.sax.SAXSource
-
Get the base ID (URI or system ID) from where URIs will be resolved.
- getSystemId() - Method in interface javax.xml.transform.sax.TemplatesHandler
-
Get the base ID (URI or system ID) from where relative URLs will be resolved.
- getSystemId() - Method in interface javax.xml.transform.sax.TransformerHandler
-
Get the base ID (URI or system ID) from where relative URLs will be resolved.
- getSystemId() - Method in interface javax.xml.transform.Source
-
Get the system identifier that was set with setSystemId.
- getSystemId() - Method in interface javax.xml.transform.SourceLocator
-
Return the system identifier for the current document event.
- getSystemId() - Method in class javax.xml.transform.stax.StAXResult
- getSystemId() - Method in class javax.xml.transform.stax.StAXSource
- getSystemId() - Method in class javax.xml.transform.stream.StreamResult
-
Get the system identifier that was set with setSystemId.
- getSystemId() - Method in class javax.xml.transform.stream.StreamSource
-
Get the system identifier that was set with setSystemId.
- getSystemId() - Method in interface org.w3c.dom.DocumentType
-
The system identifier of the external subset.
- getSystemId() - Method in interface org.w3c.dom.Entity
-
The system identifier associated with the entity if specified, and
null
otherwise. - getSystemId() - Method in interface org.w3c.dom.ls.LSInput
-
The system identifier, a URI reference [IETF RFC 2396], for this input source.
- getSystemId() - Method in interface org.w3c.dom.ls.LSOutput
-
The system identifier, a URI reference [IETF RFC 2396], for this output destination.
- getSystemId() - Method in interface org.w3c.dom.Notation
-
The system identifier of this notation.
- getSystemId() - Method in class org.xml.sax.helpers.LocatorImpl
-
Return the saved system identifier.
- 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 exception org.xml.sax.SAXParseException
-
Get the system identifier of the entity where the exception occurred.
- getSystemLanguage() - Method in interface org.w3c.dom.svg.SVGTests
- 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.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.HTMLInputElement
-
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.HTMLTextAreaElement
-
Index that represents the element's position in the tabbing order.
- getTableLayout() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the table-layout property definition in CSS2.
- getTableValues() - Method in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
- getTagName() - Method in interface org.w3c.dom.Element
-
The name of the element.
- getTarget() - Method in interface javax.xml.stream.events.ProcessingInstruction
- getTarget() - Method in interface org.w3c.css.sac.ProcessingInstructionSelector
-
Returns the target of the 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.HTMLAnchorElement
-
Frame to render the resource in.
- getTarget() - Method in interface org.w3c.dom.html.HTMLAreaElement
-
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.HTMLFormElement
-
Frame to render the resource in.
- getTarget() - Method in interface org.w3c.dom.html.HTMLLinkElement
-
Frame to render the resource in.
- getTarget() - Method in interface org.w3c.dom.ProcessingInstruction
-
The target of this processing instruction.
- getTarget() - Method in interface org.w3c.dom.svg.SVGAElement
- getTargetElement() - Method in interface org.w3c.dom.svg.SVGAnimationElement
- getTargetX() - Method in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
- getTargetY() - Method in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
- getTBodies() - Method in interface org.w3c.dom.html.HTMLTableElement
-
Returns a collection of the defined table bodies.
- getTemplates() - Method in interface javax.xml.transform.sax.TemplatesHandler
-
When a TemplatesHandler object is used as a ContentHandler for the parsing of transformation instructions, it creates a Templates object, which the caller can get once the SAX events have been completed.
- getText() - Method in interface javax.xml.stream.events.Comment
- getText() - Method in class javax.xml.stream.util.StreamReaderDelegate
- getText() - Method in interface javax.xml.stream.XMLStreamReader
- getText() - Method in interface org.w3c.dom.html.HTMLBodyElement
-
Document text color.
- getText() - Method in interface org.w3c.dom.html.HTMLOptionElement
-
The text contained within the option element.
- getText() - Method in interface org.w3c.dom.html.HTMLScriptElement
-
The script content of the element.
- getText() - Method in interface org.w3c.dom.html.HTMLTitleElement
-
The specified title as a string.
- getTextAlign() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the text-align property definition in CSS2.
- getTextCharacters() - Method in class javax.xml.stream.util.StreamReaderDelegate
- getTextCharacters() - Method in interface javax.xml.stream.XMLStreamReader
- getTextCharacters(int, char[], int, int) - Method in class javax.xml.stream.util.StreamReaderDelegate
- getTextCharacters(int, char[], int, int) - Method in interface javax.xml.stream.XMLStreamReader
- getTextContent() - Method in interface org.w3c.dom.Node
-
This attribute returns the text content of this node and its descendants.
- getTextDecoration() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the text-decoration property definition in CSS2.
- getTextIndent() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the text-indent property definition in CSS2.
- getTextLength() - Method in class javax.xml.stream.util.StreamReaderDelegate
- getTextLength() - Method in interface javax.xml.stream.XMLStreamReader
- getTextLength() - Method in interface org.w3c.dom.svg.SVGTextContentElement
- getTextShadow() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the text-shadow property definition in CSS2.
- getTextStart() - Method in class javax.xml.stream.util.StreamReaderDelegate
- getTextStart() - Method in interface javax.xml.stream.XMLStreamReader
- getTextTransform() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the text-transform property definition in CSS2.
- getTFoot() - Method in interface org.w3c.dom.html.HTMLTableElement
-
Returns the table's
TFOOT
, ornull
if none exists. - getTHead() - Method in interface org.w3c.dom.html.HTMLTableElement
-
Returns the table's
THEAD
, ornull
if none exists. - getTimeInMillis(Calendar) - Method in class javax.xml.datatype.Duration
-
Returns the length of the duration in milliseconds.
- getTimeInMillis(Date) - Method in class javax.xml.datatype.Duration
-
Returns the length of the duration in milliseconds.
- 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() - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Return timezone offset in minutes or
DatatypeConstants.FIELD_UNDEFINED
if this optional field is not defined. - getTimeZone(int) - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Returns a
java.util.TimeZone
for this class. - getTitle() - Method in class org.w3c.css.sac.InputSource
-
Returns the title for this input source.
- 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.
- getTitle() - Method in interface org.w3c.dom.stylesheets.StyleSheet
-
The advisory title.
- getTitle() - Method in interface org.w3c.dom.svg.SVGDocument
- getTitle() - Method in interface org.w3c.dom.svg.SVGStyleElement
- getTop() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the top property definition in CSS2.
- getTop() - Method in interface org.w3c.dom.css.Rect
-
This attribute is used for the top of the rect.
- getTotalLength() - Method in interface org.w3c.dom.svg.SVGPathElement
- getTotalSize() - Method in interface org.w3c.dom.ls.LSProgressEvent
-
The total size of the document including all external resources, this number might change as a document is being parsed if references to more external resources are seen.
- getTransform() - Method in interface org.w3c.dom.svg.SVGTransformable
- getTransform() - Method in interface org.w3c.dom.svg.SVGViewSpec
- getTransformer() - Method in interface javax.xml.transform.sax.TransformerHandler
-
Get the
Transformer
associated with this handler, which is needed in order to set parameters and output properties. - getTransformString() - Method in interface org.w3c.dom.svg.SVGViewSpec
- getTransformToElement(SVGElement) - Method in interface org.w3c.dom.svg.SVGLocatable
- getType() - Method in interface org.w3c.css.sac.PositionalCondition
-
true
if the node should have the same node type (for element, same namespaceURI and same localName). - getType() - Method in interface org.w3c.dom.css.CSSRule
-
The type of the rule, as defined above.
- getType() - Method in interface org.w3c.dom.DOMError
-
A
DOMString
indicating which related data is expected inrelatedData
. - getType() - Method in interface org.w3c.dom.events.Event
-
The name of the event (case-insensitive).
- getType() - Method in interface org.w3c.dom.html.HTMLAnchorElement
-
Advisory content type.
- getType() - Method in interface org.w3c.dom.html.HTMLButtonElement
-
The type of button.
- getType() - Method in interface org.w3c.dom.html.HTMLInputElement
-
The type of control created.
- getType() - Method in interface org.w3c.dom.html.HTMLLIElement
-
List item bullet style.
- getType() - Method in interface org.w3c.dom.html.HTMLLinkElement
-
Advisory content type.
- 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.HTMLOListElement
-
Numbering style.
- getType() - Method in interface org.w3c.dom.html.HTMLParamElement
-
Content type for the
value
attribute whenvaluetype
has the value "ref". - getType() - Method in interface org.w3c.dom.html.HTMLScriptElement
-
The content type of the script language.
- getType() - Method in interface org.w3c.dom.html.HTMLSelectElement
-
The type of control created.
- getType() - Method in interface org.w3c.dom.html.HTMLStyleElement
-
The style sheet language (Internet media type).
- getType() - Method in interface org.w3c.dom.html.HTMLTextAreaElement
-
The type of this form control.
- getType() - Method in interface org.w3c.dom.html.HTMLUListElement
-
Bullet style.
- getType() - Method in interface org.w3c.dom.stylesheets.StyleSheet
-
This specifies the style sheet language for this style sheet.
- getType() - Method in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
- getType() - Method in interface org.w3c.dom.svg.SVGFEColorMatrixElement
- getType() - Method in interface org.w3c.dom.svg.SVGFETurbulenceElement
- getType() - Method in interface org.w3c.dom.svg.SVGScriptElement
- getType() - Method in interface org.w3c.dom.svg.SVGStyleElement
- getType() - Method in interface org.w3c.dom.svg.SVGTransform
- 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.AttributeListImpl
-
Deprecated.Get the type of an attribute (by position).
- getType(int) - Method in class org.xml.sax.helpers.AttributesImpl
-
Return an attribute's type by index.
- 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 qualified (prefixed) name.
- getType(String) - Method in class org.xml.sax.helpers.AttributeListImpl
-
Deprecated.Get the type of an attribute (by name).
- getType(String) - Method in class org.xml.sax.helpers.AttributesImpl
-
Look up an attribute's type by qualified (prefixed) 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.
- getTypeInfoProvider() - Method in class javax.xml.validation.ValidatorHandler
-
Obtains the
TypeInfoProvider
implementation of thisValidatorHandler
. - getTypeName() - Method in interface org.w3c.dom.TypeInfo
-
The name of a type declared for the associated element or attribute, or
null
if unknown. - getTypeNamespace() - Method in interface org.w3c.dom.TypeInfo
-
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. - getTypeNode() - Method in interface org.w3c.css.sac.PositionalCondition
-
true
if the child node list only shows nodes of the same type of the selector (only elements, only PIS, ...) - getUnicodeBidi() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the unicode-bidi property definition in CSS2.
- getUnitType() - Method in interface org.w3c.dom.svg.SVGAngle
- getUnitType() - Method in interface org.w3c.dom.svg.SVGLength
- getUri() - Method in interface org.w3c.dom.DOMLocator
-
The URI this locator is pointing to, or
null
if no URI is available. - getUri() - Method in interface org.w3c.dom.svg.SVGPaint
- getURI() - Method in exception org.w3c.css.sac.CSSParseException
-
Get the URI of the document where the exception occurred.
- getURI() - Method in class org.w3c.css.sac.InputSource
-
Get the URI for this input source.
- getURI() - Method in interface org.w3c.css.sac.Locator
-
Return the URI for the current document event.
- 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.
- getURIResolver() - Method in class javax.xml.transform.Transformer
-
Get an object that will be used to resolve URIs used in document().
- getURIResolver() - Method in class javax.xml.transform.TransformerFactory
-
Get the object that is used by default during the transformation to resolve URIs used in document(), xsl:import, or xsl:include.
- getURL() - Method in interface org.w3c.dom.html.HTMLDocument
-
The complete URI of the document.
- getURL() - Method in interface org.w3c.dom.svg.SVGDocument
- getUseCurrentView() - Method in interface org.w3c.dom.svg.SVGSVGElement
- getUseMap() - Method in interface org.w3c.dom.html.HTMLImageElement
-
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.HTMLObjectElement
-
Use client-side image map.
- getUserData(String) - Method in interface org.w3c.dom.Node
-
Retrieves the object associated to a key on a this node.
- getUtf16Offset() - Method in interface org.w3c.dom.DOMLocator
-
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. - getVAlign() - Method in interface org.w3c.dom.html.HTMLTableCellElement
-
Vertical alignment of data in cell.
- getVAlign() - Method in interface org.w3c.dom.html.HTMLTableColElement
-
Vertical alignment of cell data in column.
- 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.HTMLTableSectionElement
-
Vertical alignment of data in cells.See the
valign
attribute for HTMLTheadElement for details. - getValue() - Method in interface javax.xml.stream.events.Attribute
- getValue() - Method in interface org.w3c.css.sac.AttributeCondition
-
Returns the value of the attribute.
- 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.HTMLButtonElement
-
The current form control value.
- getValue() - Method in interface org.w3c.dom.html.HTMLInputElement
-
The current form control value.
- getValue() - Method in interface org.w3c.dom.html.HTMLLIElement
-
Reset sequence number when used in
OL
See the value attribute definition in HTML 4.0. - 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.HTMLTextAreaElement
-
The current textual content of the multi-line text field.
- getValue() - Method in interface org.w3c.dom.svg.SVGAngle
- getValue() - Method in interface org.w3c.dom.svg.SVGLength
- getValue() - Method in interface org.w3c.dom.svg.SVGNumber
- 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.AttributeListImpl
-
Deprecated.Get the value of an attribute (by position).
- getValue(int) - Method in class org.xml.sax.helpers.AttributesImpl
-
Return an attribute's value by index.
- 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 qualified (prefixed) name.
- getValue(String) - Method in class org.xml.sax.helpers.AttributeListImpl
-
Deprecated.Get the value of an attribute (by name).
- getValue(String) - Method in class org.xml.sax.helpers.AttributesImpl
-
Look up an attribute's value by qualified (prefixed) 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.
- getValueAsString() - Method in interface org.w3c.dom.svg.SVGAngle
- getValueAsString() - Method in interface org.w3c.dom.svg.SVGLength
- getValueInSpecifiedUnits() - Method in interface org.w3c.dom.svg.SVGAngle
- getValueInSpecifiedUnits() - Method in interface org.w3c.dom.svg.SVGLength
- getValues() - Method in interface org.w3c.dom.svg.SVGFEColorMatrixElement
- getValueType() - Method in interface org.w3c.dom.html.HTMLParamElement
-
Information about the meaning of the
value
attributevalue. - getVersion() - Method in interface javax.xml.stream.events.StartDocument
- getVersion() - Method in class javax.xml.stream.util.StreamReaderDelegate
- getVersion() - Method in interface javax.xml.stream.XMLStreamReader
- getVersion() - Method in interface org.w3c.dom.html.HTMLHtmlElement
-
Version information about the document's DTD.
- getVerticalAlign() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the vertical-align property definition in CSS2.
- getView() - Method in interface org.w3c.dom.events.UIEvent
-
The
view
attribute identifies theAbstractView
from which the event was generated. - getView() - Method in interface org.w3c.dom.smil.TimeEvent
-
The
view
attribute identifies theAbstractView
from which the event was generated. - getViewBox() - Method in interface org.w3c.dom.svg.SVGFitToViewBox
- getViewBoxString() - Method in interface org.w3c.dom.svg.SVGViewSpec
- getViewport() - Method in interface org.w3c.dom.svg.SVGSVGElement
- getViewportElement() - Method in interface org.w3c.dom.svg.SVGElement
- getViewTarget() - Method in interface org.w3c.dom.svg.SVGViewElement
- getViewTarget() - Method in interface org.w3c.dom.svg.SVGViewSpec
- getViewTargetString() - Method in interface org.w3c.dom.svg.SVGViewSpec
- getVisibility() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the visibility property definition in CSS2.
- getVLink() - Method in interface org.w3c.dom.html.HTMLBodyElement
-
Color of links that have been visited by the user.
- getVoiceFamily() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the voice-family property definition in CSS2.
- getVolume() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the volume property definition in CSS2.
- 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.HTMLImageElement
-
Vertical space above and below this image.
- getVspace() - Method in interface org.w3c.dom.html.HTMLObjectElement
-
Vertical space above and below this image, applet, or object.
- getWhatToShow() - Method in interface org.w3c.dom.ls.LSParserFilter
-
Tells the
LSParser
what types of nodes to show to the methodLSParserFilter.acceptNode
. - getWhatToShow() - Method in interface org.w3c.dom.ls.LSSerializerFilter
-
Tells the
LSSerializer
what types of nodes to show to the filter. - getWhatToShow() - Method in interface org.w3c.dom.traversal.NodeIterator
-
This attribute determines which node types are presented via the
NodeIterator
. - getWhatToShow() - Method in interface org.w3c.dom.traversal.TreeWalker
-
This attribute determines which node types are presented via the
TreeWalker
. - getWhiteSpace() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the white-space property definition in CSS2.
- getWholeText() - Method in interface org.w3c.dom.Text
-
Returns all text of
Text
nodes logically-adjacent text nodes to this node, concatenated in document order. - getWidows() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the widows property definition in CSS2.
- getWidth() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the width property definition in CSS2.
- getWidth() - Method in interface org.w3c.dom.html.HTMLAppletElement
-
Override width.
- getWidth() - Method in interface org.w3c.dom.html.HTMLHRElement
-
The width of the rule.
- getWidth() - Method in interface org.w3c.dom.html.HTMLIFrameElement
-
Frame width.
- getWidth() - Method in interface org.w3c.dom.html.HTMLImageElement
-
Override width.
- getWidth() - Method in interface org.w3c.dom.html.HTMLObjectElement
-
Override width.
- getWidth() - Method in interface org.w3c.dom.html.HTMLPreElement
-
Fixed width for content.
- getWidth() - Method in interface org.w3c.dom.html.HTMLTableCellElement
-
Cell width.
- getWidth() - Method in interface org.w3c.dom.html.HTMLTableColElement
-
Default column width.
- getWidth() - Method in interface org.w3c.dom.html.HTMLTableElement
-
Specifies the desired table width.
- getWidth() - Method in interface org.w3c.dom.svg.SVGFilterElement
- getWidth() - Method in interface org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes
- getWidth() - Method in interface org.w3c.dom.svg.SVGForeignObjectElement
- getWidth() - Method in interface org.w3c.dom.svg.SVGImageElement
- getWidth() - Method in interface org.w3c.dom.svg.SVGMaskElement
- getWidth() - Method in interface org.w3c.dom.svg.SVGPatternElement
- getWidth() - Method in interface org.w3c.dom.svg.SVGRect
- getWidth() - Method in interface org.w3c.dom.svg.SVGRectElement
- getWidth() - Method in interface org.w3c.dom.svg.SVGSVGElement
- getWidth() - Method in interface org.w3c.dom.svg.SVGUseElement
- getWordSpacing() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the word-spacing property definition in CSS2.
- getWriter() - Method in class javax.xml.transform.stream.StreamResult
-
Get the character stream that was set with setWriter.
- getX() - Method in interface org.w3c.dom.svg.SVGCursorElement
- getX() - Method in interface org.w3c.dom.svg.SVGFEPointLightElement
- getX() - Method in interface org.w3c.dom.svg.SVGFESpotLightElement
- getX() - Method in interface org.w3c.dom.svg.SVGFilterElement
- getX() - Method in interface org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes
- getX() - Method in interface org.w3c.dom.svg.SVGForeignObjectElement
- getX() - Method in interface org.w3c.dom.svg.SVGGlyphRefElement
- getX() - Method in interface org.w3c.dom.svg.SVGImageElement
- getX() - Method in interface org.w3c.dom.svg.SVGMaskElement
- getX() - Method in interface org.w3c.dom.svg.SVGPathSegArcAbs
- getX() - Method in interface org.w3c.dom.svg.SVGPathSegArcRel
- getX() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicAbs
- getX() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicRel
- getX() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothAbs
- getX() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothRel
- getX() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticAbs
- getX() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticRel
- getX() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothAbs
- getX() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothRel
- getX() - Method in interface org.w3c.dom.svg.SVGPathSegLinetoAbs
- getX() - Method in interface org.w3c.dom.svg.SVGPathSegLinetoHorizontalAbs
- getX() - Method in interface org.w3c.dom.svg.SVGPathSegLinetoHorizontalRel
- getX() - Method in interface org.w3c.dom.svg.SVGPathSegLinetoRel
- getX() - Method in interface org.w3c.dom.svg.SVGPathSegMovetoAbs
- getX() - Method in interface org.w3c.dom.svg.SVGPathSegMovetoRel
- getX() - Method in interface org.w3c.dom.svg.SVGPatternElement
- getX() - Method in interface org.w3c.dom.svg.SVGPoint
- getX() - Method in interface org.w3c.dom.svg.SVGRect
- getX() - Method in interface org.w3c.dom.svg.SVGRectElement
- getX() - Method in interface org.w3c.dom.svg.SVGSVGElement
- getX() - Method in interface org.w3c.dom.svg.SVGTextPositioningElement
- getX() - Method in interface org.w3c.dom.svg.SVGUseElement
- getX1() - Method in interface org.w3c.dom.svg.SVGLinearGradientElement
- getX1() - Method in interface org.w3c.dom.svg.SVGLineElement
- getX1() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicAbs
- getX1() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicRel
- getX1() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticAbs
- getX1() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticRel
- getX2() - Method in interface org.w3c.dom.svg.SVGLinearGradientElement
- getX2() - Method in interface org.w3c.dom.svg.SVGLineElement
- getX2() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicAbs
- getX2() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicRel
- getX2() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothAbs
- getX2() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothRel
- getXChannelSelector() - Method in interface org.w3c.dom.svg.SVGFEDisplacementMapElement
- getXMLbase() - Method in interface org.w3c.dom.svg.SVGElement
- getXmlEncoding() - Method in interface org.w3c.dom.Document
-
An attribute specifying, as part of the XML declaration, the encoding of this document.
- getXmlEncoding() - Method in interface org.w3c.dom.Entity
-
An attribute specifying, as part of the text declaration, the encoding of this entity, when it is an external parsed entity.
- getXMLEventReader() - Method in class javax.xml.transform.stax.StAXSource
- getXMLEventWriter() - Method in class javax.xml.transform.stax.StAXResult
- getXMLlang() - Method in interface org.w3c.dom.svg.SVGLangSpace
- getXMLReader() - Method in class javax.xml.parsers.SAXParser
-
Returns the
XMLReader
that is encapsulated by the implementation of this class. - getXMLReader() - Method in class javax.xml.transform.sax.SAXSource
-
Get the XMLReader to be used for the Source.
- getXMLReporter() - Method in class javax.xml.stream.XMLInputFactory
- getXMLResolver() - Method in class javax.xml.stream.XMLInputFactory
- getXMLSchemaType() - Method in class javax.xml.datatype.Duration
-
Return the name of the XML Schema date/time type that this instance maps to.
- getXMLSchemaType() - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Return the name of the XML Schema date/time type that this instance maps to.
- getXMLspace() - Method in interface org.w3c.dom.svg.SVGLangSpace
- getXMLspace() - Method in interface org.w3c.dom.svg.SVGStyleElement
- getXmlStandalone() - Method in interface org.w3c.dom.Document
-
An attribute specifying, as part of the XML declaration, whether this document is standalone.
- getXMLStreamReader() - Method in class javax.xml.transform.stax.StAXSource
- getXMLStreamWriter() - Method in class javax.xml.transform.stax.StAXResult
- getXmlVersion() - Method in interface org.w3c.dom.Document
-
An attribute specifying, as part of the XML declaration, the version number of this document.
- getXmlVersion() - Method in interface org.w3c.dom.Entity
-
An attribute specifying, as part of the text declaration, the version number of this entity, when it is an external parsed entity.
- getXMLVersion() - Method in interface org.xml.sax.ext.Locator2
-
Returns the version of XML used for the entity.
- getXMLVersion() - Method in class org.xml.sax.ext.Locator2Impl
-
Returns the current value of the version property.
- getXPathFunctionResolver() - Method in interface javax.xml.xpath.XPath
-
Return the current function resolver.
- getXPathVariableResolver() - Method in interface javax.xml.xpath.XPath
-
Return the current variable resolver.
- getY() - Method in interface org.w3c.dom.svg.SVGCursorElement
- getY() - Method in interface org.w3c.dom.svg.SVGFEPointLightElement
- getY() - Method in interface org.w3c.dom.svg.SVGFESpotLightElement
- getY() - Method in interface org.w3c.dom.svg.SVGFilterElement
- getY() - Method in interface org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes
- getY() - Method in interface org.w3c.dom.svg.SVGForeignObjectElement
- getY() - Method in interface org.w3c.dom.svg.SVGGlyphRefElement
- getY() - Method in interface org.w3c.dom.svg.SVGImageElement
- getY() - Method in interface org.w3c.dom.svg.SVGMaskElement
- getY() - Method in interface org.w3c.dom.svg.SVGPathSegArcAbs
- getY() - Method in interface org.w3c.dom.svg.SVGPathSegArcRel
- getY() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicAbs
- getY() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicRel
- getY() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothAbs
- getY() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothRel
- getY() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticAbs
- getY() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticRel
- getY() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothAbs
- getY() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothRel
- getY() - Method in interface org.w3c.dom.svg.SVGPathSegLinetoAbs
- getY() - Method in interface org.w3c.dom.svg.SVGPathSegLinetoRel
- getY() - Method in interface org.w3c.dom.svg.SVGPathSegLinetoVerticalAbs
- getY() - Method in interface org.w3c.dom.svg.SVGPathSegLinetoVerticalRel
- getY() - Method in interface org.w3c.dom.svg.SVGPathSegMovetoAbs
- getY() - Method in interface org.w3c.dom.svg.SVGPathSegMovetoRel
- getY() - Method in interface org.w3c.dom.svg.SVGPatternElement
- getY() - Method in interface org.w3c.dom.svg.SVGPoint
- getY() - Method in interface org.w3c.dom.svg.SVGRect
- getY() - Method in interface org.w3c.dom.svg.SVGRectElement
- getY() - Method in interface org.w3c.dom.svg.SVGSVGElement
- getY() - Method in interface org.w3c.dom.svg.SVGTextPositioningElement
- getY() - Method in interface org.w3c.dom.svg.SVGUseElement
- getY1() - Method in interface org.w3c.dom.svg.SVGLinearGradientElement
- getY1() - Method in interface org.w3c.dom.svg.SVGLineElement
- getY1() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicAbs
- getY1() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicRel
- getY1() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticAbs
- getY1() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticRel
- getY2() - Method in interface org.w3c.dom.svg.SVGLinearGradientElement
- getY2() - Method in interface org.w3c.dom.svg.SVGLineElement
- getY2() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicAbs
- getY2() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicRel
- getY2() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothAbs
- getY2() - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothRel
- getYChannelSelector() - Method in interface org.w3c.dom.svg.SVGFEDisplacementMapElement
- getYear() - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Return low order component for XML Schema 1.0 dateTime datatype field for
year
orDatatypeConstants.FIELD_UNDEFINED
. - getYears() - Method in class javax.xml.datatype.Duration
-
Get the years value of this
Duration
as anint
or0
if not present. - getZ() - Method in interface org.w3c.dom.svg.SVGFEPointLightElement
- getZ() - Method in interface org.w3c.dom.svg.SVGFESpotLightElement
- getZIndex() - Method in interface org.w3c.dom.css.CSS2Properties
-
See the z-index property definition in CSS2.
- getZoomAndPan() - Method in interface org.w3c.dom.svg.SVGZoomAndPan
- getZoomRectScreen() - Method in interface org.w3c.dom.svg.SVGZoomEvent
- GMONTH - Static variable in class javax.xml.datatype.DatatypeConstants
-
Fully qualified name for W3C XML Schema 1.0 datatype
gMonth
. - GMONTHDAY - Static variable in class javax.xml.datatype.DatatypeConstants
-
Fully qualified name for W3C XML Schema 1.0 datatype
gMonthDay
. - GREATER - Static variable in class javax.xml.datatype.DatatypeConstants
-
Comparison result.
- GYEAR - Static variable in class javax.xml.datatype.DatatypeConstants
-
Fully qualified name for W3C XML Schema 1.0 datatype
gYear
. - GYEARMONTH - Static variable in class javax.xml.datatype.DatatypeConstants
-
Fully qualified name for W3C XML Schema 1.0 datatype
gYearMonth
.
H
- handle(short, String, Object, Node, Node) - Method in interface org.w3c.dom.UserDataHandler
-
This method is called whenever the node for which this handler is registered is imported or cloned.
- handleError(DOMError) - Method in interface org.w3c.dom.DOMErrorHandler
-
This method is called on the error handler when an error occurs.
- handleEvent(Event) - Method in interface org.w3c.dom.events.EventListener
-
This method is called whenever an event occurs of the type for which the
EventListener
interface was registered. - HandlerBase - Class in org.xml.sax
-
Deprecated.This class works with the deprecated
DocumentHandler
interface. It has been replaced by the SAX2DefaultHandler
class. - HandlerBase() - Constructor for class org.xml.sax.HandlerBase
-
Deprecated.
- hasAttribute(String) - Method in interface org.w3c.dom.Element
-
Returns
true
when an attribute with a given name is specified on this element or has a default value,false
otherwise. - hasAttributeNS(String, String) - Method in interface org.w3c.dom.Element
-
Returns
true
when an attribute with a given local name and namespace URI is specified on this element or has a default value,false
otherwise. - hasAttributes() - Method in interface org.w3c.dom.Node
-
Returns whether this node (if it is an element) has any attributes.
- hasChildNodes() - Method in interface org.w3c.dom.Node
-
Returns whether this node has any children.
- hasExtension(String) - Method in interface org.w3c.dom.svg.SVGTests
- hasFeature(String, String) - Method in interface org.w3c.dom.DOMImplementation
-
Test if the DOM implementation implements a specific feature and version, as specified in .
- hashCode() - Method in class javax.xml.datatype.Duration
-
Returns a hash code consistent with the definition of the equals method.
- hashCode() - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Returns a hash code consistent with the definition of the equals method.
- hashCode() - Method in class javax.xml.namespace.QName
-
Generate the hash code for this
QName
. - hasName() - Method in class javax.xml.stream.util.StreamReaderDelegate
- hasName() - Method in interface javax.xml.stream.XMLStreamReader
- hasNext() - Method in class javax.xml.stream.util.EventReaderDelegate
- hasNext() - Method in class javax.xml.stream.util.StreamReaderDelegate
- hasNext() - Method in interface javax.xml.stream.XMLEventReader
- hasNext() - Method in interface javax.xml.stream.XMLStreamReader
- hasText() - Method in class javax.xml.stream.util.StreamReaderDelegate
- hasText() - Method in interface javax.xml.stream.XMLStreamReader
- HIERARCHY_REQUEST_ERR - Static variable in exception org.w3c.dom.DOMException
-
If any
Node
is inserted somewhere it doesn't belong. - HOURS - Static variable in class javax.xml.datatype.DatatypeConstants
-
A constant that represents the hours field.
- HTMLAnchorElement - Interface in org.w3c.dom.html
-
The anchor element.
- HTMLAppletElement - Interface in org.w3c.dom.html
-
An embedded Java applet.
- HTMLAreaElement - Interface in org.w3c.dom.html
-
Client-side image map area definition.
- HTMLBaseElement - Interface in org.w3c.dom.html
-
Document base URI.
- HTMLBaseFontElement - Interface in org.w3c.dom.html
-
Base font.
- HTMLBodyElement - Interface in org.w3c.dom.html
-
The HTML document body.
- HTMLBRElement - Interface in org.w3c.dom.html
-
Force a line break.
- HTMLButtonElement - Interface in org.w3c.dom.html
-
Push button.
- HTMLCollection - Interface in org.w3c.dom.html
-
An
HTMLCollection
is a list of nodes. - HTMLDirectoryElement - Interface in org.w3c.dom.html
-
Directory list.
- HTMLDivElement - Interface in org.w3c.dom.html
-
Generic block container.
- HTMLDListElement - Interface in org.w3c.dom.html
-
Definition list.
- HTMLDocument - Interface in org.w3c.dom.html
-
An
HTMLDocument
is the root of the HTML hierarchy andholds the entire content. - HTMLElement - Interface in org.w3c.dom.html
-
All HTML element interfaces derive from this class.
- HTMLFieldSetElement - Interface in org.w3c.dom.html
-
Organizes form controls into logical groups.
- HTMLFontElement - Interface in org.w3c.dom.html
-
Local change to font.
- HTMLFormElement - Interface in org.w3c.dom.html
-
The
FORM
element encompasses behavior similar to acollection and an element. - HTMLFrameElement - Interface in org.w3c.dom.html
-
Create a frame.
- HTMLFrameSetElement - Interface in org.w3c.dom.html
-
Create a grid of frames.
- HTMLHeadElement - Interface in org.w3c.dom.html
-
Document head information.
- HTMLHeadingElement - Interface in org.w3c.dom.html
-
For the
H1
toH6
elements. - HTMLHRElement - Interface in org.w3c.dom.html
-
Create a horizontal rule.
- HTMLHtmlElement - Interface in org.w3c.dom.html
-
Root of an HTML document.
- HTMLIFrameElement - Interface in org.w3c.dom.html
-
Inline subwindows.
- HTMLImageElement - Interface in org.w3c.dom.html
-
Embedded image.
- HTMLInputElement - Interface in org.w3c.dom.html
-
Form control.
- HTMLIsIndexElement - Interface in org.w3c.dom.html
-
This element is usedfor single-line text input.
- HTMLLabelElement - Interface in org.w3c.dom.html
-
Form field label text.
- HTMLLegendElement - Interface in org.w3c.dom.html
-
Provides a caption for a
FIELDSET
grouping. - HTMLLIElement - Interface in org.w3c.dom.html
-
List item.
- HTMLLinkElement - Interface in org.w3c.dom.html
-
The
LINK
element specifies a link to an externalresource, and defines this document's relationship to that resource(or vice versa). - HTMLMapElement - Interface in org.w3c.dom.html
-
Client-side image map.
- HTMLMenuElement - Interface in org.w3c.dom.html
-
Menu list.
- HTMLMetaElement - Interface in org.w3c.dom.html
-
This contains generic meta-information about the document.
- HTMLModElement - Interface in org.w3c.dom.html
-
Notice of modification to part of a document.
- HTMLObjectElement - Interface in org.w3c.dom.html
-
Generic embedded object.
- HTMLOListElement - Interface in org.w3c.dom.html
-
Ordered list.
- HTMLOptGroupElement - Interface in org.w3c.dom.html
-
Group options together in logical subdivisions.
- HTMLOptionElement - Interface in org.w3c.dom.html
-
A selectable choice.
- HTMLParagraphElement - Interface in org.w3c.dom.html
-
Paragraphs.
- HTMLParamElement - Interface in org.w3c.dom.html
-
Parameters fed to the
OBJECT
element. - HTMLPreElement - Interface in org.w3c.dom.html
-
Preformatted text.
- HTMLQuoteElement - Interface in org.w3c.dom.html
-
For the
Q
andBLOCKQUOTE
elements. - HTMLScriptElement - Interface in org.w3c.dom.html
-
Script statements.
- HTMLSelectElement - Interface in org.w3c.dom.html
-
The select element allows the selection of an option.
- HTMLStyleElement - Interface in org.w3c.dom.html
-
Style information.
- HTMLTableCaptionElement - Interface in org.w3c.dom.html
-
Table caption See the CAPTION element definition in HTML 4.0.
- HTMLTableCellElement - Interface in org.w3c.dom.html
-
The object used to represent the
TH
andTD
elements. - HTMLTableColElement - Interface in org.w3c.dom.html
-
Regroups the
COL
andCOLGROUP
elements. - HTMLTableElement - Interface in org.w3c.dom.html
-
The create* and delete* methods on the table allow authors to constructand modify tables.
- HTMLTableRowElement - Interface in org.w3c.dom.html
-
A row in a table.
- HTMLTableSectionElement - Interface in org.w3c.dom.html
-
The
THEAD
,TFOOT
, andTBODY
elements. - HTMLTextAreaElement - Interface in org.w3c.dom.html
-
Multi-line text field.
- HTMLTitleElement - Interface in org.w3c.dom.html
-
The document title.
- HTMLUListElement - Interface in org.w3c.dom.html
-
Unordered list.
I
- ignorableAtRule(String) - Method in interface org.w3c.css.sac.DocumentHandler
-
Receive notification of an unknown rule t-rule not supported by this parser.
- ignorableWhitespace(char[], int, int) - Method in interface org.xml.sax.ContentHandler
-
Receive notification of ignorable whitespace in element content.
- ignorableWhitespace(char[], int, int) - Method in interface org.xml.sax.DocumentHandler
-
Deprecated.Receive notification of ignorable whitespace in element content.
- ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.HandlerBase
-
Deprecated.Receive notification of ignorable whitespace in element content.
- ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.helpers.DefaultHandler
-
Receive notification of ignorable whitespace in element content.
- ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.helpers.ParserAdapter
-
Adapter implementation method; do not call.
- ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Filter an ignorable whitespace event.
- ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.helpers.XMLReaderAdapter
-
Adapt a SAX2 ignorable whitespace event.
- IMPORT_RULE - Static variable in interface org.w3c.dom.css.CSSRule
-
The rule is a
CSSImportRule
. - importNode(Node, boolean) - Method in interface org.w3c.dom.Document
-
Imports a node from another document to this document, without altering or removing the source node from the original document; this method creates a new copy of the source node.
- importStyle(String, SACMediaList, String) - Method in interface org.w3c.css.sac.DocumentHandler
-
Receive notification of a import statement in the style sheet.
- INDENT - Static variable in class javax.xml.transform.OutputKeys
-
indent = "yes" | "no".
- INDETERMINATE - Static variable in class javax.xml.datatype.DatatypeConstants
-
Comparison result.
- INDEX_SIZE_ERR - Static variable in exception org.w3c.dom.DOMException
-
If index or size is negative, or greater than the allowed value.
- initCause(Throwable) - Method in exception javax.xml.transform.TransformerException
-
Initializes the cause of this throwable to the specified value.
- initEvent(String, boolean, boolean) - Method in interface org.w3c.dom.events.Event
-
The
initEvent
method is used to initialize the value of anEvent
created through theDocumentEvent
interface. - initialize(String) - Method in interface org.w3c.dom.svg.SVGStringList
- initialize(SVGLength) - Method in interface org.w3c.dom.svg.SVGLengthList
- initialize(SVGNumber) - Method in interface org.w3c.dom.svg.SVGNumberList
- initialize(SVGPathSeg) - Method in interface org.w3c.dom.svg.SVGPathSegList
- initialize(SVGPoint) - Method in interface org.w3c.dom.svg.SVGPointList
- initialize(SVGTransform) - Method in interface org.w3c.dom.svg.SVGTransformList
- initializeEventListeners(SVGDocument) - Method in interface org.w3c.dom.svg.EventListenerInitializer
-
This method is called by the SVG viewer when the scripts are loaded to register the listener needed.
- initMouseEvent(String, boolean, boolean, AbstractView, int, int, int, int, int, boolean, boolean, boolean, boolean, short, EventTarget) - Method in interface org.w3c.dom.events.MouseEvent
-
The
initMouseEvent
method is used to initialize the value of aMouseEvent
created through theDocumentEvent
interface. - initMutationEvent(String, boolean, boolean, Node, String, String, String, short) - Method in interface org.w3c.dom.events.MutationEvent
-
The
initMutationEvent
method is used to initialize the value of aMutationEvent
created through theDocumentEvent
interface. - initTimeEvent(String, AbstractView, int) - Method in interface org.w3c.dom.smil.TimeEvent
-
The
initTimeEvent
method is used to initialize the value of aTimeEvent
created through theDocumentEvent
interface. - initUIEvent(String, boolean, boolean, AbstractView, int) - Method in interface org.w3c.dom.events.UIEvent
-
The
initUIEvent
method is used to initialize the value of aUIEvent
created through theDocumentEvent
interface. - InputSource - Class in org.w3c.css.sac
-
A single input source for a CSS source.
- InputSource - Class in org.xml.sax
-
A single input source for an XML entity.
- InputSource() - Constructor for class org.w3c.css.sac.InputSource
-
Zero-argument default constructor.
- InputSource() - Constructor for class org.xml.sax.InputSource
-
Zero-argument default constructor.
- InputSource(InputStream) - Constructor for class org.xml.sax.InputSource
-
Create a new input source with a byte stream.
- InputSource(Reader) - Constructor for class org.w3c.css.sac.InputSource
-
Create a new input source with a character stream.
- InputSource(Reader) - Constructor for class org.xml.sax.InputSource
-
Create a new input source with a character stream.
- InputSource(String) - Constructor for class org.w3c.css.sac.InputSource
-
Create a new input source with a URI.
- InputSource(String) - Constructor for class org.xml.sax.InputSource
-
Create a new input source with a system identifier.
- insertBefore(Node, Node) - Method in interface org.w3c.dom.Node
-
Inserts the node
newChild
before the existing child noderefChild
. - insertCell(int) - Method in interface org.w3c.dom.html.HTMLTableRowElement
-
Insert an empty
TD
cell into this row. - insertData(int, String) - Method in interface org.w3c.dom.CharacterData
-
Insert a string at the specified 16-bit unit offset.
- insertItemBefore(String, int) - Method in interface org.w3c.dom.svg.SVGStringList
- insertItemBefore(SVGLength, int) - Method in interface org.w3c.dom.svg.SVGLengthList
- insertItemBefore(SVGNumber, int) - Method in interface org.w3c.dom.svg.SVGNumberList
- insertItemBefore(SVGPathSeg, int) - Method in interface org.w3c.dom.svg.SVGPathSegList
- insertItemBefore(SVGPoint, int) - Method in interface org.w3c.dom.svg.SVGPointList
- insertItemBefore(SVGTransform, int) - Method in interface org.w3c.dom.svg.SVGTransformList
- insertNode(Node) - Method in interface org.w3c.dom.ranges.Range
-
Inserts a node into the Document or DocumentFragment at the start of the Range.
- insertRow(int) - Method in interface org.w3c.dom.html.HTMLTableElement
-
Insert a new empty row in the table.Note.
- insertRow(int) - Method in interface org.w3c.dom.html.HTMLTableSectionElement
-
Insert a row into this section.
- insertRule(String, int) - Method in interface org.w3c.dom.css.CSSMediaRule
-
Used to insert a new rule into the media block.
- insertRule(String, int) - Method in interface org.w3c.dom.css.CSSStyleSheet
-
Used to insert a new rule into the style sheet.
- internalEntityDecl(String, String) - Method in interface org.xml.sax.ext.DeclHandler
-
Report an internal entity declaration.
- internalEntityDecl(String, String) - Method in class org.xml.sax.ext.DefaultHandler2
- INUSE_ATTRIBUTE_ERR - Static variable in exception org.w3c.dom.DOMException
-
If an attempt is made to add an attribute that is already in use elsewhere.
- INVALID_ACCESS_ERR - Static variable in exception org.w3c.dom.DOMException
-
If a parameter or an operation is not supported by the underlying object.
- INVALID_CHARACTER_ERR - Static variable in exception org.w3c.dom.DOMException
-
If an invalid or illegal character is specified, such as in an XML name.
- INVALID_EXPRESSION_ERR - Static variable in exception org.w3c.dom.xpath.XPathException
-
If the expression has a syntax error or otherwise is not a legal expression according to the rules of the specific
XPathEvaluator
or contains specialized extension functions or variables not supported by this implementation. - INVALID_MODIFICATION_ERR - Static variable in exception org.w3c.dom.DOMException
-
If an attempt is made to modify the type of the underlying object.
- INVALID_NODE_TYPE_ERR - Static variable in exception org.w3c.dom.ranges.RangeException
-
If the container of an boundary-point of a Range is being set to either a node of an invalid type or a node with an ancestor of an invalid type.
- INVALID_STATE_ERR - Static variable in exception org.w3c.dom.DOMException
-
If an attempt is made to use an object that is not, or is no longer, usable.
- inverse() - Method in interface org.w3c.dom.svg.SVGMatrix
- IS_COALESCING - Static variable in class javax.xml.stream.XMLInputFactory
- IS_NAMESPACE_AWARE - Static variable in class javax.xml.stream.XMLInputFactory
- IS_REPAIRING_NAMESPACES - Static variable in class javax.xml.stream.XMLOutputFactory
- IS_REPLACING_ENTITY_REFERENCES - Static variable in class javax.xml.stream.XMLInputFactory
- IS_SUPPORTING_EXTERNAL_ENTITIES - Static variable in class javax.xml.stream.XMLInputFactory
- IS_VALIDATING - Static variable in class javax.xml.stream.XMLInputFactory
- isAttribute() - Method in interface javax.xml.stream.events.XMLEvent
- isAttributeSpecified(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
- isAttributeSpecified(int) - Method in interface javax.xml.stream.XMLStreamReader
- isCData() - Method in interface javax.xml.stream.events.Characters
- isCharacters() - Method in interface javax.xml.stream.events.XMLEvent
- isCharacters() - Method in class javax.xml.stream.util.StreamReaderDelegate
- isCharacters() - Method in interface javax.xml.stream.XMLStreamReader
- isCoalescing() - Method in class javax.xml.parsers.DocumentBuilderFactory
-
Indicates whether or not the factory is configured to produce parsers which converts CDATA nodes to Text nodes and appends it to the adjacent (if any) Text node.
- isDeclared(int) - Method in interface org.xml.sax.ext.Attributes2
-
Returns false unless the attribute was declared in the DTD.
- isDeclared(int) - Method in class org.xml.sax.ext.Attributes2Impl
-
Returns the current value of the attribute's "declared" flag.
- isDeclared(String) - Method in interface org.xml.sax.ext.Attributes2
-
Returns false unless the attribute was declared in the DTD.
- isDeclared(String) - Method in class org.xml.sax.ext.Attributes2Impl
-
Returns the current value of the attribute's "declared" flag.
- isDeclared(String, String) - Method in interface org.xml.sax.ext.Attributes2
-
Returns false unless the attribute was declared in the DTD.
- isDeclared(String, String) - Method in class org.xml.sax.ext.Attributes2Impl
-
Returns the current value of the attribute's "declared" flag.
- isDefaultNamespace(String) - Method in interface org.w3c.dom.Node
-
This method checks if the specified
namespaceURI
is the default namespace or not. - isDefaultNamespaceDeclaration() - Method in interface javax.xml.stream.events.Namespace
- isDerivedFrom(String, String, int) - Method in interface org.w3c.dom.TypeInfo
-
This method returns if there is a derivation between the reference type definition, i.e.
- isElementContentWhitespace() - Method in interface org.w3c.dom.Text
-
Returns whether this text node contains element content whitespace, often abusively called "ignorable whitespace".
- isEndDocument() - Method in interface javax.xml.stream.events.XMLEvent
- isEndElement() - Method in interface javax.xml.stream.events.XMLEvent
- isEndElement() - Method in class javax.xml.stream.util.StreamReaderDelegate
- isEndElement() - Method in interface javax.xml.stream.XMLStreamReader
- isEntityReference() - Method in interface javax.xml.stream.events.XMLEvent
- isEqualNode(Node) - Method in interface org.w3c.dom.Node
-
Tests whether two nodes are equal.
- isExpandEntityReferences() - Method in class javax.xml.parsers.DocumentBuilderFactory
-
Indicates whether or not the factory is configured to produce parsers which expand entity reference nodes.
- isId() - Method in interface org.w3c.dom.Attr
-
Returns whether this attribute is known to be of type ID (i.e.
- isIdAttribute(int) - Method in class javax.xml.validation.TypeInfoProvider
-
Returns true if the specified attribute is determined to be ID.
- isIgnorableWhiteSpace() - Method in interface javax.xml.stream.events.Characters
- isIgnoringComments() - Method in class javax.xml.parsers.DocumentBuilderFactory
-
Indicates whether or not the factory is configured to produce parsers which ignores comments.
- isIgnoringElementContentWhitespace() - Method in class javax.xml.parsers.DocumentBuilderFactory
-
Indicates whether or not the factory is configured to produce parsers which ignore ignorable whitespace in element content.
- isLongerThan(Duration) - Method in class javax.xml.datatype.Duration
-
Checks if this duration object is strictly longer than another
Duration
object. - isNamespace() - Method in interface javax.xml.stream.events.XMLEvent
- isNamespaceAware() - Method in class javax.xml.parsers.DocumentBuilder
-
Indicates whether or not this parser is configured to understand namespaces.
- isNamespaceAware() - Method in class javax.xml.parsers.DocumentBuilderFactory
-
Indicates whether or not the factory is configured to produce parsers which are namespace aware.
- isNamespaceAware() - Method in class javax.xml.parsers.SAXParser
-
Indicates whether or not this parser is configured to understand namespaces.
- isNamespaceAware() - Method in class javax.xml.parsers.SAXParserFactory
-
Indicates whether or not the factory is configured to produce parsers which are namespace aware.
- isNamespaceDeclUris() - Method in class org.xml.sax.helpers.NamespaceSupport
-
Returns true if namespace declaration attributes are placed into a namespace.
- isObjectModelSupported(String) - Method in class javax.xml.xpath.XPathFactory
-
Is specified object model supported by this
XPathFactory
? - isProcessingInstruction() - Method in interface javax.xml.stream.events.XMLEvent
- isPropertySupported(String) - Method in class javax.xml.stream.XMLInputFactory
- isPropertySupported(String) - Method in class javax.xml.stream.XMLOutputFactory
- isSameNode(Node) - Method in interface org.w3c.dom.Node
-
Returns whether this node is the same node as the given one.
- isSchemaLanguageSupported(String) - Method in class javax.xml.validation.SchemaFactory
-
Is specified schema supported by this
SchemaFactory
? - isSet(DatatypeConstants.Field) - Method in class javax.xml.datatype.Duration
-
Checks if a field is set.
- isShorterThan(Duration) - Method in class javax.xml.datatype.Duration
-
Checks if this duration object is strictly shorter than another
Duration
object. - isSpecified() - Method in interface javax.xml.stream.events.Attribute
- isSpecified(int) - Method in class javax.xml.validation.TypeInfoProvider
-
Returns false if the attribute was added by the validator.
- isSpecified(int) - Method in interface org.xml.sax.ext.Attributes2
-
Returns true unless the attribute value was provided by DTD defaulting.
- isSpecified(int) - Method in class org.xml.sax.ext.Attributes2Impl
-
Returns the current value of an attribute's "specified" flag.
- isSpecified(String) - Method in interface org.xml.sax.ext.Attributes2
-
Returns true unless the attribute value was provided by DTD defaulting.
- isSpecified(String) - Method in class org.xml.sax.ext.Attributes2Impl
-
Returns the current value of an attribute's "specified" flag.
- isSpecified(String, String) - Method in interface org.xml.sax.ext.Attributes2
-
Returns true unless the attribute value was provided by DTD defaulting.
- isSpecified(String, String) - Method in class org.xml.sax.ext.Attributes2Impl
-
Returns the current value of an attribute's "specified" flag.
- isStandalone() - Method in interface javax.xml.stream.events.StartDocument
- isStandalone() - Method in class javax.xml.stream.util.StreamReaderDelegate
- isStandalone() - Method in interface javax.xml.stream.XMLStreamReader
- isStartDocument() - Method in interface javax.xml.stream.events.XMLEvent
- isStartElement() - Method in interface javax.xml.stream.events.XMLEvent
- isStartElement() - Method in class javax.xml.stream.util.StreamReaderDelegate
- isStartElement() - Method in interface javax.xml.stream.XMLStreamReader
- isSupported(String, String) - Method in interface org.w3c.dom.Node
-
Tests whether the DOM implementation implements a specific feature and that feature is supported by this node, as specified in .
- isValid() - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Validate instance by
getXMLSchemaType()
constraints. - isValidating() - Method in class javax.xml.parsers.DocumentBuilder
-
Indicates whether or not this parser is configured to validate XML documents.
- isValidating() - Method in class javax.xml.parsers.DocumentBuilderFactory
-
Indicates whether or not the factory is configured to produce parsers which validate the XML content during parse.
- isValidating() - Method in class javax.xml.parsers.SAXParser
-
Indicates whether or not this parser is configured to validate XML documents.
- isValidating() - Method in class javax.xml.parsers.SAXParserFactory
-
Indicates whether or not the factory is configured to produce parsers which validate the XML content during parse.
- isWhiteSpace() - Method in interface javax.xml.stream.events.Characters
- isWhiteSpace() - Method in class javax.xml.stream.util.StreamReaderDelegate
- isWhiteSpace() - Method in interface javax.xml.stream.XMLStreamReader
- isXIncludeAware() - Method in class javax.xml.parsers.DocumentBuilder
-
Get the XInclude processing mode for this parser.
- isXIncludeAware() - Method in class javax.xml.parsers.DocumentBuilderFactory
-
Get state of XInclude processing.
- isXIncludeAware() - Method in class javax.xml.parsers.SAXParser
-
Get the XInclude processing mode for this parser.
- isXIncludeAware() - Method in class javax.xml.parsers.SAXParserFactory
-
Get state of XInclude processing.
- item(int) - Method in interface org.w3c.css.sac.SACMediaList
-
Returns the medium at the specified index, or
null
if this is not a valid index. - item(int) - Method in interface org.w3c.css.sac.SelectorList
-
Returns the selector at the specified index, or
null
if this is not a valid index. - item(int) - Method in interface org.w3c.dom.css.CSSRuleList
-
Used to retrieve a CSS rule by ordinal index.
- item(int) - Method in interface org.w3c.dom.css.CSSStyleDeclaration
-
Used to retrieve the properties that have been explicitly set in this declaration block.
- item(int) - Method in interface org.w3c.dom.css.CSSValueList
-
Used to retrieve a
CSSValue
by ordinal index. - item(int) - Method in interface org.w3c.dom.DOMImplementationList
-
Returns the
index
th item in the collection. - item(int) - Method in interface org.w3c.dom.DOMStringList
-
Returns the
index
th item in the collection. - item(int) - Method in interface org.w3c.dom.html.HTMLCollection
-
This method retrieves a node specified by ordinal index.
- item(int) - Method in interface org.w3c.dom.NamedNodeMap
-
Returns the
index
th item in the map. - item(int) - Method in interface org.w3c.dom.NodeList
-
Returns the
index
th item in the collection. - item(int) - Method in interface org.w3c.dom.stylesheets.MediaList
-
Returns the
index
th in the list. - item(int) - Method in interface org.w3c.dom.stylesheets.StyleSheetList
-
Used to retrieve a style sheet by ordinal index.
- item(int) - Method in interface org.w3c.dom.svg.SVGElementInstanceList
- iterateNext() - Method in interface org.w3c.dom.xpath.XPathResult
-
Iterates and returns the next node from the node set or
null
if there are no more nodes.
J
- JANUARY - Static variable in class javax.xml.datatype.DatatypeConstants
-
Value for first month of year.
- javax.xml - package javax.xml
-
Defines core XML constants and functionality from the XML specifications.
- javax.xml.datatype - package javax.xml.datatype
-
XML/Java Type Mappings.
- javax.xml.namespace - package javax.xml.namespace
-
XML Namespace processing.
- javax.xml.parsers - package javax.xml.parsers
-
Provides classes allowing the processing of XML documents.
- javax.xml.stream - package javax.xml.stream
- javax.xml.stream.events - package javax.xml.stream.events
- javax.xml.stream.util - package javax.xml.stream.util
- javax.xml.transform - package javax.xml.transform
-
This package defines the generic APIs for processing transformation instructions, and performing a transformation from source to result.
- javax.xml.transform.dom - package javax.xml.transform.dom
-
This package implements DOM-specific transformation APIs.
- javax.xml.transform.sax - package javax.xml.transform.sax
-
This package implements SAX2-specific transformation APIs.
- javax.xml.transform.stax - package javax.xml.transform.stax
- javax.xml.transform.stream - package javax.xml.transform.stream
-
This package implements stream- and URI- specific transformation APIs.
- javax.xml.validation - package javax.xml.validation
-
This package provides an API for validation of XML documents.
- javax.xml.xpath - package javax.xml.xpath
-
This package provides an object-model neutral API for the evaluation of XPath expressions and access to the evaluation environment.
- JULY - Static variable in class javax.xml.datatype.DatatypeConstants
-
Value for seventh month of year.
- JUNE - Static variable in class javax.xml.datatype.DatatypeConstants
-
Value for sixth month of year.
L
- LangCondition - Interface in org.w3c.css.sac
- lastChild() - Method in interface org.w3c.dom.traversal.TreeWalker
-
Moves the
TreeWalker
to the last visible child of the current node, and returns the new node. - LENGTHADJUST_SPACING - Static variable in interface org.w3c.dom.svg.SVGTextContentElement
- LENGTHADJUST_SPACINGANDGLYPHS - Static variable in interface org.w3c.dom.svg.SVGTextContentElement
- LENGTHADJUST_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGTextContentElement
- LESSER - Static variable in class javax.xml.datatype.DatatypeConstants
-
Comparison result.
- LexicalHandler - Interface in org.xml.sax.ext
-
SAX2 extension handler for lexical events.
- LexicalUnit - Interface in org.w3c.css.sac
-
This is a lexical unit for CSS values.
- LinkStyle - Interface in org.w3c.dom.stylesheets
-
The
LinkStyle
interface provides a mechanism by which a style sheet can be retrieved from the node responsible for linking it into a document. - location - Variable in exception javax.xml.stream.XMLStreamException
- Location - Interface in javax.xml.stream
- Locator - Interface in org.w3c.css.sac
-
Interface for associating a CSS event with a document location.
- Locator - Interface in org.xml.sax
-
Interface for associating a SAX event with a document location.
- Locator2 - Interface in org.xml.sax.ext
-
SAX2 extension to augment the entity information provided though a
Locator
. - Locator2Impl - Class in org.xml.sax.ext
-
SAX2 extension helper for holding additional Entity information, implementing the
Locator2
interface. - Locator2Impl() - Constructor for class org.xml.sax.ext.Locator2Impl
-
Construct a new, empty Locator2Impl object.
- Locator2Impl(Locator) - Constructor for class org.xml.sax.ext.Locator2Impl
-
Copy an existing Locator or Locator2 object.
- LocatorImpl - Class in org.xml.sax.helpers
-
Provide an optional convenience implementation of Locator.
- LocatorImpl() - Constructor for class org.xml.sax.helpers.LocatorImpl
-
Zero-argument constructor.
- LocatorImpl(Locator) - Constructor for class org.xml.sax.helpers.LocatorImpl
-
Copy constructor.
- lookupNamespaceURI(String) - Method in interface org.w3c.dom.Node
-
Look up the namespace URI associated to the given prefix, starting from this node.
- lookupNamespaceURI(String) - Method in interface org.w3c.dom.xpath.XPathNSResolver
-
Look up the namespace URI associated to the given namespace prefix.
- lookupPrefix(String) - Method in interface org.w3c.dom.Node
-
Look up the prefix associated to the given namespace URI, starting from this node.
- LSException - Exception in org.w3c.dom.ls
-
Parser or write operations may throw an
LSException
if the processing is stopped. - LSException(short, String) - Constructor for exception org.w3c.dom.ls.LSException
- LSInput - Interface in org.w3c.dom.ls
-
This interface represents an input source for data.
- LSLoadEvent - Interface in org.w3c.dom.ls
-
This interface represents a load event object that signals the completion of a document load.
- LSOutput - Interface in org.w3c.dom.ls
-
This interface represents an output destination for data.
- LSParser - Interface in org.w3c.dom.ls
-
An interface to an object that is able to build, or augment, a DOM tree from various input sources.
- LSParserFilter - Interface in org.w3c.dom.ls
-
LSParserFilter
s provide applications the ability to examine nodes as they are being constructed while parsing. - LSProgressEvent - Interface in org.w3c.dom.ls
-
This interface represents a progress event object that notifies the application about progress as a document is parsed.
- LSResourceResolver - Interface in org.w3c.dom.ls
-
LSResourceResolver
provides a way for applications to redirect references to external resources. - LSSerializer - Interface in org.w3c.dom.ls
-
A
LSSerializer
provides an API for serializing (writing) a DOM document out into XML. - LSSerializerFilter - Interface in org.w3c.dom.ls
-
LSSerializerFilter
s provide applications the ability to examine nodes as they are being serialized and decide what nodes should be serialized or not.
M
- makeParser() - Method in class org.w3c.css.sac.helpers.ParserFactory
-
Create a parser with given selectors factory and conditions factory.
- makeParser() - Static method in class org.xml.sax.helpers.ParserFactory
-
Deprecated.Create a new SAX parser using the `org.xml.sax.parser' system property.
- makeParser(String) - Static method in class org.xml.sax.helpers.ParserFactory
-
Deprecated.Create a new SAX parser object using the class name provided.
- MARCH - Static variable in class javax.xml.datatype.DatatypeConstants
-
Value for third month of year.
- matrixTransform(SVGMatrix) - Method in interface org.w3c.dom.svg.SVGPoint
- MAX_TIMEZONE_OFFSET - Static variable in class javax.xml.datatype.DatatypeConstants
-
W3C XML Schema max timezone offset is -14:00.
- MAY - Static variable in class javax.xml.datatype.DatatypeConstants
-
Value for fifth month of year.
- MEDIA_RULE - Static variable in interface org.w3c.dom.css.CSSRule
-
The rule is a
CSSMediaRule
. - MEDIA_TYPE - Static variable in class javax.xml.transform.OutputKeys
-
media-type = string.
- MediaList - Interface in org.w3c.dom.stylesheets
-
The
MediaList
interface provides the abstraction of an ordered collection of media, without defining or constraining how this collection is implemented. - METHOD - Static variable in class javax.xml.transform.OutputKeys
-
method = "xml" | "html" | "text" | expanded name.
- MIN_TIMEZONE_OFFSET - Static variable in class javax.xml.datatype.DatatypeConstants
-
W3C XML Schema min timezone offset is +14:00.
- MINUTES - Static variable in class javax.xml.datatype.DatatypeConstants
-
A constant that represents the minutes field.
- MODE_ASYNCHRONOUS - Static variable in interface org.w3c.dom.ls.DOMImplementationLS
-
Create an asynchronous
LSParser
. - MODE_SYNCHRONOUS - Static variable in interface org.w3c.dom.ls.DOMImplementationLS
-
Create a synchronous
LSParser
. - MODIFICATION - Static variable in interface org.w3c.dom.events.MutationEvent
-
The
Attr
was modified in place. - MONTHS - Static variable in class javax.xml.datatype.DatatypeConstants
-
A constant that represents the months field.
- MouseEvent - Interface in org.w3c.dom.events
-
The
MouseEvent
interface provides specific contextual information associated with Mouse events. - multiply(int) - Method in class javax.xml.datatype.Duration
-
Computes a new duration whose value is
factor
times longer than the value of this duration. - multiply(BigDecimal) - Method in class javax.xml.datatype.Duration
-
Computes a new duration whose value is
factor
times longer than the value of this duration. - multiply(SVGMatrix) - Method in interface org.w3c.dom.svg.SVGMatrix
- MutationEvent - Interface in org.w3c.dom.events
-
The
MutationEvent
interface provides specific contextual information associated with Mutation events.
N
- namedItem(String) - Method in interface org.w3c.dom.html.HTMLCollection
-
This method retrieves a
Node
using a name. - NamedNodeMap - Interface in org.w3c.dom
-
Objects implementing the
NamedNodeMap
interface are used to represent collections of nodes that can be accessed by name. - NameList - Interface in org.w3c.dom
-
The
NameList
interface provides the abstraction of an ordered collection of parallel pairs of name and namespace values (which could be null values), without defining or constraining how this collection is implemented. - Namespace - Interface in javax.xml.stream.events
- NAMESPACE - Static variable in interface javax.xml.stream.XMLStreamConstants
- NAMESPACE_ERR - Static variable in exception org.w3c.dom.DOMException
-
If an attempt is made to create or change an object in a way which is incorrect with regard to namespaces.
- NamespaceContext - Interface in javax.xml.namespace
-
Interface for read only XML Namespace context processing.
- namespaceDeclaration(String, String) - Method in interface org.w3c.css.sac.DocumentHandler
-
Receive notification of an unknown rule t-rule not supported by this parser.
- NamespaceSupport - Class in org.xml.sax.helpers
-
Encapsulate Namespace logic for use by applications using SAX, or internally by SAX drivers.
- NamespaceSupport() - Constructor for class org.xml.sax.helpers.NamespaceSupport
-
Create a new Namespace support object.
- negate() - Method in class javax.xml.datatype.Duration
-
Returns a new
Duration
object whose value is-this
. - NegativeCondition - Interface in org.w3c.css.sac
- NegativeSelector - Interface in org.w3c.css.sac
- nested - Variable in exception javax.xml.stream.XMLStreamException
- newDocument() - Method in class javax.xml.parsers.DocumentBuilder
-
Obtain a new instance of a DOM
Document
object to build a DOM tree with. - newDocumentBuilder() - Method in class javax.xml.parsers.DocumentBuilderFactory
-
Creates a new instance of a
DocumentBuilder
using the currently configured parameters. - newDuration(boolean, int, int, int, int, int, int) - Method in class javax.xml.datatype.DatatypeFactory
-
Obtain a new instance of a
Duration
specifying theDuration
as isPositive, years, months, days, hours, minutes, seconds. - newDuration(boolean, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigDecimal) - Method in class javax.xml.datatype.DatatypeFactory
-
Obtain a new instance of a
Duration
specifying theDuration
as isPositive, years, months, days, hours, minutes, seconds. - newDuration(long) - Method in class javax.xml.datatype.DatatypeFactory
-
Obtain a new instance of a
Duration
specifying theDuration
as milliseconds. - newDuration(String) - Method in class javax.xml.datatype.DatatypeFactory
-
Obtain a new instance of a
Duration
specifying theDuration
as its string representation, "PnYnMnDTnHnMnS", as defined in XML Schema 1.0 section 3.2.6.1. - newDurationDayTime(boolean, int, int, int, int) - Method in class javax.xml.datatype.DatatypeFactory
-
Create a
Duration
of typexdt:dayTimeDuration
using the specifiedday
,hour
,minute
andsecond
as defined in XQuery 1.0 and XPath 2.0 Data Model, xdt:dayTimeDuration. - newDurationDayTime(boolean, BigInteger, BigInteger, BigInteger, BigInteger) - Method in class javax.xml.datatype.DatatypeFactory
-
Create a
Duration
of typexdt:dayTimeDuration
using the specifiedday
,hour
,minute
andsecond
as defined in XQuery 1.0 and XPath 2.0 Data Model, xdt:dayTimeDuration. - newDurationDayTime(long) - Method in class javax.xml.datatype.DatatypeFactory
-
Create a
Duration
of typexdt:dayTimeDuration
using the specified milliseconds as defined in XQuery 1.0 and XPath 2.0 Data Model, xdt:dayTimeDuration. - newDurationDayTime(String) - Method in class javax.xml.datatype.DatatypeFactory
-
Create a
Duration
of typexdt:dayTimeDuration
by parsing itsString
representation, "PnDTnHnMnS", XQuery 1.0 and XPath 2.0 Data Model, xdt:dayTimeDuration. - newDurationYearMonth(boolean, int, int) - Method in class javax.xml.datatype.DatatypeFactory
-
Create a
Duration
of typexdt:yearMonthDuration
using the specifiedyear
andmonth
as defined in XQuery 1.0 and XPath 2.0 Data Model, xdt:yearMonthDuration. - newDurationYearMonth(boolean, BigInteger, BigInteger) - Method in class javax.xml.datatype.DatatypeFactory
-
Create a
Duration
of typexdt:yearMonthDuration
using the specifiedyear
andmonth
as defined in XQuery 1.0 and XPath 2.0 Data Model, xdt:yearMonthDuration. - newDurationYearMonth(long) - Method in class javax.xml.datatype.DatatypeFactory
-
Create a
Duration
of typexdt:yearMonthDuration
using the specified milliseconds as defined in XQuery 1.0 and XPath 2.0 Data Model, xdt:yearMonthDuration. - newDurationYearMonth(String) - Method in class javax.xml.datatype.DatatypeFactory
-
Create a
Duration
of typexdt:yearMonthDuration
by parsing itsString
representation, "PnYnM", XQuery 1.0 and XPath 2.0 Data Model, xdt:yearMonthDuration. - newFactory(String) - Method in class javax.xml.validation.SchemaFactoryLoader
- newInstance() - Static method in class javax.xml.datatype.DatatypeFactory
-
Obtain a new instance of a
DatatypeFactory
. - newInstance() - Static method in class javax.xml.parsers.DocumentBuilderFactory
-
Obtain a new instance of a
DocumentBuilderFactory
. - newInstance() - Static method in class javax.xml.parsers.SAXParserFactory
-
Obtain a new instance of a
SAXParserFactory
. - newInstance() - Method in interface javax.xml.stream.util.XMLEventAllocator
- newInstance() - Static method in class javax.xml.stream.XMLEventFactory
- newInstance() - Static method in class javax.xml.stream.XMLInputFactory
- newInstance() - Static method in class javax.xml.stream.XMLOutputFactory
- newInstance() - Static method in class javax.xml.transform.TransformerFactory
-
Obtain a new instance of a
TransformerFactory
. - newInstance() - Static method in class javax.xml.xpath.XPathFactory
-
Get a new
XPathFactory
instance using the default object model,XPathFactory.DEFAULT_OBJECT_MODEL_URI
, the W3C DOM. - newInstance() - Static method in class org.w3c.dom.bootstrap.DOMImplementationRegistry
-
Obtain a new instance of a
DOMImplementationRegistry
. - newInstance(String) - Static method in class javax.xml.validation.SchemaFactory
-
Lookup an implementation of the
SchemaFactory
that supports the specified schema language and return it. - newInstance(String) - Static method in class javax.xml.xpath.XPathFactory
-
Get a new
XPathFactory
instance using the specified object model. - newInstance(String, ClassLoader) - Static method in class javax.xml.datatype.DatatypeFactory
- newInstance(String, ClassLoader) - Static method in class javax.xml.parsers.DocumentBuilderFactory
- newInstance(String, ClassLoader) - Static method in class javax.xml.parsers.SAXParserFactory
- newInstance(String, ClassLoader) - Static method in class javax.xml.stream.XMLEventFactory
- newInstance(String, ClassLoader) - Static method in class javax.xml.stream.XMLInputFactory
- newInstance(String, ClassLoader) - Static method in class javax.xml.stream.XMLOutputFactory
- newInstance(String, ClassLoader) - Static method in class javax.xml.transform.TransformerFactory
- newInstance(String, String, ClassLoader) - Static method in class javax.xml.validation.SchemaFactory
- newInstance(String, String, ClassLoader) - Static method in class javax.xml.xpath.XPathFactory
- newSAXParser() - Method in class javax.xml.parsers.SAXParserFactory
-
Creates a new instance of a SAXParser using the currently configured factory parameters.
- newSchema() - Method in class javax.xml.validation.SchemaFactory
-
Creates a special
Schema
object. - newSchema(File) - Method in class javax.xml.validation.SchemaFactory
-
Parses the specified
File
as a schema and returns it as aSchema
. - newSchema(URL) - Method in class javax.xml.validation.SchemaFactory
-
Parses the specified
URL
as a schema and returns it as aSchema
. - newSchema(Source) - Method in class javax.xml.validation.SchemaFactory
-
Parses the specified source as a schema and returns it as a schema.
- newSchema(Source[]) - Method in class javax.xml.validation.SchemaFactory
-
Parses the specified source(s) as a schema and returns it as a schema.
- newTemplates(Source) - Method in class javax.xml.transform.TransformerFactory
-
Process the Source into a Templates object, which is a a compiled representation of the source.
- newTemplatesHandler() - Method in class javax.xml.transform.sax.SAXTransformerFactory
-
Get a TemplatesHandler object that can process SAX ContentHandler events into a Templates object.
- newTransformer() - Method in interface javax.xml.transform.Templates
-
Create a new transformation context for this Templates object.
- newTransformer() - Method in class javax.xml.transform.TransformerFactory
-
Create a new
Transformer
that performs a copy of theSource
to theResult
. - newTransformer(Source) - Method in class javax.xml.transform.TransformerFactory
-
Process the
Source
into aTransformer
Object
. - newTransformerHandler() - Method in class javax.xml.transform.sax.SAXTransformerFactory
-
Get a TransformerHandler object that can process SAX ContentHandler events into a Result.
- newTransformerHandler(Source) - Method in class javax.xml.transform.sax.SAXTransformerFactory
-
Get a TransformerHandler object that can process SAX ContentHandler events into a Result, based on the transformation instructions specified by the argument.
- newTransformerHandler(Templates) - Method in class javax.xml.transform.sax.SAXTransformerFactory
-
Get a TransformerHandler object that can process SAX ContentHandler events into a Result, based on the Templates argument.
- newValidator() - Method in class javax.xml.validation.Schema
- newValidatorHandler() - Method in class javax.xml.validation.Schema
-
Creates a new
ValidatorHandler
for thisSchema
. - newValueSpecifiedUnits(short, float) - Method in interface org.w3c.dom.svg.SVGAngle
- newValueSpecifiedUnits(short, float) - Method in interface org.w3c.dom.svg.SVGLength
- newXMLFilter(Source) - Method in class javax.xml.transform.sax.SAXTransformerFactory
-
Create an XMLFilter that uses the given Source as the transformation instructions.
- newXMLFilter(Templates) - Method in class javax.xml.transform.sax.SAXTransformerFactory
-
Create an XMLFilter, based on the Templates argument..
- newXMLGregorianCalendar() - Method in class javax.xml.datatype.DatatypeFactory
-
Create a new instance of an
XMLGregorianCalendar
. - newXMLGregorianCalendar(int, int, int, int, int, int, int, int) - Method in class javax.xml.datatype.DatatypeFactory
-
Constructor of value spaces that a
java.util.GregorianCalendar
instance would need to convert to anXMLGregorianCalendar
instance. - newXMLGregorianCalendar(String) - Method in class javax.xml.datatype.DatatypeFactory
-
Create a new XMLGregorianCalendar by parsing the String as a lexical representation.
- newXMLGregorianCalendar(BigInteger, int, int, int, int, int, BigDecimal, int) - Method in class javax.xml.datatype.DatatypeFactory
-
Constructor allowing for complete value spaces allowed by W3C XML Schema 1.0 recommendation for xsd:dateTime and related builtin datatypes.
- newXMLGregorianCalendar(GregorianCalendar) - Method in class javax.xml.datatype.DatatypeFactory
-
Create an
XMLGregorianCalendar
from aGregorianCalendar
. - newXMLGregorianCalendarDate(int, int, int, int) - Method in class javax.xml.datatype.DatatypeFactory
-
Create a Java representation of XML Schema builtin datatype
date
org*
. - newXMLGregorianCalendarTime(int, int, int, int) - Method in class javax.xml.datatype.DatatypeFactory
-
Create a Java instance of XML Schema builtin datatype
time
. - newXMLGregorianCalendarTime(int, int, int, int, int) - Method in class javax.xml.datatype.DatatypeFactory
-
Create a Java instance of XML Schema builtin datatype time.
- newXMLGregorianCalendarTime(int, int, int, BigDecimal, int) - Method in class javax.xml.datatype.DatatypeFactory
-
Create a Java instance of XML Schema builtin datatype time.
- newXPath() - Method in class javax.xml.xpath.XPathFactory
-
Return a new
XPath
using the underlying object model determined when theXPathFactory
was instantiated. - next() - Method in class javax.xml.stream.util.EventReaderDelegate
- next() - Method in class javax.xml.stream.util.StreamReaderDelegate
- next() - Method in interface javax.xml.stream.XMLStreamReader
- nextEvent() - Method in class javax.xml.stream.util.EventReaderDelegate
- nextEvent() - Method in interface javax.xml.stream.XMLEventReader
- nextNode() - Method in interface org.w3c.dom.traversal.NodeIterator
-
Returns the next node in the set and advances the position of the
NodeIterator
in the set. - nextNode() - Method in interface org.w3c.dom.traversal.TreeWalker
-
Moves the
TreeWalker
to the next visible node in document order relative to the current node, and returns the new node. - nextSibling() - Method in interface org.w3c.dom.traversal.TreeWalker
-
Moves the
TreeWalker
to the next sibling of the current node, and returns the new node. - nextTag() - Method in class javax.xml.stream.util.EventReaderDelegate
- nextTag() - Method in class javax.xml.stream.util.StreamReaderDelegate
- nextTag() - Method in interface javax.xml.stream.XMLEventReader
- nextTag() - Method in interface javax.xml.stream.XMLStreamReader
- NO_DATA_ALLOWED_ERR - Static variable in exception org.w3c.dom.DOMException
-
If data is specified for a
Node
which does not support data. - NO_MODIFICATION_ALLOWED_ERR - Static variable in exception org.w3c.dom.DOMException
-
If an attempt is made to modify an object where modifications are not allowed.
- Node - Interface in org.w3c.dom
-
The
Node
interface is the primary datatype for the entire Document Object Model. - NODE - Static variable in class javax.xml.xpath.XPathConstants
-
The XPath 1.0 NodeSet data type.
- NODE_ADOPTED - Static variable in interface org.w3c.dom.UserDataHandler
-
The node is adopted, using
Document.adoptNode()
. - NODE_CLONED - Static variable in interface org.w3c.dom.UserDataHandler
-
The node is cloned, using
Node.cloneNode()
. - NODE_DELETED - Static variable in interface org.w3c.dom.UserDataHandler
-
The node is deleted.
- NODE_IMPORTED - Static variable in interface org.w3c.dom.UserDataHandler
-
The node is imported, using
Document.importNode()
. - NODE_RENAMED - Static variable in interface org.w3c.dom.UserDataHandler
-
The node is renamed, using
Document.renameNode()
. - NodeFilter - Interface in org.w3c.dom.traversal
-
Filters are objects that know how to "filter out" nodes.
- NodeIterator - Interface in org.w3c.dom.traversal
-
NodeIterators
are used to step through a set of nodes, e.g. - NodeList - Interface in org.w3c.dom
-
The
NodeList
interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented. - NODESET - Static variable in class javax.xml.xpath.XPathConstants
-
The XPath 1.0 NodeSet data type.
- normalize() - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Normalize this instance to UTC.
- normalize() - Method in interface org.w3c.dom.Node
-
Puts all
Text
nodes in the full depth of the sub-tree underneath thisNode
, including attribute nodes, into a "normal" form where only structure (e.g., elements, comments, processing instructions, CDATA sections, and entity references) separatesText
nodes, i.e., there are neither adjacentText
nodes nor emptyText
nodes. - normalizeDocument() - Method in interface org.w3c.dom.Document
-
This method acts as if the document was going through a save and load cycle, putting the document in a "normal" form.
- normalizeWith(Calendar) - Method in class javax.xml.datatype.Duration
-
Converts the years and months fields into the days field by using a specific time instant as the reference point.
- NOT_FOUND_ERR - Static variable in exception org.w3c.dom.DOMException
-
If an attempt is made to reference a
Node
in a context where it does not exist. - NOT_SUPPORTED_ERR - Static variable in exception org.w3c.dom.DOMException
-
If the implementation does not support the requested type of object or operation.
- Notation - Interface in org.w3c.dom
-
This interface represents a notation declared in the DTD.
- NOTATION_DECLARATION - Static variable in interface javax.xml.stream.XMLStreamConstants
- NOTATION_NODE - Static variable in interface org.w3c.dom.Node
-
The node is a
Notation
. - notationDecl(String, String, String) - Method in interface org.xml.sax.DTDHandler
-
Receive notification of a notation declaration event.
- notationDecl(String, String, String) - Method in class org.xml.sax.HandlerBase
-
Deprecated.Receive notification of a notation declaration.
- notationDecl(String, String, String) - Method in class org.xml.sax.helpers.DefaultHandler
-
Receive notification of a notation declaration.
- notationDecl(String, String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Filter a notation declaration event.
- NotationDeclaration - Interface in javax.xml.stream.events
- NOVEMBER - Static variable in class javax.xml.datatype.DatatypeConstants
-
Value for eleven month of year.
- NSDECL - Static variable in class org.xml.sax.helpers.NamespaceSupport
-
The namespace declaration URI as a constant.
- NULL_NS_URI - Static variable in class javax.xml.XMLConstants
-
Namespace URI to use to represent that there is no Namespace.
- NUMBER - Static variable in class javax.xml.xpath.XPathConstants
-
The XPath 1.0 number data type.
- NUMBER_TYPE - Static variable in interface org.w3c.dom.xpath.XPathResult
O
- OCTOBER - Static variable in class javax.xml.datatype.DatatypeConstants
-
Value for tenth month of year.
- OMIT_XML_DECLARATION - Static variable in class javax.xml.transform.OutputKeys
-
omit-xml-declaration = "yes" | "no".
- open() - Method in interface org.w3c.dom.html.HTMLDocument
-
Note.This method and the ones following allow a user to add to or replace the structuremodel of a document using strings of unparsed HTML.
- ORDERED_NODE_ITERATOR_TYPE - Static variable in interface org.w3c.dom.xpath.XPathResult
-
The result is a node set as defined by [XPath 1.0] that will be accessed iteratively, which will produce document-ordered nodes.
- ORDERED_NODE_SNAPSHOT_TYPE - Static variable in interface org.w3c.dom.xpath.XPathResult
- org.w3c.css.sac - package org.w3c.css.sac
- org.w3c.css.sac.helpers - package org.w3c.css.sac.helpers
- org.w3c.dom - package org.w3c.dom
- org.w3c.dom.bootstrap - package org.w3c.dom.bootstrap
- org.w3c.dom.css - package org.w3c.dom.css
- org.w3c.dom.events - package org.w3c.dom.events
- org.w3c.dom.html - package org.w3c.dom.html
- org.w3c.dom.ls - package org.w3c.dom.ls
- org.w3c.dom.ranges - package org.w3c.dom.ranges
- org.w3c.dom.smil - package org.w3c.dom.smil
- org.w3c.dom.stylesheets - package org.w3c.dom.stylesheets
- org.w3c.dom.svg - package org.w3c.dom.svg
- org.w3c.dom.traversal - package org.w3c.dom.traversal
- org.w3c.dom.views - package org.w3c.dom.views
- org.w3c.dom.xpath - package org.w3c.dom.xpath
- org.xml.sax - package org.xml.sax
-
This package provides the core SAX APIs.
- org.xml.sax.ext - package org.xml.sax.ext
-
This package contains interfaces to SAX2 facilities that conformant SAX drivers won't necessarily support.
- org.xml.sax.helpers - package org.xml.sax.helpers
-
This package contains "helper" classes, including support for bootstrapping SAX-based applications.
- OutputKeys - Class in javax.xml.transform
-
Provides string constants that can be used to set output properties for a Transformer, or to retrieve output properties from a Transformer or Templates object.
P
- PAGE_RULE - Static variable in interface org.w3c.dom.css.CSSRule
-
The rule is a
CSSPageRule
. - parentNode() - Method in interface org.w3c.dom.traversal.TreeWalker
-
Moves to and returns the closest visible ancestor node of the current node.
- parse(File) - Method in class javax.xml.parsers.DocumentBuilder
-
Parse the content of the given file as an XML document and return a new DOM
Document
object. - parse(File, HandlerBase) - Method in class javax.xml.parsers.SAXParser
-
Parse the content of the file specified as XML using the specified
HandlerBase
. - parse(File, DefaultHandler) - Method in class javax.xml.parsers.SAXParser
-
Parse the content of the file specified as XML using the specified
DefaultHandler
. - parse(InputStream) - Method in class javax.xml.parsers.DocumentBuilder
-
Parse the content of the given
InputStream
as an XML document and return a new DOMDocument
object. - parse(InputStream, String) - Method in class javax.xml.parsers.DocumentBuilder
-
Parse the content of the given
InputStream
as an XML document and return a new DOMDocument
object. - parse(InputStream, HandlerBase) - Method in class javax.xml.parsers.SAXParser
-
Parse the content of the given
InputStream
instance as XML using the specifiedHandlerBase
. - parse(InputStream, HandlerBase, String) - Method in class javax.xml.parsers.SAXParser
-
Parse the content of the given
InputStream
instance as XML using the specifiedHandlerBase
. - parse(InputStream, DefaultHandler) - Method in class javax.xml.parsers.SAXParser
-
Parse the content of the given
InputStream
instance as XML using the specifiedDefaultHandler
. - parse(InputStream, DefaultHandler, String) - Method in class javax.xml.parsers.SAXParser
-
Parse the content of the given
InputStream
instance as XML using the specifiedDefaultHandler
. - parse(String) - Method in class javax.xml.parsers.DocumentBuilder
-
Parse the content of the given URI as an XML document and return a new DOM
Document
object. - parse(String) - Method in class org.xml.sax.helpers.ParserAdapter
-
Parse an XML document.
- parse(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Parse a document.
- parse(String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
-
Parse the document.
- parse(String) - Method in interface org.xml.sax.Parser
-
Deprecated.Parse an XML document from a system identifier (URI).
- parse(String) - Method in interface org.xml.sax.XMLReader
-
Parse an XML document from a system identifier (URI).
- parse(String, HandlerBase) - Method in class javax.xml.parsers.SAXParser
-
Parse the content described by the giving Uniform Resource Identifier (URI) as XML using the specified
HandlerBase
. - parse(String, DefaultHandler) - Method in class javax.xml.parsers.SAXParser
-
Parse the content described by the giving Uniform Resource Identifier (URI) as XML using the specified
DefaultHandler
. - parse(LSInput) - Method in interface org.w3c.dom.ls.LSParser
-
Parse an XML document from a resource identified by a
LSInput
. - parse(InputSource) - Method in class javax.xml.parsers.DocumentBuilder
-
Parse the content of the given input source as an XML document and return a new DOM
Document
object. - parse(InputSource) - Method in class org.xml.sax.helpers.ParserAdapter
-
Parse an XML document.
- parse(InputSource) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Parse a document.
- parse(InputSource) - Method in class org.xml.sax.helpers.XMLReaderAdapter
-
Parse the document.
- parse(InputSource) - Method in interface org.xml.sax.Parser
-
Deprecated.Parse an XML document.
- parse(InputSource) - Method in interface org.xml.sax.XMLReader
-
Parse an XML document.
- parse(InputSource, HandlerBase) - Method in class javax.xml.parsers.SAXParser
-
Parse the content given
InputSource
as XML using the specifiedHandlerBase
. - parse(InputSource, DefaultHandler) - Method in class javax.xml.parsers.SAXParser
-
Parse the content given
InputSource
as XML using the specifiedDefaultHandler
. - PARSE_ERR - Static variable in exception org.w3c.dom.ls.LSException
-
If an attempt was made to load a document, or an XML Fragment, using
LSParser
and the processing has been stopped. - parsePriority(InputSource) - Method in interface org.w3c.css.sac.Parser
-
Parse a CSS priority value (e.g.
- parsePropertyValue(InputSource) - Method in interface org.w3c.css.sac.Parser
-
Parse a CSS property value.
- Parser - Interface in org.w3c.css.sac
-
Basic interface for CSS (Simple API for CSS) parsers.
- Parser - Interface in org.xml.sax
-
Deprecated.This interface has been replaced by the SAX2
XMLReader
interface, which includes Namespace support. - ParserAdapter - Class in org.xml.sax.helpers
-
Adapt a SAX1 Parser as a SAX2 XMLReader.
- ParserAdapter() - Constructor for class org.xml.sax.helpers.ParserAdapter
-
Construct a new parser adapter.
- ParserAdapter(Parser) - Constructor for class org.xml.sax.helpers.ParserAdapter
-
Construct a new parser adapter.
- ParserConfigurationException - Exception in javax.xml.parsers
-
Indicates a serious configuration error.
- ParserConfigurationException() - Constructor for exception javax.xml.parsers.ParserConfigurationException
-
Create a new
ParserConfigurationException
with no detail message. - ParserConfigurationException(String) - Constructor for exception javax.xml.parsers.ParserConfigurationException
-
Create a new
ParserConfigurationException
with theString
specified as an error message. - ParserFactory - Class in org.w3c.css.sac.helpers
- ParserFactory - Class in org.xml.sax.helpers
-
Deprecated.This class works with the deprecated
Parser
interface. - ParserFactory() - Constructor for class org.w3c.css.sac.helpers.ParserFactory
- parseRule(InputSource) - Method in interface org.w3c.css.sac.Parser
-
Parse a CSS rule.
- parseSelectors(InputSource) - Method in interface org.w3c.css.sac.Parser
-
Parse a comma separated list of selectors.
- parseStyleDeclaration(InputSource) - Method in interface org.w3c.css.sac.Parser
-
Parse a CSS style declaration (without '{' and '}').
- parseStyleSheet(String) - Method in interface org.w3c.css.sac.Parser
-
Parse a CSS document from a URI.
- parseStyleSheet(InputSource) - Method in interface org.w3c.css.sac.Parser
-
Parse a CSS document.
- parseURI(String) - Method in interface org.w3c.dom.ls.LSParser
-
Parse an XML document from a location identified by a URI reference [IETF RFC 2396].
- parseWithContext(LSInput, Node, short) - Method in interface org.w3c.dom.ls.LSParser
-
Parse an XML fragment from a resource identified by a
LSInput
and insert the content into an existing document at the position specified with thecontext
andaction
arguments. - PATHSEG_ARC_ABS - Static variable in interface org.w3c.dom.svg.SVGPathSeg
- PATHSEG_ARC_REL - Static variable in interface org.w3c.dom.svg.SVGPathSeg
- PATHSEG_CLOSEPATH - Static variable in interface org.w3c.dom.svg.SVGPathSeg
- PATHSEG_CURVETO_CUBIC_ABS - Static variable in interface org.w3c.dom.svg.SVGPathSeg
- PATHSEG_CURVETO_CUBIC_REL - Static variable in interface org.w3c.dom.svg.SVGPathSeg
- PATHSEG_CURVETO_CUBIC_SMOOTH_ABS - Static variable in interface org.w3c.dom.svg.SVGPathSeg
- PATHSEG_CURVETO_CUBIC_SMOOTH_REL - Static variable in interface org.w3c.dom.svg.SVGPathSeg
- PATHSEG_CURVETO_QUADRATIC_ABS - Static variable in interface org.w3c.dom.svg.SVGPathSeg
- PATHSEG_CURVETO_QUADRATIC_REL - Static variable in interface org.w3c.dom.svg.SVGPathSeg
- PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS - Static variable in interface org.w3c.dom.svg.SVGPathSeg
- PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL - Static variable in interface org.w3c.dom.svg.SVGPathSeg
- PATHSEG_LINETO_ABS - Static variable in interface org.w3c.dom.svg.SVGPathSeg
- PATHSEG_LINETO_HORIZONTAL_ABS - Static variable in interface org.w3c.dom.svg.SVGPathSeg
- PATHSEG_LINETO_HORIZONTAL_REL - Static variable in interface org.w3c.dom.svg.SVGPathSeg
- PATHSEG_LINETO_REL - Static variable in interface org.w3c.dom.svg.SVGPathSeg
- PATHSEG_LINETO_VERTICAL_ABS - Static variable in interface org.w3c.dom.svg.SVGPathSeg
- PATHSEG_LINETO_VERTICAL_REL - Static variable in interface org.w3c.dom.svg.SVGPathSeg
- PATHSEG_MOVETO_ABS - Static variable in interface org.w3c.dom.svg.SVGPathSeg
- PATHSEG_MOVETO_REL - Static variable in interface org.w3c.dom.svg.SVGPathSeg
- PATHSEG_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGPathSeg
- pauseAnimations() - Method in interface org.w3c.dom.svg.SVGSVGElement
- peek() - Method in class javax.xml.stream.util.EventReaderDelegate
- peek() - Method in interface javax.xml.stream.XMLEventReader
- PI_DISABLE_OUTPUT_ESCAPING - Static variable in interface javax.xml.transform.Result
-
The name of the processing instruction that is sent if the result tree disables output escaping.
- PI_ENABLE_OUTPUT_ESCAPING - Static variable in interface javax.xml.transform.Result
-
The name of the processing instruction that is sent if the result tree enables output escaping at some point after having received a PI_DISABLE_OUTPUT_ESCAPING processing instruction.
- popContext() - Method in class org.xml.sax.helpers.NamespaceSupport
-
Revert to the previous Namespace context.
- PositionalCondition - Interface in org.w3c.css.sac
- preventDefault() - Method in interface org.w3c.dom.events.Event
-
If an event is cancelable, the
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. - previousNode() - Method in interface org.w3c.dom.traversal.NodeIterator
-
Returns the previous node in the set and moves the position of the
NodeIterator
backwards in the set. - previousNode() - Method in interface org.w3c.dom.traversal.TreeWalker
-
Moves the
TreeWalker
to the previous visible node in document order relative to the current node, and returns the new node. - previousSibling() - Method in interface org.w3c.dom.traversal.TreeWalker
-
Moves the
TreeWalker
to the previous sibling of the current node, and returns the new node. - printStackTrace() - Method in exception javax.xml.datatype.DatatypeConfigurationException
-
Print the the trace of methods from where the error originated.
- printStackTrace() - Method in exception javax.xml.transform.TransformerException
-
Print the the trace of methods from where the error originated.
- printStackTrace() - Method in exception javax.xml.xpath.XPathException
- printStackTrace(PrintStream) - Method in exception javax.xml.datatype.DatatypeConfigurationException
-
Print the the trace of methods from where the error originated.
- printStackTrace(PrintStream) - Method in exception javax.xml.transform.TransformerException
-
Print the the trace of methods from where the error originated.
- printStackTrace(PrintStream) - Method in exception javax.xml.xpath.XPathException
- printStackTrace(PrintWriter) - Method in exception javax.xml.datatype.DatatypeConfigurationException
-
Print the the trace of methods from where the error originated.
- printStackTrace(PrintWriter) - Method in exception javax.xml.transform.TransformerException
-
Print the the trace of methods from where the error originated.
- printStackTrace(PrintWriter) - Method in exception javax.xml.xpath.XPathException
- PROCESSING_INSTRUCTION - Static variable in interface javax.xml.stream.XMLStreamConstants
- PROCESSING_INSTRUCTION_NODE - Static variable in interface org.w3c.dom.Node
-
The node is a
ProcessingInstruction
. - processingInstruction(String, String) - Method in interface org.xml.sax.ContentHandler
-
Receive notification of a processing instruction.
- processingInstruction(String, String) - Method in interface org.xml.sax.DocumentHandler
-
Deprecated.Receive notification of a processing instruction.
- processingInstruction(String, String) - Method in class org.xml.sax.HandlerBase
-
Deprecated.Receive notification of a processing instruction.
- processingInstruction(String, String) - Method in class org.xml.sax.helpers.DefaultHandler
-
Receive notification of a processing instruction.
- processingInstruction(String, String) - Method in class org.xml.sax.helpers.ParserAdapter
-
Adapter implementation method; do not call.
- processingInstruction(String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Filter a processing instruction event.
- processingInstruction(String, String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
-
Adapt a SAX2 processing instruction event.
- ProcessingInstruction - Interface in javax.xml.stream.events
- ProcessingInstruction - Interface in org.w3c.dom
-
The
ProcessingInstruction
interface represents a "processing instruction", used in XML as a way to keep processor-specific information in the text of the document. - ProcessingInstructionSelector - Interface in org.w3c.css.sac
-
This simple matches a processing instruction.
- processName(String, String[], boolean) - Method in class org.xml.sax.helpers.NamespaceSupport
-
Process a raw XML qualified name, after all declarations in the current context have been handled by
declarePrefix()
. - property(String, LexicalUnit, boolean) - Method in interface org.w3c.css.sac.DocumentHandler
-
Receive notification of a declaration.
- PROPERTY - Static variable in class org.w3c.dom.bootstrap.DOMImplementationRegistry
-
The system property to specify the DOMImplementationSource class names.
- pushContext() - Method in class org.xml.sax.helpers.NamespaceSupport
-
Start a new Namespace context.
Q
- QName - Class in javax.xml.namespace
-
QName
represents a qualified name as defined in the XML specifications: XML Schema Part2: Datatypes specification, Namespaces in XML, Namespaces in XML Errata. - QName(String) - Constructor for class javax.xml.namespace.QName
-
QName
constructor specifying the local part. - QName(String, String) - Constructor for class javax.xml.namespace.QName
-
QName
constructor specifying the Namespace URI and local part. - QName(String, String, String) - Constructor for class javax.xml.namespace.QName
-
QName
constructor specifying the Namespace URI, local part and prefix.
R
- Range - Interface in org.w3c.dom.ranges
- RangeException - Exception in org.w3c.dom.ranges
-
Range operations may throw a
RangeException
as specified in their method descriptions. - RangeException(short, String) - Constructor for exception org.w3c.dom.ranges.RangeException
- Rect - Interface in org.w3c.dom.css
-
The
Rect
interface is used to represent any rect value. - RELAXNG_NS_URI - Static variable in class javax.xml.XMLConstants
-
RELAX NG Namespace URI.
- REMOVAL - Static variable in interface org.w3c.dom.events.MutationEvent
-
The
Attr
was just removed. - remove() - Method in class javax.xml.stream.util.EventReaderDelegate
- remove(int) - Method in interface org.w3c.dom.html.HTMLSelectElement
-
Remove an element from the collection of
OPTION
elementsfor thisSELECT
. - removeAttribute(int) - Method in class org.xml.sax.ext.Attributes2Impl
- removeAttribute(int) - Method in class org.xml.sax.helpers.AttributesImpl
-
Remove an attribute from the list.
- removeAttribute(String) - Method in interface org.w3c.dom.Element
-
Removes an attribute by name.
- removeAttribute(String) - Method in class org.xml.sax.helpers.AttributeListImpl
-
Deprecated.Remove an attribute from the list.
- removeAttributeNode(Attr) - Method in interface org.w3c.dom.Element
-
Removes the specified attribute node.
- removeAttributeNS(String, String) - Method in interface org.w3c.dom.Element
-
Removes an attribute by local name and namespace URI.
- removeChild(Node) - Method in interface org.w3c.dom.Node
-
Removes the child node indicated by
oldChild
from the list of children, and returns it. - removeEventListener(String, EventListener, boolean) - Method in interface org.w3c.dom.events.EventTarget
-
This method allows the removal of event listeners from the event target.
- removeItem(int) - Method in interface org.w3c.dom.svg.SVGLengthList
- removeItem(int) - Method in interface org.w3c.dom.svg.SVGNumberList
- removeItem(int) - Method in interface org.w3c.dom.svg.SVGPathSegList
- removeItem(int) - Method in interface org.w3c.dom.svg.SVGPointList
- removeItem(int) - Method in interface org.w3c.dom.svg.SVGStringList
- removeItem(int) - Method in interface org.w3c.dom.svg.SVGTransformList
- removeNamedItem(String) - Method in interface org.w3c.dom.NamedNodeMap
-
Removes a node specified by name.
- removeNamedItemNS(String, String) - Method in interface org.w3c.dom.NamedNodeMap
-
Removes a node specified by local name and namespace URI.
- removeProperty(String) - Method in interface org.w3c.dom.css.CSSStyleDeclaration
-
Used to remove a CSS property if it has been explicitly set within this declaration block.
- renameNode(Node, String, String) - Method in interface org.w3c.dom.Document
-
Rename an existing node of type
ELEMENT_NODE
orATTRIBUTE_NODE
. - RENDERING_INTENT_ABSOLUTE_COLORIMETRIC - Static variable in interface org.w3c.dom.svg.SVGRenderingIntent
- RENDERING_INTENT_AUTO - Static variable in interface org.w3c.dom.svg.SVGRenderingIntent
- RENDERING_INTENT_PERCEPTUAL - Static variable in interface org.w3c.dom.svg.SVGRenderingIntent
- RENDERING_INTENT_RELATIVE_COLORIMETRIC - Static variable in interface org.w3c.dom.svg.SVGRenderingIntent
- RENDERING_INTENT_SATURATION - Static variable in interface org.w3c.dom.svg.SVGRenderingIntent
- RENDERING_INTENT_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGRenderingIntent
- replaceChild(Node, Node) - Method in interface org.w3c.dom.Node
-
Replaces the child node
oldChild
withnewChild
in the list of children, and returns theoldChild
node. - replaceData(int, int, String) - Method in interface org.w3c.dom.CharacterData
-
Replace the characters starting at the specified 16-bit unit offset with the specified string.
- replaceItem(String, int) - Method in interface org.w3c.dom.svg.SVGStringList
- replaceItem(SVGLength, int) - Method in interface org.w3c.dom.svg.SVGLengthList
- replaceItem(SVGNumber, int) - Method in interface org.w3c.dom.svg.SVGNumberList
- replaceItem(SVGPathSeg, int) - Method in interface org.w3c.dom.svg.SVGPathSegList
- replaceItem(SVGPoint, int) - Method in interface org.w3c.dom.svg.SVGPointList
- replaceItem(SVGTransform, int) - Method in interface org.w3c.dom.svg.SVGTransformList
- replaceWholeText(String) - Method in interface org.w3c.dom.Text
-
Replaces the text of the current node and all logically-adjacent text nodes with the specified text.
- report(String, String, Object, Location) - Method in interface javax.xml.stream.XMLReporter
- REPORTER - Static variable in class javax.xml.stream.XMLInputFactory
- require(int, String, String) - Method in class javax.xml.stream.util.StreamReaderDelegate
- require(int, String, String) - Method in interface javax.xml.stream.XMLStreamReader
- reset() - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Reset this
XMLGregorianCalendar
to its original values. - reset() - Method in class javax.xml.parsers.DocumentBuilder
-
Reset this
DocumentBuilder
to its original configuration. - reset() - Method in class javax.xml.parsers.SAXParser
-
Reset this
SAXParser
to its original configuration. - reset() - Method in class javax.xml.transform.Transformer
-
Reset this
Transformer
to its original configuration. - reset() - Method in class javax.xml.validation.Validator
-
Reset this
Validator
to its original configuration. - reset() - Method in interface javax.xml.xpath.XPath
-
Reset this
XPath
to its original configuration. - reset() - Method in interface org.w3c.dom.html.HTMLFormElement
-
Restores a form element's default values.
- reset() - Method in class org.xml.sax.helpers.NamespaceSupport
-
Reset this Namespace support object for reuse.
- resolve(String, String) - Method in interface javax.xml.transform.URIResolver
-
Called by the processor when it encounters an xsl:include, xsl:import, or document() function.
- resolveEntity(String, String) - Method in interface org.xml.sax.EntityResolver
-
Allow the application to resolve external entities.
- resolveEntity(String, String) - Method in class org.xml.sax.ext.DefaultHandler2
-
Invokes
EntityResolver2.resolveEntity()
with null entity name and base URI. - resolveEntity(String, String) - Method in class org.xml.sax.HandlerBase
-
Deprecated.Resolve an external entity.
- resolveEntity(String, String) - Method in class org.xml.sax.helpers.DefaultHandler
-
Resolve an external entity.
- resolveEntity(String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Filter an external entity resolution.
- resolveEntity(String, String, String, String) - Method in interface javax.xml.stream.XMLResolver
- resolveEntity(String, String, String, String) - Method in class org.xml.sax.ext.DefaultHandler2
-
Tells the parser to resolve the systemId against the baseURI and read the entity text from that resulting absolute URI.
- resolveEntity(String, String, String, String) - Method in interface org.xml.sax.ext.EntityResolver2
-
Allows applications to map references to external entities into input sources, or tell the parser it should use conventional URI resolution.
- resolveFunction(QName, int) - Method in interface javax.xml.xpath.XPathFunctionResolver
-
Find a function in the set of available functions.
- RESOLVER - Static variable in class javax.xml.stream.XMLInputFactory
- resolveResource(String, String, String, String, String) - Method in interface org.w3c.dom.ls.LSResourceResolver
-
Allow the application to resolve external resources.
- resolveVariable(QName) - Method in interface javax.xml.xpath.XPathVariableResolver
-
Find a variable in the set of available variables.
- Result - Interface in javax.xml.transform
-
An object that implements this interface contains the information needed to build a transformation result tree.
- RGBColor - Interface in org.w3c.dom.css
-
The
RGBColor
interface is used to represent any RGB color value. - rotate(float) - Method in interface org.w3c.dom.svg.SVGMatrix
- rotateFromVector(float, float) - Method in interface org.w3c.dom.svg.SVGMatrix
S
- s - Variable in exception org.w3c.css.sac.CSSException
- S_SAC_NOT_SUPPORTED_ERR - Static variable in exception org.w3c.css.sac.CSSException
- S_SAC_SYNTAX_ERR - Static variable in exception org.w3c.css.sac.CSSException
- S_SAC_UNSPECIFIED_ERR - Static variable in exception org.w3c.css.sac.CSSException
- SAC_AND_CONDITION - Static variable in interface org.w3c.css.sac.Condition
-
This condition checks exactly two conditions.
- SAC_ANY_NODE_SELECTOR - Static variable in interface org.w3c.css.sac.Selector
-
This selector matches any node.
- SAC_ATTR - Static variable in interface org.w3c.css.sac.LexicalUnit
-
Attribute:
attr(...)
. - SAC_ATTRIBUTE_CONDITION - Static variable in interface org.w3c.css.sac.Condition
-
This condition checks an attribute.
- SAC_BEGIN_HYPHEN_ATTRIBUTE_CONDITION - Static variable in interface org.w3c.css.sac.Condition
-
This condition checks if the value is in a hypen-separated list of values in a specified attribute.
- SAC_CDATA_SECTION_NODE_SELECTOR - Static variable in interface org.w3c.css.sac.Selector
-
This selector matches only cdata node.
- SAC_CENTIMETER - Static variable in interface org.w3c.css.sac.LexicalUnit
-
Absolute length
cm
. - SAC_CHILD_SELECTOR - Static variable in interface org.w3c.css.sac.Selector
-
This selector matches a childhood relationship between two elements.
- SAC_CLASS_CONDITION - Static variable in interface org.w3c.css.sac.Condition
-
This condition checks for a specified class.
- SAC_COMMENT_NODE_SELECTOR - Static variable in interface org.w3c.css.sac.Selector
-
This selector matches only comment node.
- SAC_CONDITIONAL_SELECTOR - Static variable in interface org.w3c.css.sac.Selector
-
This is a conditional selector.
- SAC_CONTENT_CONDITION - Static variable in interface org.w3c.css.sac.Condition
-
This condition checks the content of a node.
- SAC_COUNTER_FUNCTION - Static variable in interface org.w3c.css.sac.LexicalUnit
-
function
counter
. - SAC_COUNTERS_FUNCTION - Static variable in interface org.w3c.css.sac.LexicalUnit
-
function
counters
. - SAC_DEGREE - Static variable in interface org.w3c.css.sac.LexicalUnit
-
Angle
deg
. - SAC_DESCENDANT_SELECTOR - Static variable in interface org.w3c.css.sac.Selector
-
This selector matches an arbitrary descendant of some ancestor element.
- SAC_DIMENSION - Static variable in interface org.w3c.css.sac.LexicalUnit
-
unknown dimension.
- SAC_DIRECT_ADJACENT_SELECTOR - Static variable in interface org.w3c.css.sac.Selector
-
This selector matches two selectors who shared the same parent in the document tree and the element represented by the first sequence immediately precedes the element represented by the second one.
- SAC_ELEMENT_NODE_SELECTOR - Static variable in interface org.w3c.css.sac.Selector
-
This selector matches only element node.
- SAC_EM - Static variable in interface org.w3c.css.sac.LexicalUnit
-
Relative length
em
. - SAC_EX - Static variable in interface org.w3c.css.sac.LexicalUnit
-
Relative length
ex
. - SAC_FUNCTION - Static variable in interface org.w3c.css.sac.LexicalUnit
-
unknown function.
- SAC_GRADIAN - Static variable in interface org.w3c.css.sac.LexicalUnit
-
Angle
grad
. - SAC_HERTZ - Static variable in interface org.w3c.css.sac.LexicalUnit
-
Frequency
Hz
. - SAC_ID_CONDITION - Static variable in interface org.w3c.css.sac.Condition
-
This condition checks an id attribute.
- SAC_IDENT - Static variable in interface org.w3c.css.sac.LexicalUnit
-
any identifier except
inherit
. - SAC_INCH - Static variable in interface org.w3c.css.sac.LexicalUnit
-
Absolute length
in
. - SAC_INHERIT - Static variable in interface org.w3c.css.sac.LexicalUnit
-
identifier
inherit
. - SAC_INTEGER - Static variable in interface org.w3c.css.sac.LexicalUnit
-
Integers.
- SAC_KILOHERTZ - Static variable in interface org.w3c.css.sac.LexicalUnit
-
Frequency
kHz
. - SAC_LANG_CONDITION - Static variable in interface org.w3c.css.sac.Condition
-
This condition checks the language of the node.
- SAC_MILLIMETER - Static variable in interface org.w3c.css.sac.LexicalUnit
-
Absolute length
mm
. - SAC_MILLISECOND - Static variable in interface org.w3c.css.sac.LexicalUnit
-
Time
ms
. - SAC_NEGATIVE_CONDITION - Static variable in interface org.w3c.css.sac.Condition
-
This condition checks that a condition can't be applied to a node.
- SAC_NEGATIVE_SELECTOR - Static variable in interface org.w3c.css.sac.Selector
-
This selector matches only node that are different from a specified one.
- SAC_NOT_SUPPORTED_ERR - Static variable in exception org.w3c.css.sac.CSSException
-
If the operation is not supported
- SAC_ONE_OF_ATTRIBUTE_CONDITION - Static variable in interface org.w3c.css.sac.Condition
-
This condition checks for a value in a space-separated values in a specified attribute example:
- SAC_ONLY_CHILD_CONDITION - Static variable in interface org.w3c.css.sac.Condition
-
This condition checks if a node is the only one in the node list.
- SAC_ONLY_TYPE_CONDITION - Static variable in interface org.w3c.css.sac.Condition
-
This condition checks if a node is the only one of his type.
- SAC_OPERATOR_COMMA - Static variable in interface org.w3c.css.sac.LexicalUnit
-
,
- SAC_OPERATOR_EXP - Static variable in interface org.w3c.css.sac.LexicalUnit
-
^
- SAC_OPERATOR_GE - Static variable in interface org.w3c.css.sac.LexicalUnit
-
>=
- SAC_OPERATOR_GT - Static variable in interface org.w3c.css.sac.LexicalUnit
-
>
- SAC_OPERATOR_LE - Static variable in interface org.w3c.css.sac.LexicalUnit
-
<=
- SAC_OPERATOR_LT - Static variable in interface org.w3c.css.sac.LexicalUnit
-
<
- SAC_OPERATOR_MINUS - Static variable in interface org.w3c.css.sac.LexicalUnit
-
-
- SAC_OPERATOR_MOD - Static variable in interface org.w3c.css.sac.LexicalUnit
-
%
- SAC_OPERATOR_MULTIPLY - Static variable in interface org.w3c.css.sac.LexicalUnit
-
*
- SAC_OPERATOR_PLUS - Static variable in interface org.w3c.css.sac.LexicalUnit
-
+
- SAC_OPERATOR_SLASH - Static variable in interface org.w3c.css.sac.LexicalUnit
-
/
- SAC_OPERATOR_TILDE - Static variable in interface org.w3c.css.sac.LexicalUnit
-
~
- SAC_OR_CONDITION - Static variable in interface org.w3c.css.sac.Condition
-
This condition checks one of two conditions.
- SAC_PERCENTAGE - Static variable in interface org.w3c.css.sac.LexicalUnit
-
Percentage.
- SAC_PICA - Static variable in interface org.w3c.css.sac.LexicalUnit
-
Absolute length
pc
. - SAC_PIXEL - Static variable in interface org.w3c.css.sac.LexicalUnit
-
Relative length
px
. - SAC_POINT - Static variable in interface org.w3c.css.sac.LexicalUnit
-
Absolute length
pt
. - SAC_POSITIONAL_CONDITION - Static variable in interface org.w3c.css.sac.Condition
-
This condition checks a specified position.
- SAC_PROCESSING_INSTRUCTION_NODE_SELECTOR - Static variable in interface org.w3c.css.sac.Selector
-
This selector matches only processing instruction node.
- SAC_PSEUDO_CLASS_CONDITION - Static variable in interface org.w3c.css.sac.Condition
-
This condition checks for the link pseudo class.
- SAC_PSEUDO_ELEMENT_SELECTOR - Static variable in interface org.w3c.css.sac.Selector
-
This selector matches the 'first line' pseudo element.
- SAC_RADIAN - Static variable in interface org.w3c.css.sac.LexicalUnit
-
Angle
rad
. - SAC_REAL - Static variable in interface org.w3c.css.sac.LexicalUnit
-
reals.
- SAC_RECT_FUNCTION - Static variable in interface org.w3c.css.sac.LexicalUnit
-
function
rect
. - SAC_RGBCOLOR - Static variable in interface org.w3c.css.sac.LexicalUnit
-
RGB Colors.
- SAC_ROOT_NODE_SELECTOR - Static variable in interface org.w3c.css.sac.Selector
-
This selector matches the root node.
- SAC_SECOND - Static variable in interface org.w3c.css.sac.LexicalUnit
-
Time
s
. - SAC_STRING_VALUE - Static variable in interface org.w3c.css.sac.LexicalUnit
-
A string.
- SAC_SUB_EXPRESSION - Static variable in interface org.w3c.css.sac.LexicalUnit
-
sub expressions
(a)
(a + b)
(normal/none)
- SAC_SYNTAX_ERR - Static variable in exception org.w3c.css.sac.CSSException
-
If an invalid or illegal string is specified
- SAC_TEXT_NODE_SELECTOR - Static variable in interface org.w3c.css.sac.Selector
-
This selector matches only text node.
- SAC_UNICODERANGE - Static variable in interface org.w3c.css.sac.LexicalUnit
-
A unicode range.
- SAC_UNSPECIFIED_ERR - Static variable in exception org.w3c.css.sac.CSSException
-
this error is unspecified.
- SAC_URI - Static variable in interface org.w3c.css.sac.LexicalUnit
-
URI:
uri(...)
. - SACMediaList - Interface in org.w3c.css.sac
- SAXException - Exception in org.xml.sax
-
Encapsulate a general SAX error or warning.
- SAXException() - Constructor for exception org.xml.sax.SAXException
-
Create a new SAXException.
- SAXException(Exception) - Constructor for exception org.xml.sax.SAXException
-
Create a new SAXException wrapping an existing exception.
- SAXException(String) - Constructor for exception org.xml.sax.SAXException
-
Create a new SAXException.
- SAXException(String, Exception) - Constructor for exception org.xml.sax.SAXException
-
Create a new SAXException from an existing exception.
- SAXNotRecognizedException - Exception in org.xml.sax
-
Exception class for an unrecognized identifier.
- SAXNotRecognizedException() - Constructor for exception org.xml.sax.SAXNotRecognizedException
-
Default constructor.
- SAXNotRecognizedException(String) - Constructor for exception org.xml.sax.SAXNotRecognizedException
-
Construct a new exception with the given message.
- SAXNotSupportedException - Exception in org.xml.sax
-
Exception class for an unsupported operation.
- SAXNotSupportedException() - Constructor for exception org.xml.sax.SAXNotSupportedException
-
Construct a new exception with no message.
- SAXNotSupportedException(String) - Constructor for exception org.xml.sax.SAXNotSupportedException
-
Construct a new exception with the given message.
- SAXParseException - Exception in org.xml.sax
-
Encapsulate an XML parse error or warning.
- SAXParseException(String, String, String, int, int) - Constructor for exception org.xml.sax.SAXParseException
-
Create a new SAXParseException.
- SAXParseException(String, String, String, int, int, Exception) - Constructor for exception org.xml.sax.SAXParseException
-
Create a new SAXParseException with an embedded exception.
- SAXParseException(String, Locator) - Constructor for exception org.xml.sax.SAXParseException
-
Create a new SAXParseException from a message and a Locator.
- SAXParseException(String, Locator, Exception) - Constructor for exception org.xml.sax.SAXParseException
-
Wrap an existing exception in a SAXParseException.
- SAXParser - Class in javax.xml.parsers
-
Defines the API that wraps an
XMLReader
implementation class. - SAXParser() - Constructor for class javax.xml.parsers.SAXParser
-
Protected constructor to prevent instantiation.
- SAXParserFactory - Class in javax.xml.parsers
-
Defines a factory API that enables applications to configure and obtain a SAX based parser to parse XML documents.
- SAXParserFactory() - Constructor for class javax.xml.parsers.SAXParserFactory
-
Protected constructor to force use of
SAXParserFactory.newInstance()
. - SAXResult - Class in javax.xml.transform.sax
-
Acts as an holder for a transformation Result.
- SAXResult() - Constructor for class javax.xml.transform.sax.SAXResult
-
Zero-argument default constructor.
- SAXResult(ContentHandler) - Constructor for class javax.xml.transform.sax.SAXResult
-
Create a SAXResult that targets a SAX2
ContentHandler
. - SAXSource - Class in javax.xml.transform.sax
-
Acts as an holder for SAX-style Source.
- SAXSource() - Constructor for class javax.xml.transform.sax.SAXSource
-
Zero-argument default constructor.
- SAXSource(InputSource) - Constructor for class javax.xml.transform.sax.SAXSource
-
Create a
SAXSource
, using a SAXInputSource
. - SAXSource(XMLReader, InputSource) - Constructor for class javax.xml.transform.sax.SAXSource
-
Create a
SAXSource
, using anXMLReader
and a SAX InputSource. - SAXTransformerFactory - Class in javax.xml.transform.sax
-
This class extends TransformerFactory to provide SAX-specific factory methods.
- SAXTransformerFactory() - Constructor for class javax.xml.transform.sax.SAXTransformerFactory
-
The default constructor is protected on purpose.
- scale(float) - Method in interface org.w3c.dom.svg.SVGMatrix
- scaleNonUniform(float, float) - Method in interface org.w3c.dom.svg.SVGMatrix
- Schema - Class in javax.xml.validation
-
Immutable in-memory representation of grammar.
- Schema() - Constructor for class javax.xml.validation.Schema
-
Constructor for the derived class.
- SchemaFactory - Class in javax.xml.validation
-
Factory that creates
Schema
objects. Entry-point to the validation API. - SchemaFactory() - Constructor for class javax.xml.validation.SchemaFactory
-
Constructor for derived classes.
- SchemaFactoryLoader - Class in javax.xml.validation
-
This class was removed from JAXP 1.3 before it was finalized but was mistakenly included in Java 5.
- SchemaFactoryLoader() - Constructor for class javax.xml.validation.SchemaFactoryLoader
- SECONDS - Static variable in class javax.xml.datatype.DatatypeConstants
-
A constant that represents the seconds field.
- select() - Method in interface org.w3c.dom.html.HTMLInputElement
-
Select the contents of the text area.
- select() - Method in interface org.w3c.dom.html.HTMLTextAreaElement
-
Select the contents of the
TEXTAREA
. - selectNode(Node) - Method in interface org.w3c.dom.ranges.Range
-
Select a node and its contents
- selectNodeContents(Node) - Method in interface org.w3c.dom.ranges.Range
-
Select the contents within a node
- Selector - Interface in org.w3c.css.sac
-
This interface defines a selector.
- SelectorFactory - Interface in org.w3c.css.sac
- SelectorList - Interface in org.w3c.css.sac
-
The SelectorList interface provides the abstraction of an ordered collection of selectors, without defining or constraining how this collection is implemented.
- selectSubString(int, int) - Method in interface org.w3c.dom.svg.SVGTextContentElement
- SEPTEMBER - Static variable in class javax.xml.datatype.DatatypeConstants
-
Value for ninth month of year.
- SERIALIZE_ERR - Static variable in exception org.w3c.dom.ls.LSException
-
If an attempt was made to serialize a
Node
usingLSSerializer
and the processing has been stopped. - setA(float) - Method in interface org.w3c.dom.svg.SVGMatrix
- setAbbr(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
- setAccept(String) - Method in interface org.w3c.dom.html.HTMLInputElement
- setAcceptCharset(String) - Method in interface org.w3c.dom.html.HTMLFormElement
- setAccessKey(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
- setAccessKey(String) - Method in interface org.w3c.dom.html.HTMLAreaElement
- setAccessKey(String) - Method in interface org.w3c.dom.html.HTMLButtonElement
- setAccessKey(String) - Method in interface org.w3c.dom.html.HTMLInputElement
- setAccessKey(String) - Method in interface org.w3c.dom.html.HTMLLabelElement
- setAccessKey(String) - Method in interface org.w3c.dom.html.HTMLLegendElement
- setAccessKey(String) - Method in interface org.w3c.dom.html.HTMLTextAreaElement
- setAction(String) - Method in interface org.w3c.dom.html.HTMLFormElement
- setAlign(short) - Method in interface org.w3c.dom.svg.SVGPreserveAspectRatio
- setAlign(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
- setAlign(String) - Method in interface org.w3c.dom.html.HTMLDivElement
- setAlign(String) - Method in interface org.w3c.dom.html.HTMLHeadingElement
- setAlign(String) - Method in interface org.w3c.dom.html.HTMLHRElement
- setAlign(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
- setAlign(String) - Method in interface org.w3c.dom.html.HTMLImageElement
- setAlign(String) - Method in interface org.w3c.dom.html.HTMLInputElement
- setAlign(String) - Method in interface org.w3c.dom.html.HTMLLegendElement
- setAlign(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
- setAlign(String) - Method in interface org.w3c.dom.html.HTMLParagraphElement
- setAlign(String) - Method in interface org.w3c.dom.html.HTMLTableCaptionElement
- setAlign(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
- setAlign(String) - Method in interface org.w3c.dom.html.HTMLTableColElement
- setAlign(String) - Method in interface org.w3c.dom.html.HTMLTableElement
- setAlign(String) - Method in interface org.w3c.dom.html.HTMLTableRowElement
- setAlign(String) - Method in interface org.w3c.dom.html.HTMLTableSectionElement
- setALink(String) - Method in interface org.w3c.dom.html.HTMLBodyElement
- setAlt(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
- setAlt(String) - Method in interface org.w3c.dom.html.HTMLAreaElement
- setAlt(String) - Method in interface org.w3c.dom.html.HTMLImageElement
- setAlt(String) - Method in interface org.w3c.dom.html.HTMLInputElement
- setAngle(float) - Method in interface org.w3c.dom.svg.SVGPathSegArcAbs
- setAngle(float) - Method in interface org.w3c.dom.svg.SVGPathSegArcRel
- setArchive(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
- setArchive(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
- setAttribute(int, String, String, String, String, String) - Method in class org.xml.sax.helpers.AttributesImpl
-
Set an attribute in the list.
- setAttribute(String, Object) - Method in class javax.xml.parsers.DocumentBuilderFactory
-
Allows the user to set specific attributes on the underlying implementation.
- setAttribute(String, Object) - Method in class javax.xml.transform.TransformerFactory
-
Allows the user to set specific attributes on the underlying implementation.
- setAttribute(String, String) - Method in interface org.w3c.dom.Element
-
Adds a new attribute.
- setAttributeList(AttributeList) - Method in class org.xml.sax.helpers.AttributeListImpl
-
Deprecated.Set the attribute list, discarding previous contents.
- setAttributeNode(Attr) - Method in interface org.w3c.dom.Element
-
Adds a new attribute node.
- setAttributeNodeNS(Attr) - Method in interface org.w3c.dom.Element
-
Adds a new attribute.
- setAttributeNS(String, String, String) - Method in interface org.w3c.dom.Element
-
Adds a new attribute.
- setAttributes(Attributes) - Method in class org.xml.sax.ext.Attributes2Impl
-
Copy an entire Attributes object.
- setAttributes(Attributes) - Method in class org.xml.sax.helpers.AttributesImpl
-
Copy an entire Attributes object.
- setAxis(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
- setAzimuth(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the azimuth property definition in CSS2.
- setB(float) - Method in interface org.w3c.dom.svg.SVGMatrix
- setBackground(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the background property definition in CSS2.
- setBackground(String) - Method in interface org.w3c.dom.html.HTMLBodyElement
- setBackgroundAttachment(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the background-attachment property definition in CSS2.
- setBackgroundColor(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the background-color property definition in CSS2.
- setBackgroundImage(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the background-image property definition in CSS2.
- setBackgroundPosition(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the background-position property definition in CSS2.
- setBackgroundRepeat(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the background-repeat property definition in CSS2.
- setBaseURI(String) - Method in interface org.w3c.dom.ls.LSInput
-
The base URI to be used (see section 5.1.4 in [IETF RFC 2396]) for resolving a relative
systemId
to an absolute URI. - setBaseVal(boolean) - Method in interface org.w3c.dom.svg.SVGAnimatedBoolean
- setBaseVal(float) - Method in interface org.w3c.dom.svg.SVGAnimatedNumber
- setBaseVal(int) - Method in interface org.w3c.dom.svg.SVGAnimatedInteger
- setBaseVal(short) - Method in interface org.w3c.dom.svg.SVGAnimatedEnumeration
- setBaseVal(String) - Method in interface org.w3c.dom.svg.SVGAnimatedString
- setBgColor(String) - Method in interface org.w3c.dom.html.HTMLBodyElement
- setBgColor(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
- setBgColor(String) - Method in interface org.w3c.dom.html.HTMLTableElement
- setBgColor(String) - Method in interface org.w3c.dom.html.HTMLTableRowElement
- setBody(HTMLElement) - Method in interface org.w3c.dom.html.HTMLDocument
- setBorder(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border property definition in CSS2.
- setBorder(String) - Method in interface org.w3c.dom.html.HTMLImageElement
- setBorder(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
- setBorder(String) - Method in interface org.w3c.dom.html.HTMLTableElement
- setBorderBottom(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-bottom property definition in CSS2.
- setBorderBottomColor(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-bottom-color property definition in CSS2.
- setBorderBottomStyle(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-bottom-style property definition in CSS2.
- setBorderBottomWidth(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-bottom-width property definition in CSS2.
- setBorderCollapse(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-collapse property definition in CSS2.
- setBorderColor(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-color property definition in CSS2.
- setBorderLeft(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-left property definition in CSS2.
- setBorderLeftColor(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-left-color property definition in CSS2.
- setBorderLeftStyle(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-left-style property definition in CSS2.
- setBorderLeftWidth(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-left-width property definition in CSS2.
- setBorderRight(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-right property definition in CSS2.
- setBorderRightColor(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-right-color property definition in CSS2.
- setBorderRightStyle(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-right-style property definition in CSS2.
- setBorderRightWidth(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-right-width property definition in CSS2.
- setBorderSpacing(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-spacing property definition in CSS2.
- setBorderStyle(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-style property definition in CSS2.
- setBorderTop(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-top property definition in CSS2.
- setBorderTopColor(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-top-color property definition in CSS2.
- setBorderTopStyle(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-top-style property definition in CSS2.
- setBorderTopWidth(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-top-width property definition in CSS2.
- setBorderWidth(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the border-width property definition in CSS2.
- setBottom(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the bottom property definition in CSS2.
- setByteStream(InputStream) - Method in class org.w3c.css.sac.InputSource
-
Set the byte stream for this input source.
- setByteStream(InputStream) - Method in interface org.w3c.dom.ls.LSInput
-
An attribute of a language and binding dependent type that represents a stream of bytes.
- setByteStream(InputStream) - Method in class org.xml.sax.InputSource
-
Set the byte stream for this input source.
- setByteStream(OutputStream) - Method in interface org.w3c.dom.ls.LSOutput
-
An attribute of a language and binding dependent type that represents a writable stream of bytes.
- setC(float) - Method in interface org.w3c.dom.svg.SVGMatrix
- setCaption(HTMLTableCaptionElement) - Method in interface org.w3c.dom.html.HTMLTableElement
- setCaptionSide(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the caption-side property definition in CSS2.
- setCellIndex(int) - Method in interface org.w3c.dom.html.HTMLTableCellElement
- setCellPadding(String) - Method in interface org.w3c.dom.html.HTMLTableElement
- setCells(HTMLCollection) - Method in interface org.w3c.dom.html.HTMLTableRowElement
- setCellSpacing(String) - Method in interface org.w3c.dom.html.HTMLTableElement
- setCertifiedText(boolean) - Method in interface org.w3c.dom.ls.LSInput
- setCh(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
- setCh(String) - Method in interface org.w3c.dom.html.HTMLTableColElement
- setCh(String) - Method in interface org.w3c.dom.html.HTMLTableRowElement
- setCh(String) - Method in interface org.w3c.dom.html.HTMLTableSectionElement
- setCharacterStream(Reader) - Method in class org.w3c.css.sac.InputSource
-
Set the character stream for this input source.
- setCharacterStream(Reader) - Method in interface org.w3c.dom.ls.LSInput
-
An attribute of a language and binding dependent type that represents a stream of 16-bit units.
- setCharacterStream(Reader) - Method in class org.xml.sax.InputSource
-
Set the character stream for this input source.
- setCharacterStream(Writer) - Method in interface org.w3c.dom.ls.LSOutput
-
An attribute of a language and binding dependent type that represents a writable stream to which 16-bit units can be output.
- setCharset(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
- setCharset(String) - Method in interface org.w3c.dom.html.HTMLLinkElement
- setCharset(String) - Method in interface org.w3c.dom.html.HTMLScriptElement
- setChecked(boolean) - Method in interface org.w3c.dom.html.HTMLInputElement
- setChOff(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
- setChOff(String) - Method in interface org.w3c.dom.html.HTMLTableColElement
- setChOff(String) - Method in interface org.w3c.dom.html.HTMLTableRowElement
- setChOff(String) - Method in interface org.w3c.dom.html.HTMLTableSectionElement
- setCite(String) - Method in interface org.w3c.dom.html.HTMLModElement
- setCite(String) - Method in interface org.w3c.dom.html.HTMLQuoteElement
- setClassName(String) - Method in interface org.w3c.dom.html.HTMLElement
- setClear(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the clear property definition in CSS2.
- setClear(String) - Method in interface org.w3c.dom.html.HTMLBRElement
- setClip(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the clip property definition in CSS2.
- setCoalescing(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
-
Specifies that the parser produced by this code will convert CDATA nodes to Text nodes and append it to the adjacent (if any) text node.
- setCode(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
- setCode(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
- setCodeBase(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
- setCodeBase(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
- setCodeType(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
- setColor(short, String, String) - Method in interface org.w3c.dom.svg.SVGColor
- setColor(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the color property definition in CSS2.
- setColor(String) - Method in interface org.w3c.dom.html.HTMLBaseFontElement
- setColor(String) - Method in interface org.w3c.dom.html.HTMLFontElement
- setColorProfile(String) - Method in interface org.w3c.dom.svg.SVGICCColor
- setCols(int) - Method in interface org.w3c.dom.html.HTMLTextAreaElement
- setCols(String) - Method in interface org.w3c.dom.html.HTMLFrameSetElement
- setColSpan(int) - Method in interface org.w3c.dom.html.HTMLTableCellElement
- setColumnNumber(int) - Method in class org.xml.sax.helpers.LocatorImpl
-
Set the column number for this locator (1-based).
- setCompact(boolean) - Method in interface org.w3c.dom.html.HTMLDirectoryElement
- setCompact(boolean) - Method in interface org.w3c.dom.html.HTMLDListElement
- setCompact(boolean) - Method in interface org.w3c.dom.html.HTMLMenuElement
- setCompact(boolean) - Method in interface org.w3c.dom.html.HTMLOListElement
- setCompact(boolean) - Method in interface org.w3c.dom.html.HTMLUListElement
- setConditionFactory(ConditionFactory) - Method in interface org.w3c.css.sac.Parser
- setContent(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the content property definition in CSS2.
- setContent(String) - Method in interface org.w3c.dom.html.HTMLMetaElement
- setContentHandler(ContentHandler) - Method in class javax.xml.validation.ValidatorHandler
-
Sets the
ContentHandler
which receives the augmented validation result. - setContentHandler(ContentHandler) - Method in class org.xml.sax.helpers.ParserAdapter
-
Set the content handler.
- setContentHandler(ContentHandler) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Set the content event handler.
- setContentHandler(ContentHandler) - Method in interface org.xml.sax.XMLReader
-
Allow an application to register a content event handler.
- setContentScriptType(String) - Method in interface org.w3c.dom.svg.SVGSVGElement
- setContentStyleType(String) - Method in interface org.w3c.dom.svg.SVGSVGElement
- setCookie(String) - Method in interface org.w3c.dom.html.HTMLDocument
- setCoords(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
- setCoords(String) - Method in interface org.w3c.dom.html.HTMLAreaElement
- setCounterIncrement(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the counter-increment property definition in CSS2.
- setCounterReset(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the counter-reset property definition in CSS2.
- setCssFloat(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the float property definition in CSS2.
- setCssText(String) - Method in interface org.w3c.dom.css.CSSRule
-
The parsable textual representation of the rule.
- setCssText(String) - Method in interface org.w3c.dom.css.CSSStyleDeclaration
-
The parsable textual representation of the declaration block (excluding the surrounding curly braces).
- setCssText(String) - Method in interface org.w3c.dom.css.CSSValue
-
A string representation of the current value.
- setCue(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the cue property definition in CSS2.
- setCueAfter(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the cue-after property definition in CSS2.
- setCueBefore(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the cue-before property definition in CSS2.
- setCurrentNode(Node) - Method in interface org.w3c.dom.traversal.TreeWalker
-
The node at which the
TreeWalker
is currently positioned. - setCurrentScale(float) - Method in interface org.w3c.dom.svg.SVGSVGElement
- setCurrentTime(float) - Method in interface org.w3c.dom.svg.SVGSVGElement
- setCursor(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the cursor property definition in CSS2.
- setD(float) - Method in interface org.w3c.dom.svg.SVGMatrix
- setData(String) - Method in interface org.w3c.dom.CharacterData
-
The character data of the node that implements this interface.
- setData(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
- setData(String) - Method in interface org.w3c.dom.ProcessingInstruction
-
The content of this processing instruction.
- setDateTime(String) - Method in interface org.w3c.dom.html.HTMLModElement
- setDay(int) - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Set days in month.
- setDeclare(boolean) - Method in interface org.w3c.dom.html.HTMLObjectElement
- setDeclared(int, boolean) - Method in class org.xml.sax.ext.Attributes2Impl
-
Assign a value to the "declared" flag of a specific attribute.
- setDefaultChecked(boolean) - Method in interface org.w3c.dom.html.HTMLInputElement
- setDefaultNamespace(String) - Method in interface javax.xml.stream.XMLEventWriter
- setDefaultNamespace(String) - Method in interface javax.xml.stream.XMLStreamWriter
- setDefaultSelected(boolean) - Method in interface org.w3c.dom.html.HTMLOptionElement
- setDefaultValue(String) - Method in interface org.w3c.dom.html.HTMLInputElement
- setDefaultValue(String) - Method in interface org.w3c.dom.html.HTMLTextAreaElement
- setDefer(boolean) - Method in interface org.w3c.dom.html.HTMLScriptElement
- setDir(String) - Method in interface org.w3c.dom.html.HTMLElement
- setDirection(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the direction property definition in CSS2.
- setDisabled(boolean) - Method in interface org.w3c.dom.html.HTMLButtonElement
- setDisabled(boolean) - Method in interface org.w3c.dom.html.HTMLInputElement
- setDisabled(boolean) - Method in interface org.w3c.dom.html.HTMLLinkElement
- setDisabled(boolean) - Method in interface org.w3c.dom.html.HTMLOptGroupElement
- setDisabled(boolean) - Method in interface org.w3c.dom.html.HTMLOptionElement
- setDisabled(boolean) - Method in interface org.w3c.dom.html.HTMLSelectElement
- setDisabled(boolean) - Method in interface org.w3c.dom.html.HTMLStyleElement
- setDisabled(boolean) - Method in interface org.w3c.dom.html.HTMLTextAreaElement
- setDisabled(boolean) - Method in interface org.w3c.dom.stylesheets.StyleSheet
-
false
if the style sheet is applied to the document. - setDisplay(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the display property definition in CSS2.
- setDocumentHandler(DocumentHandler) - Method in interface org.w3c.css.sac.Parser
-
Allow an application to register a document event handler.
- setDocumentHandler(DocumentHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
-
Register the SAX1 document event handler.
- setDocumentHandler(DocumentHandler) - Method in interface org.xml.sax.Parser
-
Deprecated.Allow an application to register a document event handler.
- setDocumentLocator(Locator) - Method in interface org.xml.sax.ContentHandler
-
Receive an object for locating the origin of SAX document events.
- setDocumentLocator(Locator) - Method in interface org.xml.sax.DocumentHandler
-
Deprecated.Receive an object for locating the origin of SAX document events.
- setDocumentLocator(Locator) - Method in class org.xml.sax.HandlerBase
-
Deprecated.Receive a Locator object for document events.
- setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.DefaultHandler
-
Receive a Locator object for document events.
- setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.ParserAdapter
-
Adapter implementation method; do not call.
- setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Filter a new document locator event.
- setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.XMLReaderAdapter
-
Set a document locator.
- setDocumentURI(String) - Method in interface org.w3c.dom.Document
-
The location of the document or
null
if undefined or if theDocument
was created usingDOMImplementation.createDocument
. - setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.ParserAdapter
-
Set the DTD handler.
- setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Set the DTD event handler.
- setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
-
Register the DTD event handler.
- setDTDHandler(DTDHandler) - Method in interface org.xml.sax.Parser
-
Deprecated.Allow an application to register a DTD event handler.
- setDTDHandler(DTDHandler) - Method in interface org.xml.sax.XMLReader
-
Allow an application to register a DTD event handler.
- setDx(float) - Method in interface org.w3c.dom.svg.SVGGlyphRefElement
- setDy(float) - Method in interface org.w3c.dom.svg.SVGGlyphRefElement
- setE(float) - Method in interface org.w3c.dom.svg.SVGMatrix
- setElevation(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the elevation property definition in CSS2.
- setEmptyCells(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the empty-cells property definition in CSS2.
- setEncoding(String) - Method in class org.w3c.css.sac.InputSource
-
Set the character encoding, if known.
- setEncoding(String) - Method in interface org.w3c.dom.css.CSSCharsetRule
-
The encoding information used in this
@charset
rule. - setEncoding(String) - Method in interface org.w3c.dom.ls.LSInput
-
The character encoding, if known.
- setEncoding(String) - Method in interface org.w3c.dom.ls.LSOutput
-
The character encoding to use for the output.
- setEncoding(String) - Method in class org.xml.sax.ext.Locator2Impl
-
Assigns the current value of the encoding property.
- setEncoding(String) - Method in class org.xml.sax.InputSource
-
Set the character encoding, if known.
- setEnctype(String) - Method in interface org.w3c.dom.html.HTMLFormElement
- setEnd(Node, int) - Method in interface org.w3c.dom.ranges.Range
-
Sets the attributes describing the end of a Range.
- setEndAfter(Node) - Method in interface org.w3c.dom.ranges.Range
-
Sets the end of a Range to be after a node
- setEndBefore(Node) - Method in interface org.w3c.dom.ranges.Range
-
Sets the end position to be before a node.
- setEntityResolver(EntityResolver) - Method in class javax.xml.parsers.DocumentBuilder
-
Specify the
EntityResolver
to be used to resolve entities present in the XML document to be parsed. - setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.ParserAdapter
-
Set the entity resolver.
- setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Set the entity resolver.
- setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.XMLReaderAdapter
-
Register the entity resolver.
- setEntityResolver(EntityResolver) - Method in interface org.xml.sax.Parser
-
Deprecated.Allow an application to register a custom entity resolver.
- setEntityResolver(EntityResolver) - Method in interface org.xml.sax.XMLReader
-
Allow an application to register an entity resolver.
- setErrorHandler(ErrorHandler) - Method in interface org.w3c.css.sac.Parser
-
Allow an application to register an error event handler.
- setErrorHandler(ErrorHandler) - Method in class javax.xml.parsers.DocumentBuilder
-
Specify the
ErrorHandler
to be used by the parser. - setErrorHandler(ErrorHandler) - Method in class javax.xml.validation.SchemaFactory
-
Sets the
ErrorHandler
to receive errors encountered during thenewSchema
method invocation. - setErrorHandler(ErrorHandler) - Method in class javax.xml.validation.Validator
-
Sets the
ErrorHandler
to receive errors encountered during thevalidate
method invocation. - setErrorHandler(ErrorHandler) - Method in class javax.xml.validation.ValidatorHandler
-
Sets the
ErrorHandler
to receive errors encountered during the validation. - setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.ParserAdapter
-
Set the error handler.
- setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Set the error event handler.
- setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
-
Register the error event handler.
- setErrorHandler(ErrorHandler) - Method in interface org.xml.sax.Parser
-
Deprecated.Allow an application to register an error event handler.
- setErrorHandler(ErrorHandler) - Method in interface org.xml.sax.XMLReader
-
Allow an application to register an error event handler.
- setErrorListener(ErrorListener) - Method in class javax.xml.transform.Transformer
-
Set the error event listener in effect for the transformation.
- setErrorListener(ErrorListener) - Method in class javax.xml.transform.TransformerFactory
-
Set the error event listener for the TransformerFactory, which is used for the processing of transformation instructions, and not for the transformation itself.
- setEvent(String) - Method in interface org.w3c.dom.html.HTMLScriptElement
- setEventAllocator(XMLEventAllocator) - Method in class javax.xml.stream.XMLInputFactory
- setExpandEntityReferences(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
-
Specifies that the parser produced by this code will expand entity reference nodes.
- setF(float) - Method in interface org.w3c.dom.svg.SVGMatrix
- setFace(String) - Method in interface org.w3c.dom.html.HTMLBaseFontElement
- setFace(String) - Method in interface org.w3c.dom.html.HTMLFontElement
- setFeature(String, boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
-
Set a feature for this
DocumentBuilderFactory
andDocumentBuilder
s created by this factory. - setFeature(String, boolean) - Method in class javax.xml.parsers.SAXParserFactory
-
Sets the particular feature in the underlying implementation of org.xml.sax.XMLReader.
- setFeature(String, boolean) - Method in class javax.xml.transform.TransformerFactory
-
Set a feature for this
TransformerFactory
andTransformer
s orTemplate
s created by this factory. - setFeature(String, boolean) - Method in class javax.xml.validation.SchemaFactory
-
Set the value of a feature flag.
- setFeature(String, boolean) - Method in class javax.xml.validation.Validator
-
Set the value of a feature flag.
- setFeature(String, boolean) - Method in class javax.xml.validation.ValidatorHandler
-
Set the value of a feature flag.
- setFeature(String, boolean) - Method in class javax.xml.xpath.XPathFactory
-
Set a feature for this
XPathFactory
andXPath
s created by this factory. - setFeature(String, boolean) - Method in class org.xml.sax.helpers.ParserAdapter
-
Set a feature flag for the parser.
- setFeature(String, boolean) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Set the value of a feature.
- setFeature(String, boolean) - Method in interface org.xml.sax.XMLReader
-
Set the value of a feature flag.
- setFilter(LSParserFilter) - Method in interface org.w3c.dom.ls.LSParser
-
When a filter is provided, the implementation will call out to the filter as it is constructing the DOM tree structure.
- setFilter(LSSerializerFilter) - Method in interface org.w3c.dom.ls.LSSerializer
-
When the application provides a filter, the serializer will call out to the filter before serializing each Node.
- setFilterRes(int, int) - Method in interface org.w3c.dom.svg.SVGFilterElement
- setFloatValue(short, float) - Method in interface org.w3c.dom.css.CSSPrimitiveValue
-
A method to set the float value with a specified unit.
- setFont(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the font property definition in CSS2.
- setFontFamily(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the font-family property definition in CSS2.
- setFontSize(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the font-size property definition in CSS2.
- setFontSizeAdjust(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the font-size-adjust property definition in CSS2.
- setFontStretch(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the font-stretch property definition in CSS2.
- setFontStyle(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the font-style property definition in CSS2.
- setFontVariant(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the font-variant property definition in CSS2.
- setFontWeight(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the font-weight property definition in CSS2.
- setFormat(String) - Method in interface org.w3c.dom.svg.SVGAltGlyphElement
- setFormat(String) - Method in interface org.w3c.dom.svg.SVGGlyphRefElement
- setFractionalSecond(BigDecimal) - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Set fractional seconds.
- setFrame(String) - Method in interface org.w3c.dom.html.HTMLTableElement
- setFrameBorder(String) - Method in interface org.w3c.dom.html.HTMLFrameElement
- setFrameBorder(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
- setGlyphRef(String) - Method in interface org.w3c.dom.svg.SVGAltGlyphElement
- setGlyphRef(String) - Method in interface org.w3c.dom.svg.SVGGlyphRefElement
- setHandler(ContentHandler) - Method in class javax.xml.transform.sax.SAXResult
-
Set the target to be a SAX2
ContentHandler
. - setHeaders(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
- setHeight(float) - Method in interface org.w3c.dom.svg.SVGRect
- setHeight(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the height property definition in CSS2.
- setHeight(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
- setHeight(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
- setHeight(String) - Method in interface org.w3c.dom.html.HTMLImageElement
- setHeight(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
- setHeight(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
- setHour(int) - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Set hours.
- setHref(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
- setHref(String) - Method in interface org.w3c.dom.html.HTMLAreaElement
- setHref(String) - Method in interface org.w3c.dom.html.HTMLBaseElement
- setHref(String) - Method in interface org.w3c.dom.html.HTMLLinkElement
- setHreflang(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
- setHreflang(String) - Method in interface org.w3c.dom.html.HTMLLinkElement
- setHspace(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
- setHspace(String) - Method in interface org.w3c.dom.html.HTMLImageElement
- setHspace(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
- setHtmlFor(String) - Method in interface org.w3c.dom.html.HTMLLabelElement
- setHtmlFor(String) - Method in interface org.w3c.dom.html.HTMLScriptElement
- setHttpEquiv(String) - Method in interface org.w3c.dom.html.HTMLMetaElement
- setId(String) - Method in interface org.w3c.dom.html.HTMLElement
- setId(String) - Method in interface org.w3c.dom.svg.SVGElement
- setIdAttribute(String, boolean) - Method in interface org.w3c.dom.Element
-
If the parameter
isId
istrue
, this method declares the specified attribute to be a user-determined ID attribute . - setIdAttributeNode(Attr, boolean) - Method in interface org.w3c.dom.Element
-
If the parameter
isId
istrue
, this method declares the specified attribute to be a user-determined ID attribute . - setIdAttributeNS(String, String, boolean) - Method in interface org.w3c.dom.Element
-
If the parameter
isId
istrue
, this method declares the specified attribute to be a user-determined ID attribute . - setIgnoringComments(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
-
Specifies that the parser produced by this code will ignore comments.
- setIgnoringElementContentWhitespace(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
-
Specifies that the parsers created by this factory must eliminate whitespace in element content (sometimes known loosely as 'ignorable whitespace') when parsing XML documents (see XML Rec 2.10).
- setIndex(int) - Method in interface org.w3c.dom.html.HTMLOptionElement
- setInputSource(InputSource) - Method in class javax.xml.transform.sax.SAXSource
-
Set the SAX InputSource to be used for the Source.
- setInputStream(InputStream) - Method in class javax.xml.transform.stream.StreamSource
-
Set the byte stream to be used as input.
- setIsMap(boolean) - Method in interface org.w3c.dom.html.HTMLImageElement
- setLabel(String) - Method in interface org.w3c.dom.html.HTMLOptGroupElement
- setLabel(String) - Method in interface org.w3c.dom.html.HTMLOptionElement
- setLang(String) - Method in interface org.w3c.dom.html.HTMLElement
- setLargeArcFlag(boolean) - Method in interface org.w3c.dom.svg.SVGPathSegArcAbs
- setLargeArcFlag(boolean) - Method in interface org.w3c.dom.svg.SVGPathSegArcRel
- setLeft(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the left property definition in CSS2.
- setLetterSpacing(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the letter-spacing property definition in CSS2.
- setLexicalHandler(LexicalHandler) - Method in class javax.xml.transform.sax.SAXResult
-
Set the SAX2
LexicalHandler
for the output. - setLineHeight(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the line-height property definition in CSS2.
- setLineNumber(int) - Method in class org.xml.sax.helpers.LocatorImpl
-
Set the line number for this locator (1-based).
- setLink(String) - Method in interface org.w3c.dom.html.HTMLBodyElement
- setListStyle(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the list-style property definition in CSS2.
- setListStyleImage(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the list-style-image property definition in CSS2.
- setListStylePosition(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the list-style-position property definition in CSS2.
- setListStyleType(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the list-style-type property definition in CSS2.
- setLocal(String) - Method in interface org.w3c.dom.svg.SVGColorProfileElement
- setLocale(Locale) - Method in interface org.w3c.css.sac.Parser
-
Allow an application to request a locale for errors and warnings.
- setLocale(Locale) - Method in class org.xml.sax.helpers.XMLReaderAdapter
-
Set the locale for error reporting.
- setLocale(Locale) - Method in interface org.xml.sax.Parser
-
Deprecated.Allow an application to request a locale for errors and warnings.
- setLocalName(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
-
Set the local name of a specific attribute.
- setLocation(Location) - Method in class javax.xml.stream.XMLEventFactory
- setLocator(SourceLocator) - Method in exception javax.xml.transform.TransformerException
-
Method setLocator sets an instance of a SourceLocator object that specifies where an error occurred.
- setLongDesc(String) - Method in interface org.w3c.dom.html.HTMLFrameElement
- setLongDesc(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
- setLongDesc(String) - Method in interface org.w3c.dom.html.HTMLImageElement
- setLowSrc(String) - Method in interface org.w3c.dom.html.HTMLImageElement
- setMargin(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the margin property definition in CSS2.
- setMarginBottom(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the margin-bottom property definition in CSS2.
- setMarginHeight(String) - Method in interface org.w3c.dom.html.HTMLFrameElement
- setMarginHeight(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
- setMarginLeft(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the margin-left property definition in CSS2.
- setMarginRight(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the margin-right property definition in CSS2.
- setMarginTop(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the margin-top property definition in CSS2.
- setMarginWidth(String) - Method in interface org.w3c.dom.html.HTMLFrameElement
- setMarginWidth(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
- setMarkerOffset(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the marker-offset property definition in CSS2.
- setMarks(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the marks property definition in CSS2.
- setMatrix(SVGMatrix) - Method in interface org.w3c.dom.svg.SVGTransform
- setMaxHeight(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the max-height property definition in CSS2.
- setMaxLength(int) - Method in interface org.w3c.dom.html.HTMLInputElement
- setMaxWidth(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the max-width property definition in CSS2.
- setMedia(String) - Method in class org.w3c.css.sac.InputSource
-
Set the media for this input source.
- setMedia(String) - Method in interface org.w3c.dom.html.HTMLLinkElement
- setMedia(String) - Method in interface org.w3c.dom.html.HTMLStyleElement
- setMedia(String) - Method in interface org.w3c.dom.svg.SVGStyleElement
- setMediaText(String) - Method in interface org.w3c.dom.stylesheets.MediaList
-
The parsable textual representation of the media list.
- setMeetOrSlice(short) - Method in interface org.w3c.dom.svg.SVGPreserveAspectRatio
- setMethod(String) - Method in interface org.w3c.dom.html.HTMLFormElement
- setMillisecond(int) - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Set milliseconds.
- setMinHeight(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the min-height property definition in CSS2.
- setMinute(int) - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Set minutes.
- setMinWidth(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the min-width property definition in CSS2.
- setMonth(int) - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Set month.
- setMultiple(boolean) - Method in interface org.w3c.dom.html.HTMLSelectElement
- setName(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
- setName(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
- setName(String) - Method in interface org.w3c.dom.html.HTMLButtonElement
- setName(String) - Method in interface org.w3c.dom.html.HTMLFormElement
- setName(String) - Method in interface org.w3c.dom.html.HTMLFrameElement
- setName(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
- setName(String) - Method in interface org.w3c.dom.html.HTMLImageElement
- setName(String) - Method in interface org.w3c.dom.html.HTMLInputElement
- setName(String) - Method in interface org.w3c.dom.html.HTMLMapElement
- setName(String) - Method in interface org.w3c.dom.html.HTMLMetaElement
- setName(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
- setName(String) - Method in interface org.w3c.dom.html.HTMLParamElement
- setName(String) - Method in interface org.w3c.dom.html.HTMLSelectElement
- setName(String) - Method in interface org.w3c.dom.html.HTMLTextAreaElement
- setName(String) - Method in interface org.w3c.dom.svg.SVGColorProfileElement
- setName(String) - Method in interface org.w3c.dom.svg.SVGColorProfileRule
- setNamedItem(Node) - Method in interface org.w3c.dom.NamedNodeMap
-
Adds a node using its
nodeName
attribute. - setNamedItemNS(Node) - Method in interface org.w3c.dom.NamedNodeMap
-
Adds a node using its
namespaceURI
andlocalName
. - setNamespaceAware(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
-
Specifies that the parser produced by this code will provide support for XML namespaces.
- setNamespaceAware(boolean) - Method in class javax.xml.parsers.SAXParserFactory
-
Specifies that the parser produced by this code will provide support for XML namespaces.
- setNamespaceContext(NamespaceContext) - Method in interface javax.xml.stream.XMLEventWriter
- setNamespaceContext(NamespaceContext) - Method in interface javax.xml.stream.XMLStreamWriter
- setNamespaceContext(NamespaceContext) - Method in interface javax.xml.xpath.XPath
-
Establish a namespace context.
- setNamespaceDeclUris(boolean) - Method in class org.xml.sax.helpers.NamespaceSupport
-
Controls whether namespace declaration attributes are placed into the
NSDECL
namespace byprocessName()
. - setNewLine(String) - Method in interface org.w3c.dom.ls.LSSerializer
-
The end-of-line sequence of characters to be used in the XML being written out.
- setNextSibling(Node) - Method in class javax.xml.transform.dom.DOMResult
-
Set the child node before which the result nodes will be inserted.
- setNode(Node) - Method in class javax.xml.transform.dom.DOMResult
-
Set the node that will contain the result DOM tree.
- setNode(Node) - Method in class javax.xml.transform.dom.DOMSource
-
Set the node that will represents a Source DOM tree.
- setNodeValue(String) - Method in interface org.w3c.dom.Node
-
The value of this node, depending on its type; see the table above.
- setNoHref(boolean) - Method in interface org.w3c.dom.html.HTMLAreaElement
- setNoResize(boolean) - Method in interface org.w3c.dom.html.HTMLFrameElement
- setNoShade(boolean) - Method in interface org.w3c.dom.html.HTMLHRElement
- setNoWrap(boolean) - Method in interface org.w3c.dom.html.HTMLTableCellElement
- setObject(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
- setOrientToAngle(SVGAngle) - Method in interface org.w3c.dom.svg.SVGMarkerElement
- setOrientToAuto() - Method in interface org.w3c.dom.svg.SVGMarkerElement
- setOrphans(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the orphans property definition in CSS2.
- setOutline(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the outline property definition in CSS2.
- setOutlineColor(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the outline-color property definition in CSS2.
- setOutlineStyle(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the outline-style property definition in CSS2.
- setOutlineWidth(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the outline-width property definition in CSS2.
- setOutputProperties(Properties) - Method in class javax.xml.transform.Transformer
-
Set the output properties for the transformation.
- setOutputProperty(String, String) - Method in class javax.xml.transform.Transformer
-
Set an output property that will be in effect for the transformation.
- setOutputStream(OutputStream) - Method in class javax.xml.transform.stream.StreamResult
-
Set the ByteStream that is to be written to.
- setOverflow(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the overflow property definition in CSS2.
- setPadding(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the padding property definition in CSS2.
- setPaddingBottom(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the padding-bottom property definition in CSS2.
- setPaddingLeft(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the padding-left property definition in CSS2.
- setPaddingRight(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the padding-right property definition in CSS2.
- setPaddingTop(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the padding-top property definition in CSS2.
- setPage(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the page property definition in CSS2.
- setPageBreakAfter(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the page-break-after property definition in CSS2.
- setPageBreakBefore(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the page-break-before property definition in CSS2.
- setPageBreakInside(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the page-break-inside property definition in CSS2.
- setPaint(short, String, String, String) - Method in interface org.w3c.dom.svg.SVGPaint
- setParameter(String, Object) - Method in class javax.xml.transform.Transformer
-
Add a parameter for the transformation.
- setParameter(String, Object) - Method in interface org.w3c.dom.DOMConfiguration
-
Set the value of a parameter.
- setParent(XMLEventReader) - Method in class javax.xml.stream.util.EventReaderDelegate
- setParent(XMLStreamReader) - Method in class javax.xml.stream.util.StreamReaderDelegate
- setParent(XMLReader) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Set the parent reader.
- setParent(XMLReader) - Method in interface org.xml.sax.XMLFilter
-
Set the parent reader.
- setPause(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the pause property definition in CSS2.
- setPauseAfter(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the pause-after property definition in CSS2.
- setPauseBefore(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the pause-before property definition in CSS2.
- setPitch(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the pitch property definition in CSS2.
- setPitchRange(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the pitch-range property definition in CSS2.
- setPlayDuring(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the play-during property definition in CSS2.
- setPosition(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the position property definition in CSS2.
- setPrefix(String) - Method in interface org.w3c.dom.Node
-
The namespace prefix of this node, or
null
if it is unspecified. - setPrefix(String, String) - Method in interface javax.xml.stream.XMLEventWriter
- setPrefix(String, String) - Method in interface javax.xml.stream.XMLStreamWriter
- setProfile(String) - Method in interface org.w3c.dom.html.HTMLHeadElement
- setPrompt(String) - Method in interface org.w3c.dom.html.HTMLIsIndexElement
- setProperty(String, Object) - Method in class javax.xml.parsers.SAXParser
-
Sets the particular property in the underlying implementation of
XMLReader
. - setProperty(String, Object) - Method in class javax.xml.stream.XMLInputFactory
- setProperty(String, Object) - Method in class javax.xml.stream.XMLOutputFactory
- setProperty(String, Object) - Method in class javax.xml.validation.SchemaFactory
-
Set the value of a property.
- setProperty(String, Object) - Method in class javax.xml.validation.Validator
-
Set the value of a property.
- setProperty(String, Object) - Method in class javax.xml.validation.ValidatorHandler
-
Set the value of a property.
- setProperty(String, Object) - Method in class org.xml.sax.helpers.ParserAdapter
-
Set a parser property.
- setProperty(String, Object) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Set the value of a property.
- setProperty(String, Object) - Method in interface org.xml.sax.XMLReader
-
Set the value of a property.
- setProperty(String, String, String) - Method in interface org.w3c.dom.css.CSSStyleDeclaration
-
Used to set a property value and priority within this declaration block.
- setPublicId(String) - Method in class javax.xml.transform.stream.StreamSource
-
Set the public identifier for this Source.
- setPublicId(String) - Method in interface org.w3c.dom.ls.LSInput
-
The public identifier for this input source.
- setPublicId(String) - Method in class org.xml.sax.helpers.LocatorImpl
-
Set the public identifier for this locator.
- setPublicId(String) - Method in class org.xml.sax.InputSource
-
Set the public identifier for this input source.
- setQName(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
-
Set the qualified name of a specific attribute.
- setQuotes(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the quotes property definition in CSS2.
- setR1(float) - Method in interface org.w3c.dom.svg.SVGPathSegArcAbs
- setR1(float) - Method in interface org.w3c.dom.svg.SVGPathSegArcRel
- setR2(float) - Method in interface org.w3c.dom.svg.SVGPathSegArcAbs
- setR2(float) - Method in interface org.w3c.dom.svg.SVGPathSegArcRel
- setReader(Reader) - Method in class javax.xml.transform.stream.StreamSource
-
Set the input to be a character reader.
- setReadOnly(boolean) - Method in interface org.w3c.dom.html.HTMLInputElement
- setReadOnly(boolean) - Method in interface org.w3c.dom.html.HTMLTextAreaElement
- setRel(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
- setRel(String) - Method in interface org.w3c.dom.html.HTMLLinkElement
- setRenderingIntent(short) - Method in interface org.w3c.dom.svg.SVGColorProfileElement
- setRenderingIntent(short) - Method in interface org.w3c.dom.svg.SVGColorProfileRule
- setResourceResolver(LSResourceResolver) - Method in class javax.xml.validation.SchemaFactory
-
Sets the
LSResourceResolver
to customize resource resolution when parsing schemas. - setResourceResolver(LSResourceResolver) - Method in class javax.xml.validation.Validator
-
Sets the
LSResourceResolver
to customize resource resolution while in a validation episode. - setResourceResolver(LSResourceResolver) - Method in class javax.xml.validation.ValidatorHandler
-
Sets the
LSResourceResolver
to customize resource resolution while in a validation episode. - setResult(Result) - Method in interface javax.xml.transform.sax.TransformerHandler
-
Set the
Result
associated with thisTransformerHandler
to be used for the transformation. - setRev(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
- setRev(String) - Method in interface org.w3c.dom.html.HTMLLinkElement
- setRGBColor(String) - Method in interface org.w3c.dom.svg.SVGColor
- setRGBColorICCColor(String, String) - Method in interface org.w3c.dom.svg.SVGColor
- setRichness(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the richness property definition in CSS2.
- setRight(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the right property definition in CSS2.
- setRotate(float, float, float) - Method in interface org.w3c.dom.svg.SVGTransform
- setRowIndex(int) - Method in interface org.w3c.dom.html.HTMLTableRowElement
- setRows(int) - Method in interface org.w3c.dom.html.HTMLTextAreaElement
- setRows(String) - Method in interface org.w3c.dom.html.HTMLFrameSetElement
- setRowSpan(int) - Method in interface org.w3c.dom.html.HTMLTableCellElement
- setRules(String) - Method in interface org.w3c.dom.html.HTMLTableElement
- setScale(float, float) - Method in interface org.w3c.dom.svg.SVGTransform
- setSchema(Schema) - Method in class javax.xml.parsers.DocumentBuilderFactory
-
Set the
Schema
to be used by parsers created from this factory. - setSchema(Schema) - Method in class javax.xml.parsers.SAXParserFactory
-
Set the
Schema
to be used by parsers created from this factory. - setScheme(String) - Method in interface org.w3c.dom.html.HTMLMetaElement
- setScope(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
- setScrolling(String) - Method in interface org.w3c.dom.html.HTMLFrameElement
- setScrolling(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
- setSecond(int) - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Set seconds.
- setSectionRowIndex(int) - Method in interface org.w3c.dom.html.HTMLTableRowElement
- setSelectedIndex(int) - Method in interface org.w3c.dom.html.HTMLSelectElement
- setSelectorFactory(SelectorFactory) - Method in interface org.w3c.css.sac.Parser
- setSelectorText(String) - Method in interface org.w3c.dom.css.CSSPageRule
-
The parsable textual representation of the page selector for the rule.
- setSelectorText(String) - Method in interface org.w3c.dom.css.CSSStyleRule
-
The textual representation of the selector for the rule set.
- setShape(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
- setShape(String) - Method in interface org.w3c.dom.html.HTMLAreaElement
- setSize(int) - Method in interface org.w3c.dom.html.HTMLSelectElement
- setSize(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the size property definition in CSS2.
- setSize(String) - Method in interface org.w3c.dom.html.HTMLBaseFontElement
- setSize(String) - Method in interface org.w3c.dom.html.HTMLFontElement
- setSize(String) - Method in interface org.w3c.dom.html.HTMLHRElement
- setSize(String) - Method in interface org.w3c.dom.html.HTMLInputElement
- setSkewX(float) - Method in interface org.w3c.dom.svg.SVGTransform
- setSkewY(float) - Method in interface org.w3c.dom.svg.SVGTransform
- setSpan(int) - Method in interface org.w3c.dom.html.HTMLTableColElement
- setSpeak(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the speak property definition in CSS2.
- setSpeakHeader(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the speak-header property definition in CSS2.
- setSpeakNumeral(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the speak-numeral property definition in CSS2.
- setSpeakPunctuation(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the speak-punctuation property definition in CSS2.
- setSpecified(int, boolean) - Method in class org.xml.sax.ext.Attributes2Impl
-
Assign a value to the "specified" flag of a specific attribute.
- setSpeechRate(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the speech-rate property definition in CSS2.
- setSrc(String) - Method in interface org.w3c.dom.html.HTMLFrameElement
- setSrc(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
- setSrc(String) - Method in interface org.w3c.dom.html.HTMLImageElement
- setSrc(String) - Method in interface org.w3c.dom.html.HTMLInputElement
- setSrc(String) - Method in interface org.w3c.dom.html.HTMLScriptElement
- setSrc(String) - Method in interface org.w3c.dom.svg.SVGColorProfileRule
- setStandby(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
- setStart(int) - Method in interface org.w3c.dom.html.HTMLOListElement
- setStart(Node, int) - Method in interface org.w3c.dom.ranges.Range
-
Sets the attributes describing the start of the Range.
- setStartAfter(Node) - Method in interface org.w3c.dom.ranges.Range
-
Sets the start position to be after a node
- setStartBefore(Node) - Method in interface org.w3c.dom.ranges.Range
-
Sets the start position to be before a node
- setStdDeviation(float, float) - Method in interface org.w3c.dom.svg.SVGFEGaussianBlurElement
- setStress(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the stress property definition in CSS2.
- setStrictErrorChecking(boolean) - Method in interface org.w3c.dom.Document
-
An attribute specifying whether error checking is enforced or not.
- setStringData(String) - Method in interface org.w3c.dom.ls.LSInput
-
String data to parse.
- setStringValue(short, String) - Method in interface org.w3c.dom.css.CSSPrimitiveValue
-
A method to set the string value with the specified unit.
- setSummary(String) - Method in interface org.w3c.dom.html.HTMLTableElement
- setSweepFlag(boolean) - Method in interface org.w3c.dom.svg.SVGPathSegArcAbs
- setSweepFlag(boolean) - Method in interface org.w3c.dom.svg.SVGPathSegArcRel
- setSystemId(File) - Method in class javax.xml.transform.stream.StreamResult
-
Set the system ID from a
File
reference. - setSystemId(File) - Method in class javax.xml.transform.stream.StreamSource
-
Set the system ID from a File reference.
- setSystemId(String) - Method in class javax.xml.transform.dom.DOMResult
-
Set the systemId that may be used in association with the node.
- setSystemId(String) - Method in class javax.xml.transform.dom.DOMSource
-
Set the base ID (URL or system ID) from where URLs will be resolved.
- setSystemId(String) - Method in interface javax.xml.transform.Result
-
Set the system identifier for this Result.
- setSystemId(String) - Method in class javax.xml.transform.sax.SAXResult
-
Method setSystemId Set the systemID that may be used in association with the
ContentHandler
. - setSystemId(String) - Method in class javax.xml.transform.sax.SAXSource
-
Set the system identifier for this Source.
- setSystemId(String) - Method in interface javax.xml.transform.sax.TemplatesHandler
-
Set the base ID (URI or system ID) for the Templates object created by this builder.
- setSystemId(String) - Method in interface javax.xml.transform.sax.TransformerHandler
-
Set the base ID (URI or system ID) from where relative URLs will be resolved.
- setSystemId(String) - Method in interface javax.xml.transform.Source
-
Set the system identifier for this Source.
- setSystemId(String) - Method in class javax.xml.transform.stax.StAXResult
- setSystemId(String) - Method in class javax.xml.transform.stax.StAXSource
- setSystemId(String) - Method in class javax.xml.transform.stream.StreamResult
-
Set the systemID that may be used in association with the byte or character stream, or, if neither is set, use this value as a writeable URI (probably a file name).
- setSystemId(String) - Method in class javax.xml.transform.stream.StreamSource
-
Set the system identifier for this Source.
- setSystemId(String) - Method in interface org.w3c.dom.ls.LSInput
-
The system identifier, a URI reference [IETF RFC 2396], for this input source.
- setSystemId(String) - Method in interface org.w3c.dom.ls.LSOutput
-
The system identifier, a URI reference [IETF RFC 2396], for this output destination.
- setSystemId(String) - Method in class org.xml.sax.helpers.LocatorImpl
-
Set the system identifier for this locator.
- setSystemId(String) - Method in class org.xml.sax.InputSource
-
Set the system identifier for this input source.
- setTabIndex(int) - Method in interface org.w3c.dom.html.HTMLAnchorElement
- setTabIndex(int) - Method in interface org.w3c.dom.html.HTMLAreaElement
- setTabIndex(int) - Method in interface org.w3c.dom.html.HTMLButtonElement
- setTabIndex(int) - Method in interface org.w3c.dom.html.HTMLInputElement
- setTabIndex(int) - Method in interface org.w3c.dom.html.HTMLObjectElement
- setTabIndex(int) - Method in interface org.w3c.dom.html.HTMLSelectElement
- setTabIndex(int) - Method in interface org.w3c.dom.html.HTMLTextAreaElement
- setTableLayout(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the table-layout property definition in CSS2.
- setTarget(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
- setTarget(String) - Method in interface org.w3c.dom.html.HTMLAreaElement
- setTarget(String) - Method in interface org.w3c.dom.html.HTMLBaseElement
- setTarget(String) - Method in interface org.w3c.dom.html.HTMLFormElement
- setTarget(String) - Method in interface org.w3c.dom.html.HTMLLinkElement
- setText(String) - Method in interface org.w3c.dom.html.HTMLBodyElement
- setText(String) - Method in interface org.w3c.dom.html.HTMLScriptElement
- setText(String) - Method in interface org.w3c.dom.html.HTMLTitleElement
- setTextAlign(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the text-align property definition in CSS2.
- setTextContent(String) - Method in interface org.w3c.dom.Node
-
This attribute returns the text content of this node and its descendants.
- setTextDecoration(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the text-decoration property definition in CSS2.
- setTextIndent(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the text-indent property definition in CSS2.
- setTextShadow(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the text-shadow property definition in CSS2.
- setTextTransform(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the text-transform property definition in CSS2.
- setTFoot(HTMLTableSectionElement) - Method in interface org.w3c.dom.html.HTMLTableElement
- setTHead(HTMLTableSectionElement) - Method in interface org.w3c.dom.html.HTMLTableElement
- setTime(int, int, int) - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Set time as one unit.
- setTime(int, int, int, int) - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Set time as one unit, including optional milliseconds.
- setTime(int, int, int, BigDecimal) - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Set time as one unit, including the optional infinite precision fractional seconds.
- setTimezone(int) - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Set the number of minutes in the timezone offset.
- setTitle(String) - Method in class org.w3c.css.sac.InputSource
-
Set the title for this input source.
- setTitle(String) - Method in interface org.w3c.dom.html.HTMLDocument
- setTitle(String) - Method in interface org.w3c.dom.html.HTMLElement
- setTitle(String) - Method in interface org.w3c.dom.svg.SVGStyleElement
- setTop(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the top property definition in CSS2.
- setTranslate(float, float) - Method in interface org.w3c.dom.svg.SVGTransform
- setType(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
-
Set the type of a specific attribute.
- setType(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
- setType(String) - Method in interface org.w3c.dom.html.HTMLLIElement
- setType(String) - Method in interface org.w3c.dom.html.HTMLLinkElement
- setType(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
- setType(String) - Method in interface org.w3c.dom.html.HTMLOListElement
- setType(String) - Method in interface org.w3c.dom.html.HTMLParamElement
- setType(String) - Method in interface org.w3c.dom.html.HTMLScriptElement
- setType(String) - Method in interface org.w3c.dom.html.HTMLStyleElement
- setType(String) - Method in interface org.w3c.dom.html.HTMLUListElement
- setType(String) - Method in interface org.w3c.dom.svg.SVGScriptElement
- setType(String) - Method in interface org.w3c.dom.svg.SVGStyleElement
- setUnicodeBidi(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the unicode-bidi property definition in CSS2.
- setUri(String) - Method in interface org.w3c.dom.svg.SVGPaint
- setURI(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
-
Set the Namespace URI of a specific attribute.
- setURI(String) - Method in class org.w3c.css.sac.InputSource
-
Set the URI for this input source.
- setURIResolver(URIResolver) - Method in class javax.xml.transform.Transformer
-
Set an object that will be used to resolve URIs used in document().
- setURIResolver(URIResolver) - Method in class javax.xml.transform.TransformerFactory
-
Set an object that is used by default during the transformation to resolve URIs used in document(), xsl:import, or xsl:include.
- setUseCurrentView(boolean) - Method in interface org.w3c.dom.svg.SVGSVGElement
- setUseMap(String) - Method in interface org.w3c.dom.html.HTMLImageElement
- setUseMap(String) - Method in interface org.w3c.dom.html.HTMLInputElement
- setUseMap(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
- setUserData(String, Object, UserDataHandler) - Method in interface org.w3c.dom.Node
-
Associate an object to a key on this node.
- setValidating(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
-
Specifies that the parser produced by this code will validate documents as they are parsed.
- setValidating(boolean) - Method in class javax.xml.parsers.SAXParserFactory
-
Specifies that the parser produced by this code will validate documents as they are parsed.
- setVAlign(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
- setVAlign(String) - Method in interface org.w3c.dom.html.HTMLTableColElement
- setVAlign(String) - Method in interface org.w3c.dom.html.HTMLTableRowElement
- setVAlign(String) - Method in interface org.w3c.dom.html.HTMLTableSectionElement
- setValue(float) - Method in interface org.w3c.dom.svg.SVGAngle
- setValue(float) - Method in interface org.w3c.dom.svg.SVGLength
- setValue(float) - Method in interface org.w3c.dom.svg.SVGNumber
- setValue(int) - Method in interface org.w3c.dom.html.HTMLLIElement
- setValue(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
-
Set the value of a specific attribute.
- setValue(String) - Method in interface org.w3c.dom.Attr
-
On retrieval, the value of the attribute is returned as a string.
- setValue(String) - Method in interface org.w3c.dom.html.HTMLButtonElement
- setValue(String) - Method in interface org.w3c.dom.html.HTMLInputElement
- setValue(String) - Method in interface org.w3c.dom.html.HTMLOptionElement
- setValue(String) - Method in interface org.w3c.dom.html.HTMLParamElement
- setValue(String) - Method in interface org.w3c.dom.html.HTMLSelectElement
- setValue(String) - Method in interface org.w3c.dom.html.HTMLTextAreaElement
- setValueAsString(String) - Method in interface org.w3c.dom.svg.SVGAngle
- setValueAsString(String) - Method in interface org.w3c.dom.svg.SVGLength
- setValueInSpecifiedUnits(float) - Method in interface org.w3c.dom.svg.SVGAngle
- setValueInSpecifiedUnits(float) - Method in interface org.w3c.dom.svg.SVGLength
- setValueType(String) - Method in interface org.w3c.dom.html.HTMLParamElement
- setVersion(String) - Method in interface org.w3c.dom.html.HTMLHtmlElement
- setVerticalAlign(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the vertical-align property definition in CSS2.
- setVisibility(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the visibility property definition in CSS2.
- setVLink(String) - Method in interface org.w3c.dom.html.HTMLBodyElement
- setVoiceFamily(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the voice-family property definition in CSS2.
- setVolume(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the volume property definition in CSS2.
- setVspace(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
- setVspace(String) - Method in interface org.w3c.dom.html.HTMLImageElement
- setVspace(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
- setWhiteSpace(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the white-space property definition in CSS2.
- setWidows(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the widows property definition in CSS2.
- setWidth(float) - Method in interface org.w3c.dom.svg.SVGRect
- setWidth(int) - Method in interface org.w3c.dom.html.HTMLPreElement
- setWidth(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the width property definition in CSS2.
- setWidth(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
- setWidth(String) - Method in interface org.w3c.dom.html.HTMLHRElement
- setWidth(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
- setWidth(String) - Method in interface org.w3c.dom.html.HTMLImageElement
- setWidth(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
- setWidth(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
- setWidth(String) - Method in interface org.w3c.dom.html.HTMLTableColElement
- setWidth(String) - Method in interface org.w3c.dom.html.HTMLTableElement
- setWordSpacing(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the word-spacing property definition in CSS2.
- setWriter(Writer) - Method in class javax.xml.transform.stream.StreamResult
-
Set the writer that is to receive the result.
- setX(float) - Method in interface org.w3c.dom.svg.SVGGlyphRefElement
- setX(float) - Method in interface org.w3c.dom.svg.SVGPathSegArcAbs
- setX(float) - Method in interface org.w3c.dom.svg.SVGPathSegArcRel
- setX(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicAbs
- setX(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicRel
- setX(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothAbs
- setX(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothRel
- setX(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticAbs
- setX(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticRel
- setX(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothAbs
- setX(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothRel
- setX(float) - Method in interface org.w3c.dom.svg.SVGPathSegLinetoAbs
- setX(float) - Method in interface org.w3c.dom.svg.SVGPathSegLinetoHorizontalAbs
- setX(float) - Method in interface org.w3c.dom.svg.SVGPathSegLinetoHorizontalRel
- setX(float) - Method in interface org.w3c.dom.svg.SVGPathSegLinetoRel
- setX(float) - Method in interface org.w3c.dom.svg.SVGPathSegMovetoAbs
- setX(float) - Method in interface org.w3c.dom.svg.SVGPathSegMovetoRel
- setX(float) - Method in interface org.w3c.dom.svg.SVGPoint
- setX(float) - Method in interface org.w3c.dom.svg.SVGRect
- setX1(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicAbs
- setX1(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicRel
- setX1(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticAbs
- setX1(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticRel
- setX2(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicAbs
- setX2(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicRel
- setX2(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothAbs
- setX2(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothRel
- setXIncludeAware(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
-
Set state of XInclude processing.
- setXIncludeAware(boolean) - Method in class javax.xml.parsers.SAXParserFactory
-
Set state of XInclude processing.
- setXMLbase(String) - Method in interface org.w3c.dom.svg.SVGElement
- setXMLlang(String) - Method in interface org.w3c.dom.svg.SVGLangSpace
- setXMLReader(XMLReader) - Method in class javax.xml.transform.sax.SAXSource
-
Set the XMLReader to be used for the Source.
- setXMLReporter(XMLReporter) - Method in class javax.xml.stream.XMLInputFactory
- setXMLResolver(XMLResolver) - Method in class javax.xml.stream.XMLInputFactory
- setXMLspace(String) - Method in interface org.w3c.dom.svg.SVGLangSpace
- setXMLspace(String) - Method in interface org.w3c.dom.svg.SVGStyleElement
- setXmlStandalone(boolean) - Method in interface org.w3c.dom.Document
-
An attribute specifying, as part of the XML declaration, whether this document is standalone.
- setXmlVersion(String) - Method in interface org.w3c.dom.Document
-
An attribute specifying, as part of the XML declaration, the version number of this document.
- setXMLVersion(String) - Method in class org.xml.sax.ext.Locator2Impl
-
Assigns the current value of the version property.
- setXPathFunctionResolver(XPathFunctionResolver) - Method in interface javax.xml.xpath.XPath
-
Establish a function resolver.
- setXPathFunctionResolver(XPathFunctionResolver) - Method in class javax.xml.xpath.XPathFactory
-
Establish a default function resolver.
- setXPathVariableResolver(XPathVariableResolver) - Method in interface javax.xml.xpath.XPath
-
Establish a variable resolver.
- setXPathVariableResolver(XPathVariableResolver) - Method in class javax.xml.xpath.XPathFactory
-
Establish a default variable resolver.
- setY(float) - Method in interface org.w3c.dom.svg.SVGGlyphRefElement
- setY(float) - Method in interface org.w3c.dom.svg.SVGPathSegArcAbs
- setY(float) - Method in interface org.w3c.dom.svg.SVGPathSegArcRel
- setY(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicAbs
- setY(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicRel
- setY(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothAbs
- setY(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothRel
- setY(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticAbs
- setY(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticRel
- setY(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothAbs
- setY(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothRel
- setY(float) - Method in interface org.w3c.dom.svg.SVGPathSegLinetoAbs
- setY(float) - Method in interface org.w3c.dom.svg.SVGPathSegLinetoRel
- setY(float) - Method in interface org.w3c.dom.svg.SVGPathSegLinetoVerticalAbs
- setY(float) - Method in interface org.w3c.dom.svg.SVGPathSegLinetoVerticalRel
- setY(float) - Method in interface org.w3c.dom.svg.SVGPathSegMovetoAbs
- setY(float) - Method in interface org.w3c.dom.svg.SVGPathSegMovetoRel
- setY(float) - Method in interface org.w3c.dom.svg.SVGPoint
- setY(float) - Method in interface org.w3c.dom.svg.SVGRect
- setY1(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicAbs
- setY1(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicRel
- setY1(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticAbs
- setY1(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticRel
- setY2(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicAbs
- setY2(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicRel
- setY2(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothAbs
- setY2(float) - Method in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothRel
- setYear(int) - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Set year of XSD
dateTime
year field. - setYear(BigInteger) - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Set low and high order component of XSD
dateTime
year field. - setZIndex(String) - Method in interface org.w3c.dom.css.CSS2Properties
-
See the z-index property definition in CSS2.
- setZoomAndPan(short) - Method in interface org.w3c.dom.svg.SVGZoomAndPan
- SEVERITY_ERROR - Static variable in interface org.w3c.dom.DOMError
-
The severity of the error described by the
DOMError
is error. - SEVERITY_FATAL_ERROR - Static variable in interface org.w3c.dom.DOMError
-
The severity of the error described by the
DOMError
is fatal error. - SEVERITY_WARNING - Static variable in interface org.w3c.dom.DOMError
-
The severity of the error described by the
DOMError
is warning. - SHOW_ALL - Static variable in interface org.w3c.dom.traversal.NodeFilter
-
Show all
Nodes
. - SHOW_ATTRIBUTE - Static variable in interface org.w3c.dom.traversal.NodeFilter
-
Show
Attr
nodes. - SHOW_CDATA_SECTION - Static variable in interface org.w3c.dom.traversal.NodeFilter
-
Show
CDATASection
nodes. - SHOW_COMMENT - Static variable in interface org.w3c.dom.traversal.NodeFilter
-
Show
Comment
nodes. - SHOW_DOCUMENT - Static variable in interface org.w3c.dom.traversal.NodeFilter
-
Show
Document
nodes. - SHOW_DOCUMENT_FRAGMENT - Static variable in interface org.w3c.dom.traversal.NodeFilter
-
Show
DocumentFragment
nodes. - SHOW_DOCUMENT_TYPE - Static variable in interface org.w3c.dom.traversal.NodeFilter
-
Show
DocumentType
nodes. - SHOW_ELEMENT - Static variable in interface org.w3c.dom.traversal.NodeFilter
-
Show
Element
nodes. - SHOW_ENTITY - Static variable in interface org.w3c.dom.traversal.NodeFilter
-
Show
Entity
nodes. - SHOW_ENTITY_REFERENCE - Static variable in interface org.w3c.dom.traversal.NodeFilter
-
Show
EntityReference
nodes. - SHOW_NOTATION - Static variable in interface org.w3c.dom.traversal.NodeFilter
-
Show
Notation
nodes. - SHOW_PROCESSING_INSTRUCTION - Static variable in interface org.w3c.dom.traversal.NodeFilter
-
Show
ProcessingInstruction
nodes. - SHOW_TEXT - Static variable in interface org.w3c.dom.traversal.NodeFilter
-
Show
Text
nodes. - SiblingSelector - Interface in org.w3c.css.sac
- SimpleSelector - Interface in org.w3c.css.sac
-
This interface is only for constraints on selectors.
- skewX(float) - Method in interface org.w3c.dom.svg.SVGMatrix
- skewY(float) - Method in interface org.w3c.dom.svg.SVGMatrix
- skippedEntity(String) - Method in interface org.xml.sax.ContentHandler
-
Receive notification of a skipped entity.
- skippedEntity(String) - Method in class org.xml.sax.helpers.DefaultHandler
-
Receive notification of a skipped entity.
- skippedEntity(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Filter a skipped entity event.
- skippedEntity(String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
-
Adapt a SAX2 skipped entity event.
- snapshotItem(int) - Method in interface org.w3c.dom.xpath.XPathResult
-
Returns the
index
th item in the snapshot collection. - Source - Interface in javax.xml.transform
-
An object that implements this interface contains the information needed to act as source input (XML source or transformation instructions).
- SourceLocator - Interface in javax.xml.transform
-
This interface is primarily for the purposes of reporting where an error occurred in the XML source or transformation instructions.
- sourceToInputSource(Source) - Static method in class javax.xml.transform.sax.SAXSource
-
Attempt to obtain a SAX InputSource object from a Source object.
- SPACE - Static variable in interface javax.xml.stream.XMLStreamConstants
- splitText(int) - Method in interface org.w3c.dom.Text
-
Breaks this node into two nodes at the specified
offset
, keeping both in the tree as siblings. - STANDALONE - Static variable in class javax.xml.transform.OutputKeys
-
standalone = "yes" | "no".
- standaloneSet() - Method in interface javax.xml.stream.events.StartDocument
- standaloneSet() - Method in class javax.xml.stream.util.StreamReaderDelegate
- standaloneSet() - Method in interface javax.xml.stream.XMLStreamReader
- START_DOCUMENT - Static variable in interface javax.xml.stream.XMLStreamConstants
- START_ELEMENT - Static variable in interface javax.xml.stream.XMLStreamConstants
- START_TO_END - Static variable in interface org.w3c.dom.ranges.Range
-
Compare start boundary-point of
sourceRange
to end boundary-point of Range on whichcompareBoundaryPoints
is invoked. - START_TO_START - Static variable in interface org.w3c.dom.ranges.Range
-
Compare start boundary-point of
sourceRange
to start boundary-point of Range on whichcompareBoundaryPoints
is invoked. - startCDATA() - Method in class org.xml.sax.ext.DefaultHandler2
- startCDATA() - Method in interface org.xml.sax.ext.LexicalHandler
-
Report the start of a CDATA section.
- startDocument() - Method in interface org.xml.sax.ContentHandler
-
Receive notification of the beginning of a document.
- startDocument() - Method in interface org.xml.sax.DocumentHandler
-
Deprecated.Receive notification of the beginning of a document.
- startDocument() - Method in class org.xml.sax.HandlerBase
-
Deprecated.Receive notification of the beginning of the document.
- startDocument() - Method in class org.xml.sax.helpers.DefaultHandler
-
Receive notification of the beginning of the document.
- startDocument() - Method in class org.xml.sax.helpers.ParserAdapter
-
Adapter implementation method; do not call.
- startDocument() - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Filter a start document event.
- startDocument() - Method in class org.xml.sax.helpers.XMLReaderAdapter
-
Start document event.
- startDocument(InputSource) - Method in interface org.w3c.css.sac.DocumentHandler
-
Receive notification of the beginning of a style sheet.
- StartDocument - Interface in javax.xml.stream.events
- startDTD(String, String, String) - Method in class org.xml.sax.ext.DefaultHandler2
- startDTD(String, String, String) - Method in interface org.xml.sax.ext.LexicalHandler
-
Report the start of DTD declarations, if any.
- startElement(String, String, String, Attributes) - Method in interface org.xml.sax.ContentHandler
-
Receive notification of the beginning of an element.
- startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.DefaultHandler
-
Receive notification of the start of an element.
- startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Filter a start element event.
- startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.XMLReaderAdapter
-
Adapt a SAX2 start element event.
- startElement(String, AttributeList) - Method in interface org.xml.sax.DocumentHandler
-
Deprecated.Receive notification of the beginning of an element.
- startElement(String, AttributeList) - Method in class org.xml.sax.HandlerBase
-
Deprecated.Receive notification of the start of an element.
- startElement(String, AttributeList) - Method in class org.xml.sax.helpers.ParserAdapter
-
Adapter implementation method; do not call.
- startElement(Element) - Method in interface org.w3c.dom.ls.LSParserFilter
-
The parser will call this method after each
Element
start tag has been scanned, but before the remainder of theElement
is processed. - StartElement - Interface in javax.xml.stream.events
- startEntity(String) - Method in class org.xml.sax.ext.DefaultHandler2
- startEntity(String) - Method in interface org.xml.sax.ext.LexicalHandler
-
Report the beginning of some internal and external XML entities.
- startFontFace() - Method in interface org.w3c.css.sac.DocumentHandler
-
Receive notification of the beginning of a font face statement.
- startMedia(SACMediaList) - Method in interface org.w3c.css.sac.DocumentHandler
-
Receive notification of the beginning of a media statement.
- startPage(String, String) - Method in interface org.w3c.css.sac.DocumentHandler
-
Receive notification of the beginning of a page statement.
- startPrefixMapping(String, String) - Method in interface org.xml.sax.ContentHandler
-
Begin the scope of a prefix-URI Namespace mapping.
- startPrefixMapping(String, String) - Method in class org.xml.sax.helpers.DefaultHandler
-
Receive notification of the start of a Namespace mapping.
- startPrefixMapping(String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Filter a start Namespace prefix mapping event.
- startPrefixMapping(String, String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
-
Adapt a SAX2 start prefix mapping event.
- startSelector(SelectorList) - Method in interface org.w3c.css.sac.DocumentHandler
-
Receive notification of the beginning of a rule statement.
- StAXResult - Class in javax.xml.transform.stax
- StAXResult(XMLEventWriter) - Constructor for class javax.xml.transform.stax.StAXResult
- StAXResult(XMLStreamWriter) - Constructor for class javax.xml.transform.stax.StAXResult
- StAXSource - Class in javax.xml.transform.stax
- StAXSource(XMLEventReader) - Constructor for class javax.xml.transform.stax.StAXSource
- StAXSource(XMLStreamReader) - Constructor for class javax.xml.transform.stax.StAXSource
- stopPropagation() - Method in interface org.w3c.dom.events.Event
-
The
stopPropagation
method is used prevent further propagation of an event during event flow. - StreamFilter - Interface in javax.xml.stream
- StreamReaderDelegate - Class in javax.xml.stream.util
- StreamReaderDelegate() - Constructor for class javax.xml.stream.util.StreamReaderDelegate
- StreamReaderDelegate(XMLStreamReader) - Constructor for class javax.xml.stream.util.StreamReaderDelegate
- StreamResult - Class in javax.xml.transform.stream
-
Acts as an holder for a transformation result, which may be XML, plain Text, HTML, or some other form of markup.
- StreamResult() - Constructor for class javax.xml.transform.stream.StreamResult
-
Zero-argument default constructor.
- StreamResult(File) - Constructor for class javax.xml.transform.stream.StreamResult
-
Construct a StreamResult from a File.
- StreamResult(OutputStream) - Constructor for class javax.xml.transform.stream.StreamResult
-
Construct a StreamResult from a byte stream.
- StreamResult(Writer) - Constructor for class javax.xml.transform.stream.StreamResult
-
Construct a StreamResult from a character stream.
- StreamResult(String) - Constructor for class javax.xml.transform.stream.StreamResult
-
Construct a StreamResult from a URL.
- StreamSource - Class in javax.xml.transform.stream
-
Acts as an holder for a transformation Source in the form of a stream of XML markup.
- StreamSource() - Constructor for class javax.xml.transform.stream.StreamSource
-
Zero-argument default constructor.
- StreamSource(File) - Constructor for class javax.xml.transform.stream.StreamSource
-
Construct a StreamSource from a File.
- StreamSource(InputStream) - Constructor for class javax.xml.transform.stream.StreamSource
-
Construct a StreamSource from a byte stream.
- StreamSource(InputStream, String) - Constructor for class javax.xml.transform.stream.StreamSource
-
Construct a StreamSource from a byte stream.
- StreamSource(Reader) - Constructor for class javax.xml.transform.stream.StreamSource
-
Construct a StreamSource from a character reader.
- StreamSource(Reader, String) - Constructor for class javax.xml.transform.stream.StreamSource
-
Construct a StreamSource from a character reader.
- StreamSource(String) - Constructor for class javax.xml.transform.stream.StreamSource
-
Construct a StreamSource from a URL.
- STRING - Static variable in class javax.xml.xpath.XPathConstants
-
The XPath 1.0 string data type.
- STRING_TYPE - Static variable in interface org.w3c.dom.xpath.XPathResult
- STYLE_RULE - Static variable in interface org.w3c.dom.css.CSSRule
-
The rule is a
CSSStyleRule
. - StyleSheet - Interface in org.w3c.dom.stylesheets
-
The
StyleSheet
interface is the abstract base interface for any type of style sheet. - StyleSheetList - Interface in org.w3c.dom.stylesheets
-
The
StyleSheetList
interface provides the abstraction of an ordered collection of style sheets. - submit() - Method in interface org.w3c.dom.html.HTMLFormElement
-
Submits the form.
- substringData(int, int) - Method in interface org.w3c.dom.CharacterData
-
Extracts a range of data from the node.
- subtract(Duration) - Method in class javax.xml.datatype.Duration
-
Computes a new duration whose value is
this-rhs
. - SUPPORT_DTD - Static variable in class javax.xml.stream.XMLInputFactory
- surroundContents(Node) - Method in interface org.w3c.dom.ranges.Range
-
Reparents the contents of the Range to the given node and inserts the node at the position of the start of the Range.
- suspendRedraw(int) - Method in interface org.w3c.dom.svg.SVGSVGElement
- SVG_ANGLETYPE_DEG - Static variable in interface org.w3c.dom.svg.SVGAngle
- SVG_ANGLETYPE_GRAD - Static variable in interface org.w3c.dom.svg.SVGAngle
- SVG_ANGLETYPE_RAD - Static variable in interface org.w3c.dom.svg.SVGAngle
- SVG_ANGLETYPE_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGAngle
- SVG_ANGLETYPE_UNSPECIFIED - Static variable in interface org.w3c.dom.svg.SVGAngle
- SVG_CHANNEL_A - Static variable in interface org.w3c.dom.svg.SVGFEDisplacementMapElement
- SVG_CHANNEL_B - Static variable in interface org.w3c.dom.svg.SVGFEDisplacementMapElement
- SVG_CHANNEL_G - Static variable in interface org.w3c.dom.svg.SVGFEDisplacementMapElement
- SVG_CHANNEL_R - Static variable in interface org.w3c.dom.svg.SVGFEDisplacementMapElement
- SVG_CHANNEL_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGFEDisplacementMapElement
- SVG_COLORTYPE_CURRENTCOLOR - Static variable in interface org.w3c.dom.svg.SVGColor
- SVG_COLORTYPE_RGBCOLOR - Static variable in interface org.w3c.dom.svg.SVGColor
- SVG_COLORTYPE_RGBCOLOR_ICCCOLOR - Static variable in interface org.w3c.dom.svg.SVGColor
- SVG_COLORTYPE_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGColor
- SVG_EDGEMODE_DUPLICATE - Static variable in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
- SVG_EDGEMODE_NONE - Static variable in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
- SVG_EDGEMODE_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
- SVG_EDGEMODE_WRAP - Static variable in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
- SVG_FEBLEND_MODE_DARKEN - Static variable in interface org.w3c.dom.svg.SVGFEBlendElement
- SVG_FEBLEND_MODE_LIGHTEN - Static variable in interface org.w3c.dom.svg.SVGFEBlendElement
- SVG_FEBLEND_MODE_MULTIPLY - Static variable in interface org.w3c.dom.svg.SVGFEBlendElement
- SVG_FEBLEND_MODE_NORMAL - Static variable in interface org.w3c.dom.svg.SVGFEBlendElement
- SVG_FEBLEND_MODE_SCREEN - Static variable in interface org.w3c.dom.svg.SVGFEBlendElement
- SVG_FEBLEND_MODE_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGFEBlendElement
- SVG_FECOLORMATRIX_TYPE_HUEROTATE - Static variable in interface org.w3c.dom.svg.SVGFEColorMatrixElement
- SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA - Static variable in interface org.w3c.dom.svg.SVGFEColorMatrixElement
- SVG_FECOLORMATRIX_TYPE_MATRIX - Static variable in interface org.w3c.dom.svg.SVGFEColorMatrixElement
- SVG_FECOLORMATRIX_TYPE_SATURATE - Static variable in interface org.w3c.dom.svg.SVGFEColorMatrixElement
- SVG_FECOLORMATRIX_TYPE_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGFEColorMatrixElement
- SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE - Static variable in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
- SVG_FECOMPONENTTRANSFER_TYPE_GAMMA - Static variable in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
- SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY - Static variable in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
- SVG_FECOMPONENTTRANSFER_TYPE_LINEAR - Static variable in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
- SVG_FECOMPONENTTRANSFER_TYPE_TABLE - Static variable in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
- SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
- SVG_FECOMPOSITE_OPERATOR_ARITHMETIC - Static variable in interface org.w3c.dom.svg.SVGFECompositeElement
- SVG_FECOMPOSITE_OPERATOR_ATOP - Static variable in interface org.w3c.dom.svg.SVGFECompositeElement
- SVG_FECOMPOSITE_OPERATOR_IN - Static variable in interface org.w3c.dom.svg.SVGFECompositeElement
- SVG_FECOMPOSITE_OPERATOR_OUT - Static variable in interface org.w3c.dom.svg.SVGFECompositeElement
- SVG_FECOMPOSITE_OPERATOR_OVER - Static variable in interface org.w3c.dom.svg.SVGFECompositeElement
- SVG_FECOMPOSITE_OPERATOR_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGFECompositeElement
- SVG_FECOMPOSITE_OPERATOR_XOR - Static variable in interface org.w3c.dom.svg.SVGFECompositeElement
- SVG_INVALID_VALUE_ERR - Static variable in exception org.w3c.dom.svg.SVGException
- SVG_LENGTHTYPE_CM - Static variable in interface org.w3c.dom.svg.SVGLength
- SVG_LENGTHTYPE_EMS - Static variable in interface org.w3c.dom.svg.SVGLength
- SVG_LENGTHTYPE_EXS - Static variable in interface org.w3c.dom.svg.SVGLength
- SVG_LENGTHTYPE_IN - Static variable in interface org.w3c.dom.svg.SVGLength
- SVG_LENGTHTYPE_MM - Static variable in interface org.w3c.dom.svg.SVGLength
- SVG_LENGTHTYPE_NUMBER - Static variable in interface org.w3c.dom.svg.SVGLength
- SVG_LENGTHTYPE_PC - Static variable in interface org.w3c.dom.svg.SVGLength
- SVG_LENGTHTYPE_PERCENTAGE - Static variable in interface org.w3c.dom.svg.SVGLength
- SVG_LENGTHTYPE_PT - Static variable in interface org.w3c.dom.svg.SVGLength
- SVG_LENGTHTYPE_PX - Static variable in interface org.w3c.dom.svg.SVGLength
- SVG_LENGTHTYPE_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGLength
- SVG_MARKER_ORIENT_ANGLE - Static variable in interface org.w3c.dom.svg.SVGMarkerElement
- SVG_MARKER_ORIENT_AUTO - Static variable in interface org.w3c.dom.svg.SVGMarkerElement
- SVG_MARKER_ORIENT_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGMarkerElement
- SVG_MARKERUNITS_STROKEWIDTH - Static variable in interface org.w3c.dom.svg.SVGMarkerElement
- SVG_MARKERUNITS_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGMarkerElement
- SVG_MARKERUNITS_USERSPACEONUSE - Static variable in interface org.w3c.dom.svg.SVGMarkerElement
- SVG_MATRIX_NOT_INVERTABLE - Static variable in exception org.w3c.dom.svg.SVGException
- SVG_MEETORSLICE_MEET - Static variable in interface org.w3c.dom.svg.SVGPreserveAspectRatio
- SVG_MEETORSLICE_SLICE - Static variable in interface org.w3c.dom.svg.SVGPreserveAspectRatio
- SVG_MEETORSLICE_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGPreserveAspectRatio
- SVG_MORPHOLOGY_OPERATOR_DILATE - Static variable in interface org.w3c.dom.svg.SVGFEMorphologyElement
- SVG_MORPHOLOGY_OPERATOR_ERODE - Static variable in interface org.w3c.dom.svg.SVGFEMorphologyElement
- SVG_MORPHOLOGY_OPERATOR_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGFEMorphologyElement
- SVG_PAINTTYPE_CURRENTCOLOR - Static variable in interface org.w3c.dom.svg.SVGPaint
- SVG_PAINTTYPE_NONE - Static variable in interface org.w3c.dom.svg.SVGPaint
- SVG_PAINTTYPE_RGBCOLOR - Static variable in interface org.w3c.dom.svg.SVGPaint
- SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR - Static variable in interface org.w3c.dom.svg.SVGPaint
- SVG_PAINTTYPE_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGPaint
- SVG_PAINTTYPE_URI - Static variable in interface org.w3c.dom.svg.SVGPaint
- SVG_PAINTTYPE_URI_CURRENTCOLOR - Static variable in interface org.w3c.dom.svg.SVGPaint
- SVG_PAINTTYPE_URI_NONE - Static variable in interface org.w3c.dom.svg.SVGPaint
- SVG_PAINTTYPE_URI_RGBCOLOR - Static variable in interface org.w3c.dom.svg.SVGPaint
- SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR - Static variable in interface org.w3c.dom.svg.SVGPaint
- SVG_PRESERVEASPECTRATIO_NONE - Static variable in interface org.w3c.dom.svg.SVGPreserveAspectRatio
- SVG_PRESERVEASPECTRATIO_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGPreserveAspectRatio
- SVG_PRESERVEASPECTRATIO_XMAXYMAX - Static variable in interface org.w3c.dom.svg.SVGPreserveAspectRatio
- SVG_PRESERVEASPECTRATIO_XMAXYMID - Static variable in interface org.w3c.dom.svg.SVGPreserveAspectRatio
- SVG_PRESERVEASPECTRATIO_XMAXYMIN - Static variable in interface org.w3c.dom.svg.SVGPreserveAspectRatio
- SVG_PRESERVEASPECTRATIO_XMIDYMAX - Static variable in interface org.w3c.dom.svg.SVGPreserveAspectRatio
- SVG_PRESERVEASPECTRATIO_XMIDYMID - Static variable in interface org.w3c.dom.svg.SVGPreserveAspectRatio
- SVG_PRESERVEASPECTRATIO_XMIDYMIN - Static variable in interface org.w3c.dom.svg.SVGPreserveAspectRatio
- SVG_PRESERVEASPECTRATIO_XMINYMAX - Static variable in interface org.w3c.dom.svg.SVGPreserveAspectRatio
- SVG_PRESERVEASPECTRATIO_XMINYMID - Static variable in interface org.w3c.dom.svg.SVGPreserveAspectRatio
- SVG_PRESERVEASPECTRATIO_XMINYMIN - Static variable in interface org.w3c.dom.svg.SVGPreserveAspectRatio
- SVG_SPREADMETHOD_PAD - Static variable in interface org.w3c.dom.svg.SVGGradientElement
- SVG_SPREADMETHOD_REFLECT - Static variable in interface org.w3c.dom.svg.SVGGradientElement
- SVG_SPREADMETHOD_REPEAT - Static variable in interface org.w3c.dom.svg.SVGGradientElement
- SVG_SPREADMETHOD_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGGradientElement
- SVG_STITCHTYPE_NOSTITCH - Static variable in interface org.w3c.dom.svg.SVGFETurbulenceElement
- SVG_STITCHTYPE_STITCH - Static variable in interface org.w3c.dom.svg.SVGFETurbulenceElement
- SVG_STITCHTYPE_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGFETurbulenceElement
- SVG_TRANSFORM_MATRIX - Static variable in interface org.w3c.dom.svg.SVGTransform
- SVG_TRANSFORM_ROTATE - Static variable in interface org.w3c.dom.svg.SVGTransform
- SVG_TRANSFORM_SCALE - Static variable in interface org.w3c.dom.svg.SVGTransform
- SVG_TRANSFORM_SKEWX - Static variable in interface org.w3c.dom.svg.SVGTransform
- SVG_TRANSFORM_SKEWY - Static variable in interface org.w3c.dom.svg.SVGTransform
- SVG_TRANSFORM_TRANSLATE - Static variable in interface org.w3c.dom.svg.SVGTransform
- SVG_TRANSFORM_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGTransform
- SVG_TURBULENCE_TYPE_FRACTALNOISE - Static variable in interface org.w3c.dom.svg.SVGFETurbulenceElement
- SVG_TURBULENCE_TYPE_TURBULENCE - Static variable in interface org.w3c.dom.svg.SVGFETurbulenceElement
- SVG_TURBULENCE_TYPE_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGFETurbulenceElement
- SVG_UNIT_TYPE_OBJECTBOUNDINGBOX - Static variable in interface org.w3c.dom.svg.SVGUnitTypes
- SVG_UNIT_TYPE_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGUnitTypes
- SVG_UNIT_TYPE_USERSPACEONUSE - Static variable in interface org.w3c.dom.svg.SVGUnitTypes
- SVG_WRONG_TYPE_ERR - Static variable in exception org.w3c.dom.svg.SVGException
- SVG_ZOOMANDPAN_DISABLE - Static variable in interface org.w3c.dom.svg.SVGZoomAndPan
- SVG_ZOOMANDPAN_MAGNIFY - Static variable in interface org.w3c.dom.svg.SVGZoomAndPan
- SVG_ZOOMANDPAN_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGZoomAndPan
- SVGAElement - Interface in org.w3c.dom.svg
- SVGAltGlyphDefElement - Interface in org.w3c.dom.svg
- SVGAltGlyphElement - Interface in org.w3c.dom.svg
- SVGAltGlyphItemElement - Interface in org.w3c.dom.svg
- SVGAngle - Interface in org.w3c.dom.svg
- SVGAnimateColorElement - Interface in org.w3c.dom.svg
- SVGAnimatedAngle - Interface in org.w3c.dom.svg
- SVGAnimatedBoolean - Interface in org.w3c.dom.svg
- SVGAnimatedEnumeration - Interface in org.w3c.dom.svg
- SVGAnimatedInteger - Interface in org.w3c.dom.svg
- SVGAnimatedLength - Interface in org.w3c.dom.svg
- SVGAnimatedLengthList - Interface in org.w3c.dom.svg
- SVGAnimatedNumber - Interface in org.w3c.dom.svg
- SVGAnimatedNumberList - Interface in org.w3c.dom.svg
- SVGAnimatedPathData - Interface in org.w3c.dom.svg
- SVGAnimatedPoints - Interface in org.w3c.dom.svg
- SVGAnimatedPreserveAspectRatio - Interface in org.w3c.dom.svg
- SVGAnimatedRect - Interface in org.w3c.dom.svg
- SVGAnimatedString - Interface in org.w3c.dom.svg
- SVGAnimatedTransformList - Interface in org.w3c.dom.svg
- SVGAnimateElement - Interface in org.w3c.dom.svg
- SVGAnimateMotionElement - Interface in org.w3c.dom.svg
- SVGAnimateTransformElement - Interface in org.w3c.dom.svg
- SVGAnimationElement - Interface in org.w3c.dom.svg
- SVGCircleElement - Interface in org.w3c.dom.svg
- SVGClipPathElement - Interface in org.w3c.dom.svg
- SVGColor - Interface in org.w3c.dom.svg
- SVGColorProfileElement - Interface in org.w3c.dom.svg
- SVGColorProfileRule - Interface in org.w3c.dom.svg
- SVGComponentTransferFunctionElement - Interface in org.w3c.dom.svg
- SVGCSSRule - Interface in org.w3c.dom.svg
- SVGCursorElement - Interface in org.w3c.dom.svg
- SVGDefinitionSrcElement - Interface in org.w3c.dom.svg
- SVGDefsElement - Interface in org.w3c.dom.svg
- SVGDescElement - Interface in org.w3c.dom.svg
- SVGDocument - Interface in org.w3c.dom.svg
- SVGElement - Interface in org.w3c.dom.svg
- SVGElementInstance - Interface in org.w3c.dom.svg
- SVGElementInstanceList - Interface in org.w3c.dom.svg
- SVGEllipseElement - Interface in org.w3c.dom.svg
- SVGEvent - Interface in org.w3c.dom.svg
- SVGException - Exception in org.w3c.dom.svg
- SVGException(short, String) - Constructor for exception org.w3c.dom.svg.SVGException
- SVGExternalResourcesRequired - Interface in org.w3c.dom.svg
- SVGFEBlendElement - Interface in org.w3c.dom.svg
- SVGFEColorMatrixElement - Interface in org.w3c.dom.svg
- SVGFEComponentTransferElement - Interface in org.w3c.dom.svg
- SVGFECompositeElement - Interface in org.w3c.dom.svg
- SVGFEConvolveMatrixElement - Interface in org.w3c.dom.svg
- SVGFEDiffuseLightingElement - Interface in org.w3c.dom.svg
- SVGFEDisplacementMapElement - Interface in org.w3c.dom.svg
- SVGFEDistantLightElement - Interface in org.w3c.dom.svg
- SVGFEFloodElement - Interface in org.w3c.dom.svg
- SVGFEFuncAElement - Interface in org.w3c.dom.svg
- SVGFEFuncBElement - Interface in org.w3c.dom.svg
- SVGFEFuncGElement - Interface in org.w3c.dom.svg
- SVGFEFuncRElement - Interface in org.w3c.dom.svg
- SVGFEGaussianBlurElement - Interface in org.w3c.dom.svg
- SVGFEImageElement - Interface in org.w3c.dom.svg
- SVGFEMergeElement - Interface in org.w3c.dom.svg
- SVGFEMergeNodeElement - Interface in org.w3c.dom.svg
- SVGFEMorphologyElement - Interface in org.w3c.dom.svg
- SVGFEOffsetElement - Interface in org.w3c.dom.svg
- SVGFEPointLightElement - Interface in org.w3c.dom.svg
- SVGFESpecularLightingElement - Interface in org.w3c.dom.svg
- SVGFESpotLightElement - Interface in org.w3c.dom.svg
- SVGFETileElement - Interface in org.w3c.dom.svg
- SVGFETurbulenceElement - Interface in org.w3c.dom.svg
- SVGFilterElement - Interface in org.w3c.dom.svg
- SVGFilterPrimitiveStandardAttributes - Interface in org.w3c.dom.svg
- SVGFitToViewBox - Interface in org.w3c.dom.svg
- SVGFontElement - Interface in org.w3c.dom.svg
- SVGFontFaceElement - Interface in org.w3c.dom.svg
- SVGFontFaceFormatElement - Interface in org.w3c.dom.svg
- SVGFontFaceNameElement - Interface in org.w3c.dom.svg
- SVGFontFaceSrcElement - Interface in org.w3c.dom.svg
- SVGFontFaceUriElement - Interface in org.w3c.dom.svg
- SVGForeignObjectElement - Interface in org.w3c.dom.svg
- SVGGElement - Interface in org.w3c.dom.svg
- SVGGlyphElement - Interface in org.w3c.dom.svg
- SVGGlyphRefElement - Interface in org.w3c.dom.svg
- SVGGradientElement - Interface in org.w3c.dom.svg
- SVGHKernElement - Interface in org.w3c.dom.svg
- SVGICCColor - Interface in org.w3c.dom.svg
- SVGImageElement - Interface in org.w3c.dom.svg
- SVGLangSpace - Interface in org.w3c.dom.svg
- SVGLength - Interface in org.w3c.dom.svg
- SVGLengthList - Interface in org.w3c.dom.svg
- SVGLinearGradientElement - Interface in org.w3c.dom.svg
- SVGLineElement - Interface in org.w3c.dom.svg
- SVGLocatable - Interface in org.w3c.dom.svg
- SVGMarkerElement - Interface in org.w3c.dom.svg
- SVGMaskElement - Interface in org.w3c.dom.svg
- SVGMatrix - Interface in org.w3c.dom.svg
- SVGMetadataElement - Interface in org.w3c.dom.svg
- SVGMissingGlyphElement - Interface in org.w3c.dom.svg
- SVGMPathElement - Interface in org.w3c.dom.svg
- SVGNumber - Interface in org.w3c.dom.svg
- SVGNumberList - Interface in org.w3c.dom.svg
- SVGPaint - Interface in org.w3c.dom.svg
- SVGPathElement - Interface in org.w3c.dom.svg
- SVGPathSeg - Interface in org.w3c.dom.svg
- SVGPathSegArcAbs - Interface in org.w3c.dom.svg
- SVGPathSegArcRel - Interface in org.w3c.dom.svg
- SVGPathSegClosePath - Interface in org.w3c.dom.svg
- SVGPathSegCurvetoCubicAbs - Interface in org.w3c.dom.svg
- SVGPathSegCurvetoCubicRel - Interface in org.w3c.dom.svg
- SVGPathSegCurvetoCubicSmoothAbs - Interface in org.w3c.dom.svg
- SVGPathSegCurvetoCubicSmoothRel - Interface in org.w3c.dom.svg
- SVGPathSegCurvetoQuadraticAbs - Interface in org.w3c.dom.svg
- SVGPathSegCurvetoQuadraticRel - Interface in org.w3c.dom.svg
- SVGPathSegCurvetoQuadraticSmoothAbs - Interface in org.w3c.dom.svg
- SVGPathSegCurvetoQuadraticSmoothRel - Interface in org.w3c.dom.svg
- SVGPathSegLinetoAbs - Interface in org.w3c.dom.svg
- SVGPathSegLinetoHorizontalAbs - Interface in org.w3c.dom.svg
- SVGPathSegLinetoHorizontalRel - Interface in org.w3c.dom.svg
- SVGPathSegLinetoRel - Interface in org.w3c.dom.svg
- SVGPathSegLinetoVerticalAbs - Interface in org.w3c.dom.svg
- SVGPathSegLinetoVerticalRel - Interface in org.w3c.dom.svg
- SVGPathSegList - Interface in org.w3c.dom.svg
- SVGPathSegMovetoAbs - Interface in org.w3c.dom.svg
- SVGPathSegMovetoRel - Interface in org.w3c.dom.svg
- SVGPatternElement - Interface in org.w3c.dom.svg
- SVGPoint - Interface in org.w3c.dom.svg
- SVGPointList - Interface in org.w3c.dom.svg
- SVGPolygonElement - Interface in org.w3c.dom.svg
- SVGPolylineElement - Interface in org.w3c.dom.svg
- SVGPreserveAspectRatio - Interface in org.w3c.dom.svg
- SVGRadialGradientElement - Interface in org.w3c.dom.svg
- SVGRect - Interface in org.w3c.dom.svg
- SVGRectElement - Interface in org.w3c.dom.svg
- SVGRenderingIntent - Interface in org.w3c.dom.svg
- SVGScriptElement - Interface in org.w3c.dom.svg
- SVGSetElement - Interface in org.w3c.dom.svg
- SVGStopElement - Interface in org.w3c.dom.svg
- SVGStringList - Interface in org.w3c.dom.svg
- SVGStylable - Interface in org.w3c.dom.svg
- SVGStyleElement - Interface in org.w3c.dom.svg
- SVGSVGElement - Interface in org.w3c.dom.svg
- SVGSwitchElement - Interface in org.w3c.dom.svg
- SVGSymbolElement - Interface in org.w3c.dom.svg
- SVGTests - Interface in org.w3c.dom.svg
- SVGTextContentElement - Interface in org.w3c.dom.svg
- SVGTextElement - Interface in org.w3c.dom.svg
- SVGTextPathElement - Interface in org.w3c.dom.svg
- SVGTextPositioningElement - Interface in org.w3c.dom.svg
- SVGTitleElement - Interface in org.w3c.dom.svg
- SVGTransform - Interface in org.w3c.dom.svg
- SVGTransformable - Interface in org.w3c.dom.svg
- SVGTransformList - Interface in org.w3c.dom.svg
- SVGTRefElement - Interface in org.w3c.dom.svg
- SVGTSpanElement - Interface in org.w3c.dom.svg
- SVGUnitTypes - Interface in org.w3c.dom.svg
- SVGURIReference - Interface in org.w3c.dom.svg
- SVGUseElement - Interface in org.w3c.dom.svg
- SVGViewElement - Interface in org.w3c.dom.svg
- SVGViewSpec - Interface in org.w3c.dom.svg
- SVGVKernElement - Interface in org.w3c.dom.svg
- SVGZoomAndPan - Interface in org.w3c.dom.svg
- SVGZoomEvent - Interface in org.w3c.dom.svg
- SYNTAX_ERR - Static variable in exception org.w3c.dom.DOMException
-
If an invalid or illegal string is specified.
T
- Templates - Interface in javax.xml.transform
-
An object that implements this interface is the runtime representation of processed transformation instructions.
- TemplatesHandler - Interface in javax.xml.transform.sax
-
A SAX ContentHandler that may be used to process SAX parse events (parsing transformation instructions) into a Templates object.
- Text - Interface in org.w3c.dom
-
The
Text
interface inherits fromCharacterData
and represents the textual content (termed character data in XML) of anElement
orAttr
. - TEXT_NODE - Static variable in interface org.w3c.dom.Node
-
The node is a
Text
node. - TEXTPATH_METHODTYPE_ALIGN - Static variable in interface org.w3c.dom.svg.SVGTextPathElement
- TEXTPATH_METHODTYPE_STRETCH - Static variable in interface org.w3c.dom.svg.SVGTextPathElement
- TEXTPATH_METHODTYPE_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGTextPathElement
- TEXTPATH_SPACINGTYPE_AUTO - Static variable in interface org.w3c.dom.svg.SVGTextPathElement
- TEXTPATH_SPACINGTYPE_EXACT - Static variable in interface org.w3c.dom.svg.SVGTextPathElement
- TEXTPATH_SPACINGTYPE_UNKNOWN - Static variable in interface org.w3c.dom.svg.SVGTextPathElement
- TIME - Static variable in class javax.xml.datatype.DatatypeConstants
-
Fully qualified name for W3C XML Schema 1.0 datatype
time
. - TimeEvent - Interface in org.w3c.dom.smil
-
The
TimeEvent
interface provides specific contextual information associated with Time events. - toGregorianCalendar() - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Convert this
XMLGregorianCalendar
to aGregorianCalendar
. - toGregorianCalendar(TimeZone, Locale, XMLGregorianCalendar) - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Convert this
XMLGregorianCalendar
along with provided parameters to aGregorianCalendar
instance. - toString() - Method in class javax.xml.datatype.DatatypeConstants.Field
-
Returns a field name in English.
- toString() - Method in class javax.xml.datatype.Duration
-
Returns a
String
representation of thisDuration
Object
. - toString() - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Returns a
String
representation of thisXMLGregorianCalendar
Object
. - toString() - Method in class javax.xml.namespace.QName
-
String
representation of thisQName
. - toString() - Method in interface org.w3c.dom.ranges.Range
-
Returns the contents of a Range as a string.
- toString() - Method in exception org.xml.sax.SAXException
-
Override toString to pick up any embedded exception.
- toXMLFormat() - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Return the lexical representation of
this
instance. - transform(Source, Result) - Method in class javax.xml.transform.Transformer
-
Transform the XML
Source
to aResult
. - Transformer - Class in javax.xml.transform
-
An instance of this abstract class can transform a source tree into a result tree.
- Transformer() - Constructor for class javax.xml.transform.Transformer
-
Default constructor is protected on purpose.
- TransformerConfigurationException - Exception in javax.xml.transform
-
Indicates a serious configuration error.
- TransformerConfigurationException() - Constructor for exception javax.xml.transform.TransformerConfigurationException
-
Create a new
TransformerConfigurationException
with no detail message. - TransformerConfigurationException(String) - Constructor for exception javax.xml.transform.TransformerConfigurationException
-
Create a new
TransformerConfigurationException
with theString
specified as an error message. - TransformerConfigurationException(String, Throwable) - Constructor for exception javax.xml.transform.TransformerConfigurationException
-
Create a new
TransformerConfigurationException
with the givenException
base cause and detail message. - TransformerConfigurationException(String, SourceLocator) - Constructor for exception javax.xml.transform.TransformerConfigurationException
-
Create a new TransformerConfigurationException from a message and a Locator.
- TransformerConfigurationException(String, SourceLocator, Throwable) - Constructor for exception javax.xml.transform.TransformerConfigurationException
-
Wrap an existing exception in a TransformerConfigurationException.
- TransformerConfigurationException(Throwable) - Constructor for exception javax.xml.transform.TransformerConfigurationException
-
Create a new
TransformerConfigurationException
with a givenException
base cause of the error. - TransformerException - Exception in javax.xml.transform
-
This class specifies an exceptional condition that occurred during the transformation process.
- TransformerException(String) - Constructor for exception javax.xml.transform.TransformerException
-
Create a new TransformerException.
- TransformerException(String, Throwable) - Constructor for exception javax.xml.transform.TransformerException
-
Wrap an existing exception in a TransformerException.
- TransformerException(String, SourceLocator) - Constructor for exception javax.xml.transform.TransformerException
-
Create a new TransformerException from a message and a Locator.
- TransformerException(String, SourceLocator, Throwable) - Constructor for exception javax.xml.transform.TransformerException
-
Wrap an existing exception in a TransformerException.
- TransformerException(Throwable) - Constructor for exception javax.xml.transform.TransformerException
-
Create a new TransformerException wrapping an existing exception.
- TransformerFactory - Class in javax.xml.transform
-
A TransformerFactory instance can be used to create
Transformer
andTemplates
objects. - TransformerFactory() - Constructor for class javax.xml.transform.TransformerFactory
-
Default constructor is protected on purpose.
- TransformerFactoryConfigurationError - Error in javax.xml.transform
-
Thrown when a problem with configuration with the Transformer Factories exists.
- TransformerFactoryConfigurationError() - Constructor for error javax.xml.transform.TransformerFactoryConfigurationError
-
Create a new
TransformerFactoryConfigurationError
with no detail message. - TransformerFactoryConfigurationError(Exception) - Constructor for error javax.xml.transform.TransformerFactoryConfigurationError
-
Create a new
TransformerFactoryConfigurationError
with a givenException
base cause of the error. - TransformerFactoryConfigurationError(Exception, String) - Constructor for error javax.xml.transform.TransformerFactoryConfigurationError
-
Create a new
TransformerFactoryConfigurationError
with the givenException
base cause and detail message. - TransformerFactoryConfigurationError(String) - Constructor for error javax.xml.transform.TransformerFactoryConfigurationError
-
Create a new
TransformerFactoryConfigurationError
with theString
specified as an error message. - TransformerHandler - Interface in javax.xml.transform.sax
-
A TransformerHandler listens for SAX ContentHandler parse events and transforms them to a Result.
- translate(float, float) - Method in interface org.w3c.dom.svg.SVGMatrix
- TreeWalker - Interface in org.w3c.dom.traversal
-
TreeWalker
objects are used to navigate a document tree or subtree using the view of the document defined by theirwhatToShow
flags and filter (if any). - TYPE_ERR - Static variable in exception org.w3c.dom.xpath.XPathException
-
If the expression cannot be converted to return the specified type.
- TYPE_MISMATCH_ERR - Static variable in exception org.w3c.dom.DOMException
-
If the type of an object is incompatible with the expected type of the parameter associated to the object.
- TypeInfo - Interface in org.w3c.dom
-
The
TypeInfo
interface represents a type referenced fromElement
orAttr
nodes, specified in the schemas associated with the document. - TypeInfoProvider - Class in javax.xml.validation
-
This class provides access to the type information determined by
ValidatorHandler
. - TypeInfoProvider() - Constructor for class javax.xml.validation.TypeInfoProvider
-
Constructor for the derived class.
U
- UIEvent - Interface in org.w3c.dom.events
-
The
UIEvent
interface provides specific contextual information associated with User Interface events. - UNKNOWN_RULE - Static variable in interface org.w3c.dom.css.CSSRule
-
The rule is a
CSSUnknownRule
. - UNORDERED_NODE_ITERATOR_TYPE - Static variable in interface org.w3c.dom.xpath.XPathResult
- UNORDERED_NODE_SNAPSHOT_TYPE - Static variable in interface org.w3c.dom.xpath.XPathResult
- unparsedEntityDecl(String, String, String, String) - Method in interface org.xml.sax.DTDHandler
-
Receive notification of an unparsed entity declaration event.
- unparsedEntityDecl(String, String, String, String) - Method in class org.xml.sax.HandlerBase
-
Deprecated.Receive notification of an unparsed entity declaration.
- unparsedEntityDecl(String, String, String, String) - Method in class org.xml.sax.helpers.DefaultHandler
-
Receive notification of an unparsed entity declaration.
- unparsedEntityDecl(String, String, String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Filter an unparsed entity declaration event.
- unpauseAnimations() - Method in interface org.w3c.dom.svg.SVGSVGElement
- UNSPECIFIED_EVENT_TYPE_ERR - Static variable in exception org.w3c.dom.events.EventException
-
If the
Event
's type was not specified by initializing the event before the method was called. - unsuspendRedraw(int) - Method in interface org.w3c.dom.svg.SVGSVGElement
- unsuspendRedrawAll() - Method in interface org.w3c.dom.svg.SVGSVGElement
- URIResolver - Interface in javax.xml.transform
-
An object that implements this interface that can be called by the processor to turn a URI used in document(), xsl:import, or xsl:include into a Source object.
- UserDataHandler - Interface in org.w3c.dom
-
When associating an object to a key on a node using
Node.setUserData()
the application can provide a handler that gets called when the node the object is associated to is being cloned, imported, or renamed.
V
- validate(Source) - Method in class javax.xml.validation.Validator
-
Validates the specified input.
- validate(Source, Result) - Method in class javax.xml.validation.Validator
-
Validates the specified input and send the augmented validation result to the specified output.
- VALIDATION_ERR - Static variable in exception org.w3c.dom.DOMException
-
If a call to a method such as
insertBefore
orremoveChild
would make theNode
invalid with respect to "partial validity", this exception would be raised and the operation would not be done. - Validator - Class in javax.xml.validation
-
A processor that checks an XML document against
Schema
. - Validator() - Constructor for class javax.xml.validation.Validator
-
Constructor for derived classes.
- ValidatorHandler - Class in javax.xml.validation
-
Streaming validator that works on SAX stream.
- ValidatorHandler() - Constructor for class javax.xml.validation.ValidatorHandler
-
Constructor for derived classes.
- valueOf(String) - Static method in class javax.xml.namespace.QName
-
QName
derived from parsing the formattedString
. - VERSION - Static variable in class javax.xml.transform.OutputKeys
-
version = nmtoken.
- ViewCSS - Interface in org.w3c.dom.css
-
This interface represents a CSS view.
W
- W3C_XML_SCHEMA_INSTANCE_NS_URI - Static variable in class javax.xml.XMLConstants
-
W3C XML Schema Instance Namespace URI.
- W3C_XML_SCHEMA_NS_URI - Static variable in class javax.xml.XMLConstants
-
W3C XML Schema Namespace URI.
- W3C_XPATH_DATATYPE_NS_URI - Static variable in class javax.xml.XMLConstants
-
W3C XPath Datatype Namespace URI.
- warning(TransformerException) - Method in interface javax.xml.transform.ErrorListener
-
Receive notification of a warning.
- warning(CSSParseException) - Method in interface org.w3c.css.sac.ErrorHandler
-
Receive notification of a warning.
- warning(SAXParseException) - Method in interface org.xml.sax.ErrorHandler
-
Receive notification of a warning.
- warning(SAXParseException) - Method in class org.xml.sax.HandlerBase
-
Deprecated.Receive notification of a parser warning.
- warning(SAXParseException) - Method in class org.xml.sax.helpers.DefaultHandler
-
Receive notification of a parser warning.
- warning(SAXParseException) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Filter a warning event.
- write(String) - Method in interface org.w3c.dom.html.HTMLDocument
-
Write a string of text to a document stream opened by
open()
. - write(Node, LSOutput) - Method in interface org.w3c.dom.ls.LSSerializer
-
Serialize the specified node as described above in the general description of the
LSSerializer
interface. - writeAsEncodedUnicode(Writer) - Method in interface javax.xml.stream.events.XMLEvent
- writeAttribute(String, String) - Method in interface javax.xml.stream.XMLStreamWriter
- writeAttribute(String, String, String) - Method in interface javax.xml.stream.XMLStreamWriter
- writeAttribute(String, String, String, String) - Method in interface javax.xml.stream.XMLStreamWriter
- writeCData(String) - Method in interface javax.xml.stream.XMLStreamWriter
- writeCharacters(char[], int, int) - Method in interface javax.xml.stream.XMLStreamWriter
- writeCharacters(String) - Method in interface javax.xml.stream.XMLStreamWriter
- writeComment(String) - Method in interface javax.xml.stream.XMLStreamWriter
- writeDefaultNamespace(String) - Method in interface javax.xml.stream.XMLStreamWriter
- writeDTD(String) - Method in interface javax.xml.stream.XMLStreamWriter
- writeEmptyElement(String) - Method in interface javax.xml.stream.XMLStreamWriter
- writeEmptyElement(String, String) - Method in interface javax.xml.stream.XMLStreamWriter
- writeEmptyElement(String, String, String) - Method in interface javax.xml.stream.XMLStreamWriter
- writeEndDocument() - Method in interface javax.xml.stream.XMLStreamWriter
- writeEndElement() - Method in interface javax.xml.stream.XMLStreamWriter
- writeEntityRef(String) - Method in interface javax.xml.stream.XMLStreamWriter
- writeln(String) - Method in interface org.w3c.dom.html.HTMLDocument
-
Write a string of text followed by a newline character to a document stream opened by
open()
. - writeNamespace(String, String) - Method in interface javax.xml.stream.XMLStreamWriter
- writeProcessingInstruction(String) - Method in interface javax.xml.stream.XMLStreamWriter
- writeProcessingInstruction(String, String) - Method in interface javax.xml.stream.XMLStreamWriter
- writeStartDocument() - Method in interface javax.xml.stream.XMLStreamWriter
- writeStartDocument(String) - Method in interface javax.xml.stream.XMLStreamWriter
- writeStartDocument(String, String) - Method in interface javax.xml.stream.XMLStreamWriter
- writeStartElement(String) - Method in interface javax.xml.stream.XMLStreamWriter
- writeStartElement(String, String) - Method in interface javax.xml.stream.XMLStreamWriter
- writeStartElement(String, String, String) - Method in interface javax.xml.stream.XMLStreamWriter
- writeToString(Node) - Method in interface org.w3c.dom.ls.LSSerializer
-
Serialize the specified node as described above in the general description of the
LSSerializer
interface. - writeToURI(Node, String) - Method in interface org.w3c.dom.ls.LSSerializer
-
A convenience method that acts as if
LSSerializer.write
was called with aLSOutput
with no encoding specified andLSOutput.systemId
set to theuri
argument. - WRONG_DOCUMENT_ERR - Static variable in exception org.w3c.dom.DOMException
-
If a
Node
is used in a different document than the one that created it (that doesn't support it).
X
- XML_DTD_NS_URI - Static variable in class javax.xml.XMLConstants
-
XML Document Type Declaration Namespace URI as an arbitrary value.
- XML_NS_PREFIX - Static variable in class javax.xml.XMLConstants
-
The official XML Namespace prefix.
- XML_NS_URI - Static variable in class javax.xml.XMLConstants
-
The official XML Namespace name URI.
- XMLConstants - Class in javax.xml
-
Utility class to contain basic XML values as constants.
- XMLEvent - Interface in javax.xml.stream.events
- XMLEventAllocator - Interface in javax.xml.stream.util
- XMLEventConsumer - Interface in javax.xml.stream.util
- XMLEventFactory - Class in javax.xml.stream
- XMLEventFactory() - Constructor for class javax.xml.stream.XMLEventFactory
- XMLEventReader - Interface in javax.xml.stream
- XMLEventWriter - Interface in javax.xml.stream
- XMLFilter - Interface in org.xml.sax
-
Interface for an XML filter.
- XMLFilterImpl - Class in org.xml.sax.helpers
-
Base class for deriving an XML filter.
- XMLFilterImpl() - Constructor for class org.xml.sax.helpers.XMLFilterImpl
-
Construct an empty XML filter, with no parent.
- XMLFilterImpl(XMLReader) - Constructor for class org.xml.sax.helpers.XMLFilterImpl
-
Construct an XML filter with the specified parent.
- XMLGregorianCalendar - Class in javax.xml.datatype
-
Representation for W3C XML Schema 1.0 date/time datatypes.
- XMLGregorianCalendar() - Constructor for class javax.xml.datatype.XMLGregorianCalendar
- XMLInputFactory - Class in javax.xml.stream
- XMLInputFactory() - Constructor for class javax.xml.stream.XMLInputFactory
- XMLNS - Static variable in class org.xml.sax.helpers.NamespaceSupport
-
The XML Namespace URI as a constant.
- XMLNS_ATTRIBUTE - Static variable in class javax.xml.XMLConstants
-
The official XML attribute used for specifying XML Namespace declarations.
- XMLNS_ATTRIBUTE_NS_URI - Static variable in class javax.xml.XMLConstants
-
The official XML attribute used for specifying XML Namespace declarations,
XMLConstants.XMLNS_ATTRIBUTE
, Namespace name URI. - XMLOutputFactory - Class in javax.xml.stream
- XMLOutputFactory() - Constructor for class javax.xml.stream.XMLOutputFactory
- XMLReader - Interface in org.xml.sax
-
Interface for reading an XML document using callbacks.
- XMLReaderAdapter - Class in org.xml.sax.helpers
-
Adapt a SAX2 XMLReader as a SAX1 Parser.
- XMLReaderAdapter() - Constructor for class org.xml.sax.helpers.XMLReaderAdapter
-
Create a new adapter.
- XMLReaderAdapter(XMLReader) - Constructor for class org.xml.sax.helpers.XMLReaderAdapter
-
Create a new adapter.
- XMLReaderFactory - Class in org.xml.sax.helpers
-
Factory for creating an XML reader.
- XMLReporter - Interface in javax.xml.stream
- XMLResolver - Interface in javax.xml.stream
- XMLStreamConstants - Interface in javax.xml.stream
- XMLStreamException - Exception in javax.xml.stream
- XMLStreamException() - Constructor for exception javax.xml.stream.XMLStreamException
- XMLStreamException(String) - Constructor for exception javax.xml.stream.XMLStreamException
- XMLStreamException(String, Throwable) - Constructor for exception javax.xml.stream.XMLStreamException
- XMLStreamException(String, Location) - Constructor for exception javax.xml.stream.XMLStreamException
- XMLStreamException(String, Location, Throwable) - Constructor for exception javax.xml.stream.XMLStreamException
- XMLStreamException(Throwable) - Constructor for exception javax.xml.stream.XMLStreamException
- XMLStreamReader - Interface in javax.xml.stream
- XMLStreamWriter - Interface in javax.xml.stream
- XPath - Interface in javax.xml.xpath
-
XPath
provides access to the XPath evaluation environment and expressions. - XPATH_NAMESPACE_NODE - Static variable in interface org.w3c.dom.xpath.XPathNamespace
-
The node is a
Namespace
. - XPathConstants - Class in javax.xml.xpath
-
XPath constants.
- XPathEvaluator - Interface in org.w3c.dom.xpath
-
The evaluation of XPath expressions is provided by
XPathEvaluator
. - XPathException - Exception in javax.xml.xpath
-
XPathException
represents a generic XPath exception. - XPathException - Exception in org.w3c.dom.xpath
-
A new exception has been created for exceptions specific to these XPath interfaces.
- XPathException(short, String) - Constructor for exception org.w3c.dom.xpath.XPathException
- XPathException(String) - Constructor for exception javax.xml.xpath.XPathException
-
Constructs a new
XPathException
with the specified detailmessage
. - XPathException(Throwable) - Constructor for exception javax.xml.xpath.XPathException
-
Constructs a new
XPathException
with the specifiedcause
. - XPathExpression - Interface in javax.xml.xpath
-
XPathExpression
provides access to compiled XPath expressions. - XPathExpression - Interface in org.w3c.dom.xpath
-
The
XPathExpression
interface represents a parsed and resolved XPath expression. - XPathExpressionException - Exception in javax.xml.xpath
-
XPathExpressionException
represents an error in an XPath expression. - XPathExpressionException(String) - Constructor for exception javax.xml.xpath.XPathExpressionException
-
Constructs a new
XPathExpressionException
with the specified detailmessage
. - XPathExpressionException(Throwable) - Constructor for exception javax.xml.xpath.XPathExpressionException
-
Constructs a new
XPathExpressionException
with the specifiedcause
. - XPathFactory - Class in javax.xml.xpath
-
An
XPathFactory
instance can be used to createXPath
objects. - XPathFactory() - Constructor for class javax.xml.xpath.XPathFactory
-
Protected constructor as
XPathFactory.newInstance()
,XPathFactory.newInstance(String uri)
orXPathFactory.newInstance(String uri, String factoryClassName, ClassLoader classLoader)
should be used to create a new instance of anXPathFactory
. - XPathFactoryConfigurationException - Exception in javax.xml.xpath
-
XPathFactoryConfigurationException
represents a configuration error in aXPathFactory
environment. - XPathFactoryConfigurationException(String) - Constructor for exception javax.xml.xpath.XPathFactoryConfigurationException
-
Constructs a new
XPathFactoryConfigurationException
with the specified detailmessage
. - XPathFactoryConfigurationException(Throwable) - Constructor for exception javax.xml.xpath.XPathFactoryConfigurationException
-
Constructs a new
XPathFactoryConfigurationException
with the specifiedcause
. - XPathFunction - Interface in javax.xml.xpath
-
XPathFunction
provides access to XPath functions. - XPathFunctionException - Exception in javax.xml.xpath
-
XPathFunctionException
represents an error with an XPath function. - XPathFunctionException(String) - Constructor for exception javax.xml.xpath.XPathFunctionException
-
Constructs a new
XPathFunctionException
with the specified detailmessage
. - XPathFunctionException(Throwable) - Constructor for exception javax.xml.xpath.XPathFunctionException
-
Constructs a new
XPathFunctionException
with the specifiedcause
. - XPathFunctionResolver - Interface in javax.xml.xpath
-
XPathFunctionResolver
provides access to the set of user definedXPathFunction
s. - XPathNamespace - Interface in org.w3c.dom.xpath
-
The
XPathNamespace
interface is returned byXPathResult
interfaces to represent the XPath namespace node type that DOM lacks. - XPathNSResolver - Interface in org.w3c.dom.xpath
-
The
XPathNSResolver
interface permitprefix
strings in the expression to be properly bound tonamespaceURI
strings. - XPathResult - Interface in org.w3c.dom.xpath
-
The
XPathResult
interface represents the result of the evaluation of an XPath 1.0 expression within the context of a particular node. - XPathVariableResolver - Interface in javax.xml.xpath
-
XPathVariableResolver
provides access to the set of user defined XPath variables.
Y
- YEARS - Static variable in class javax.xml.datatype.DatatypeConstants
-
A constant that represents the years field.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
Attributes
interface, which includes Namespace support.