Xerces 3.1.1 API: A-Index
Xerces 3.1.1
A B C D E F G H I J K L M N O P R S T U V W X _

A

acceptNode(Node) - Method in interface org.w3c.dom.traversal.NodeFilter
Test whether a specified node is visible in the logical view of a TreeWalker or NodeIterator.
add(HTMLElement, HTMLElement) - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
add(HTMLElement, HTMLElement) - Method in interface org.w3c.dom.html.HTMLSelectElement
Add a new element to the collection of OPTION elements for this SELECT .
addAttDef(QName, QName, int, boolean, int, int, int, boolean) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Add an attribute definition
addAttr(int, int, int, boolean, boolean) - Method in class org.apache.xerces.framework.XMLAttrList
 
addAttr(QName, int, int, boolean, boolean) - Method in class org.apache.xerces.framework.XMLAttrList
Add an attribute to the current set.
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.helpers.AttributesImpl
Add an attribute to the end of the list.
addContentSpecNode(int, int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Create an XMLContentSpec for a single non-leaf
addContentSpecNode(int, int, int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Create an XMLContentSpec for a two child leaf
addElementDecl(QName) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Add an element declaration (forward reference)
addElementDecl(QName, int, int, boolean) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Add an element declaration
addEventListener(String, EventListener, boolean) - Method in class org.apache.xerces.dom.NodeImpl
Introduced in DOM Level 2.
addEventListener(String, EventListener, boolean) - Method in interface org.w3c.dom.events.EventTarget
This method allows the registration of event listeners on the event target.
addExternalEntityDecl(int, int, int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Add a declaration for an entity
addExternalPEDecl(int, int, int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Add a declaration for an external parameter entity
addInternalEntityDecl(int, int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Add a declaration for an internal entity
addInternalPEDecl(int, int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Add a declaration for an internal parameter entity
ADDITION - Static variable in interface org.w3c.dom.events.MutationEvent
The Attr was just added.
addNameToEnumeration(int, int, int, int, boolean) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Add a name to an enumeration
addNotationDecl(int, int, int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Add a declaration for a notation
addRecognizer(XMLDeclRecognizer) - Method in class org.apache.xerces.framework.XMLParser
Adds a recognizer.
addUniqueLeafNode(int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
create an XMLContentSpec for a leaf
addUnparsedEntityDecl(int, int, int, int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Add a declaration for an unparsed entity
adoptNode(Node) - Method in class org.apache.xerces.dom.DocumentImpl
NON-DOM: Change the node's ownerDocument, and its subtree, to this Document
allowGrammarAccess - Variable in class org.apache.xerces.dom.DocumentImpl
Allow grammar access.
appendChild(int, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Appends a child to the specified parent in the table.
appendChild(Node) - Method in class org.apache.xerces.dom.NodeImpl
Adds a child node to the end of the list of children for this node.
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 class org.apache.xerces.dom.CharacterDataImpl
Concatenate additional characters onto the end of the data stored in this node.
appendData(String) - Method in interface org.w3c.dom.CharacterData
Append the string to the end of the character data of the node.
asContentHandler() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
asContentHandler() - Method in interface org.apache.xml.serialize.Serializer
Return a ContentHandler interface into this serializer.
asDocumentHandler() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
asDocumentHandler() - Method in interface org.apache.xml.serialize.Serializer
Return a DocumentHandler interface into this serializer.
asDOMSerializer() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
asDOMSerializer() - Method in interface org.apache.xml.serialize.Serializer
Return a DOMSerializer interface into this serializer.
AT_TARGET - Static variable in interface org.w3c.dom.events.Event
The event is currently being evaluated at the target EventTarget.
atEndOfInput() - Method in class org.apache.xerces.framework.XMLDocumentScanner
Tell if scanner has reached end of input
attlistDecl(int, int) - Method in class com.ibm.xml.parsers.SAXParser
Deprecated. Attlist decl.
attlistDecl(QName, QName, int, boolean, String, int, int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler.DTDHandler
callback for an attribute list declaration.
attlistDecl(QName, QName, int, boolean, String, int, int) - Method in class org.apache.xerces.parsers.DOMParser
<!ATTLIST Name AttDef>
attlistDecl(QName, QName, int, boolean, String, int, int) - Method in class org.apache.xerces.parsers.SAXParser
Report an attribute type declaration.
Attr - interface org.w3c.dom.Attr.
The Attr interface represents an attribute in an Element object.
attrChange - Variable in class org.apache.xerces.dom.events.MutationEventImpl
 
ATTRIBUTE_NODE - Static variable in interface org.w3c.dom.Node
The node is an Attr.
attribute(QName, QName, int) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Signal the scanning of an attribute associated to the previous start element tag.
attributeDecl(String, String, String, String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
attributeDecl(String, String, String, String, String) - Method in interface org.xml.sax.ext.DeclHandler
Report an attribute type declaration.
AttributeList - interface org.xml.sax.AttributeList.
Deprecated. This interface has been replaced by the SAX2 Attributes interface, which includes Namespace support.
AttributeListImpl - class org.xml.sax.helpers.AttributeListImpl.
Deprecated. This class implements a deprecated interface, AttributeList; that interface has been replaced by Attributes, which is implemented in the AttributesImpl 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.
AttributeMap - class org.apache.xerces.dom.AttributeMap.
AttributeMap inherits from NamedNodeMapImpl and extends it to deal with the specifics of storing attributes.
AttributeMap(ElementImpl, NamedNodeMapImpl) - Constructor for class org.apache.xerces.dom.AttributeMap
Constructs a named node map.
attributes - Variable in class org.apache.xerces.dom.ElementDefinitionImpl
Default attributes.
attributes - Variable in class org.apache.xerces.dom.ElementImpl
Attributes.
Attributes - interface org.xml.sax.Attributes.
Interface for a list of XML attributes.
AttributesImpl - class org.xml.sax.helpers.AttributesImpl.
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.
AttrImpl - class org.apache.xerces.dom.AttrImpl.
Attribute represents an XML-style attribute of an Element.
AttrImpl() - Constructor for class org.apache.xerces.dom.AttrImpl
 
AttrImpl(DocumentImpl, String) - Constructor for class org.apache.xerces.dom.AttrImpl
Attribute has no public constructor.
AttrNSImpl - class org.apache.xerces.dom.AttrNSImpl.
AttrNSImpl inherits from AttrImpl and adds namespace support.
AttrNSImpl(DocumentImpl, String) - Constructor for class org.apache.xerces.dom.AttrNSImpl
 
AttrNSImpl(DocumentImpl, String, String) - Constructor for class org.apache.xerces.dom.AttrNSImpl
DOM2: Constructor for Namespace implementation.

Xerces 3.1.1
A B C D E F G H I J K L M N O P R S T U V W X _