|
|||||||||
| Home >> All >> org >> apache >> xalan >> xpath >> [ dtm overview ] | PREV NEXT | ||||||||
A
- addElement(int[]) - Method in class org.apache.xalan.xpath.dtm.ChunkedIntArray.ChunksVector
- appendAccumulatedText() - Method in class org.apache.xalan.xpath.dtm.DTM
- appendAccumulatedText completes the work started by general_characters().
- appendChild(Node) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- appendData(String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- appendNode(int, int, int, int) - Method in class org.apache.xalan.xpath.dtm.DTM
- Wrapper for ChunkedIntArray.append, to automatically update the previous sibling's "next" reference (if necessary) and periodically wake a reader who may have encountered incomplete data and entered a wait state.
- appendSlot(int, int, int, int) - Method in class org.apache.xalan.xpath.dtm.ChunkedIntArray
- Append a 4-integer record to the CIA, starting with record 1.
- attlistDecl(QName, QName, int, boolean, String, int, int) - Method in class org.apache.xalan.xpath.dtm.DTM
- callback for an attribute list declaration.
B
- BLOCKSIZE - Variable in class org.apache.xalan.xpath.dtm.ChunkedIntArray.ChunksVector
- BLOCKSIZE - Static variable in class org.apache.xalan.xpath.dtm.DTMNodeVector
- BLOCKSIZE - Static variable in class org.apache.xalan.xpath.dtm.IntMap
- BLOCKSIZE - Static variable in class org.apache.xalan.xpath.dtm.IntToObjectMap
C
- ChunkedIntArray - class org.apache.xalan.xpath.dtm.ChunkedIntArray.
ChunkedIntArrayis an extensible array of blocks of integers.- ChunkedIntArray(int) - Constructor for class org.apache.xalan.xpath.dtm.ChunkedIntArray
- Create a new CIA with specified record size.
- ChunkedIntArray.ChunksVector - class org.apache.xalan.xpath.dtm.ChunkedIntArray.ChunksVector.
- ChunkedIntArray.ChunksVector() - Constructor for class org.apache.xalan.xpath.dtm.ChunkedIntArray.ChunksVector
- charChunkCount - Variable in class org.apache.xalan.xpath.dtm.DTM
- charChunkStart - Variable in class org.apache.xalan.xpath.dtm.DTM
- charChunks - Variable in class org.apache.xalan.xpath.dtm.DTM
- characters(char[], int, int) - Method in class org.apache.xalan.xpath.dtm.DTM
- SAX API: Accept a chunk of characters for normalization into a Text node.
- characters(char[], int, int, boolean) - Method in class org.apache.xalan.xpath.dtm.DTM
- XMLDocumentHandler API: Accept a chunk of characters for normalization into a Text node.
- characters(int) - Method in class org.apache.xalan.xpath.dtm.DTM
- XMLDocumentHandler API: Accept a chunk of characters for normalization into a Text node.
- checkNode(Node) - Method in class org.apache.xalan.xpath.dtm.DTMLiaison
- Check node to see if it matches this liaison.
- chunkalloc - Static variable in class org.apache.xalan.xpath.dtm.ChunkedIntArray
- chunks - Variable in class org.apache.xalan.xpath.dtm.ChunkedIntArray
- cloneNode(boolean) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- comment(int) - Method in class org.apache.xalan.xpath.dtm.DTM
- XMLDocumentHandler API: Create a Comment node.
- create() - Method in class org.apache.xalan.xpath.dtm.DTMNodeLocatorFactory
- createAttribute(String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- createAttributeNS(String, String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- createCDATASection(String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- createComment(String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- createDocumentFragment() - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- createElement(String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- createElementNS(String, String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- createEntityReference(String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- createProcessingInstruction(String, String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- createTextNode(String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- createXLocatorHandler() - Method in class org.apache.xalan.xpath.dtm.DTMLiaison
- getXLocatorHandler.
- createXLocatorHandler(XPath) - Method in class org.apache.xalan.xpath.dtm.DTMXPath
- getXLocatorHandler.
- currentParent - Variable in class org.apache.xalan.xpath.dtm.DTM
D
- DEBUG - Variable in class org.apache.xalan.xpath.dtm.DTM
- DEBUG_WAITS - Variable in class org.apache.xalan.xpath.dtm.DTM
- DEFAULT_PREFIX_STR - Static variable in class org.apache.xalan.xpath.dtm.DTM
- DISABLE - Variable in class org.apache.xalan.xpath.dtm.DTM
- DTM - class org.apache.xalan.xpath.dtm.DTM.
-
DTMis an XML document model expressed as a table rather than an object tree. - DTM() - Constructor for class org.apache.xalan.xpath.dtm.DTM
- Construct a DTM.
- DTM(ProblemListener) - Constructor for class org.apache.xalan.xpath.dtm.DTM
- Construct a DTM.
- DTMException - exception org.apache.xalan.xpath.dtm.DTMException.
- Simple implementation of DOMException.
- DTMException(short, String) - Constructor for class org.apache.xalan.xpath.dtm.DTMException
- Constructs a DOM/DTM exception.
- DTMException(short) - Constructor for class org.apache.xalan.xpath.dtm.DTMException
- DTMLiaison - class org.apache.xalan.xpath.dtm.DTMLiaison.
- Liaison to Document Table Model (DTM) XML parser -- the default liaison and parser that XSLTProcessor uses to perform transformations.
- DTMLiaison(ErrorHandler) - Constructor for class org.apache.xalan.xpath.dtm.DTMLiaison
- Constructor that takes SAX ErrorHandler as an argument.
- DTMLiaison(XPathEnvSupport) - Constructor for class org.apache.xalan.xpath.dtm.DTMLiaison
- Construct an instance.
- DTMLiaison() - Constructor for class org.apache.xalan.xpath.dtm.DTMLiaison
- Construct an instance.
- DTMNodeLocator - class org.apache.xalan.xpath.dtm.DTMNodeLocator.
- DTMNodeLocator() - Constructor for class org.apache.xalan.xpath.dtm.DTMNodeLocator
- Create a DTMNodeLocator object.
- DTMNodeLocatorFactory - class org.apache.xalan.xpath.dtm.DTMNodeLocatorFactory.
- Implement an XPath factory.
- DTMNodeLocatorFactory() - Constructor for class org.apache.xalan.xpath.dtm.DTMNodeLocatorFactory
- DTMNodeVector - class org.apache.xalan.xpath.dtm.DTMNodeVector.
- Simple class to hold an array of nodes.
- DTMNodeVector() - Constructor for class org.apache.xalan.xpath.dtm.DTMNodeVector
- DTMProxy - class org.apache.xalan.xpath.dtm.DTMProxy.
-
DTMProxypresents a DOM Node API front-end to the DTM model. - DTMProxy(DTM, int, int) - Constructor for class org.apache.xalan.xpath.dtm.DTMProxy
- Create a DTMProxy Node representing a specific Node in a DTM
- DTMProxy(DTM, int) - Constructor for class org.apache.xalan.xpath.dtm.DTMProxy
- Create a DTMProxy Node representing a specific Node in a DTM
- DTMProxy(DTM) - Constructor for class org.apache.xalan.xpath.dtm.DTMProxy
- Create a DTMProxy Node representing the Document Node in a DTM
- DTMProxyMap - class org.apache.xalan.xpath.dtm.DTMProxyMap.
- DTMProxyMap is a quickie (as opposed to quick) implementation of the DOM's NamedNodeMap interface, intended to support DTMProxy's getAttributes() call.
- DTMProxyMap(DTM, int) - Constructor for class org.apache.xalan.xpath.dtm.DTMProxyMap
- Create a getAttributes NamedNodeMap for a given DTM element node
- DTMXPath - class org.apache.xalan.xpath.dtm.DTMXPath.
- Override the createXLocatorHandler method.
- DTMXPath() - Constructor for class org.apache.xalan.xpath.dtm.DTMXPath
- declareEntity(int, int) - Method in class org.apache.xalan.xpath.dtm.DTM
- Declare an entity.
- deleteData(int, int) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- discardLast() - Method in class org.apache.xalan.xpath.dtm.ChunkedIntArray
- Disard the highest-numbered record.
- display(int) - Method in class org.apache.xalan.xpath.dtm.DTM
- DTM development API: Given a node index, write the node's contents in extremely terse form onto Standard Output.
- document - Variable in class org.apache.xalan.xpath.dtm.DTM
- done - Variable in class org.apache.xalan.xpath.dtm.DTM
- dtm - Variable in class org.apache.xalan.xpath.dtm.DTMProxy
- dtm - Variable in class org.apache.xalan.xpath.dtm.DTMProxyMap
- dump() - Method in class org.apache.xalan.xpath.dtm.DTM
- DTM development API: display() all the nodes in the DTM.
- dumpDTM() - Method in class org.apache.xalan.xpath.dtm.DTM
E
- element - Variable in class org.apache.xalan.xpath.dtm.DTMProxyMap
- elementAt(int) - Method in class org.apache.xalan.xpath.dtm.ChunkedIntArray.ChunksVector
- elementDecl(QName, int, int, XMLContentSpec.Provider) - Method in class org.apache.xalan.xpath.dtm.DTM
- <!ELEMENT Name contentspec>
- endCDATA() - Method in class org.apache.xalan.xpath.dtm.DTM
- End CDATA section.
- endDTD() - Method in class org.apache.xalan.xpath.dtm.DTM
- This function will be called at the end of the DTD.
- endDocument() - Method in class org.apache.xalan.xpath.dtm.DTM
- SAX API: End of Document reached.
- endElement(QName) - Method in class org.apache.xalan.xpath.dtm.DTM
- XMLDocumentHandler API: End-tag reached.
- endEntityReference(int, int, int) - Method in class org.apache.xalan.xpath.dtm.DTM
- End entity reference.
- endNamespaceDeclScope(int) - Method in class org.apache.xalan.xpath.dtm.DTM
- Report the end of the scope of a namespace declaration.
- equals(Node) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- Test for equality based on node number.
- equals(Object) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- Test for equality based on node number.
- externalEntityDecl(int, int, int) - Method in class org.apache.xalan.xpath.dtm.DTM
- <!ENTITY Name ExternalID> (external)
- externalPEDecl(int, int, int) - Method in class org.apache.xalan.xpath.dtm.DTM
- <!ENTITY % Name ExternalID> (external)
F
- fAmpIndex - Variable in class org.apache.xalan.xpath.dtm.DTM
- fAposIndex - Variable in class org.apache.xalan.xpath.dtm.DTM
- fCreateEntityReferenceNodes - Variable in class org.apache.xalan.xpath.dtm.DTM
- fGtIndex - Variable in class org.apache.xalan.xpath.dtm.DTM
- fLtIndex - Variable in class org.apache.xalan.xpath.dtm.DTM
- fQuotIndex - Variable in class org.apache.xalan.xpath.dtm.DTM
- fastArray - Variable in class org.apache.xalan.xpath.dtm.ChunkedIntArray
- finalize() - Method in class org.apache.xalan.xpath.dtm.DTM
- fixednames - Static variable in class org.apache.xalan.xpath.dtm.DTM
G
- general_characters(int) - Method in class org.apache.xalan.xpath.dtm.DTM
- Text-accumulator operation for the integer-index version of characters().
- get(int) - Method in class org.apache.xalan.xpath.dtm.DTMNodeVector
- get(int) - Method in class org.apache.xalan.xpath.dtm.IntMap
- get(int) - Method in class org.apache.xalan.xpath.dtm.IntToObjectMap
- getAttribute(String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- getAttributeNS(String, String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- getAttributeNode(String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- getAttributeNodeNS(String, String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- getAttributes() - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- getChildNodes() - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- getCreateEntityReferenceNodes() - Method in class org.apache.xalan.xpath.dtm.DTM
- getDTM() - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- NON-DOM: Return the DTM model
- getDTMNodeNumber() - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- NON-DOM: Return the DTM node number
- getData() - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- getDefaultLocator() - Static method in class org.apache.xalan.xpath.dtm.DTMNodeLocator
- The default locator.
- getDefaultXPathFactory() - Method in class org.apache.xalan.xpath.dtm.DTMLiaison
- Get a factory to create XPaths.
- getDoThreading() - Method in class org.apache.xalan.xpath.dtm.DTMLiaison
- Set whether or not the parse is done on a seperate thread, so the transform can occur at the same time.
- getDoctype() - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- getDocument() - Method in class org.apache.xalan.xpath.dtm.DTM
- Return the document proxy object.
- getDocumentElement() - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- getElementByID(String, Document) - Method in class org.apache.xalan.xpath.dtm.DTMLiaison
- Given an ID, return the element.
- getElementById(String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- getElementsByTagName(String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- getElementsByTagNameNS(String, String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- getFirstAttribute(int) - Method in class org.apache.xalan.xpath.dtm.DTM
- DTM read API: Given a node index, get the index of the node's first child.
- getFirstChild(int) - Method in class org.apache.xalan.xpath.dtm.DTM
- DTM read API: Given a node index, get the index of the node's first child.
- getFirstChild() - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- getIdentifier(String) - Method in class org.apache.xalan.xpath.dtm.DTM
- Get the element identified by the ID.
- getImplementation() - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- getLastChild(int) - Method in class org.apache.xalan.xpath.dtm.DTM
- DTM read API: Given a node index, advance to its last child.
- getLastChild() - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- getLength() - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- getLength() - Method in class org.apache.xalan.xpath.dtm.DTMProxyMap
- Return the number of Attributes on this Element
- getLocalName(int) - Method in class org.apache.xalan.xpath.dtm.DTM
- DTM read API: Given a node index, return its DOM-style localname.
- getLocalName() - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- getLocalNameOfNode(Node) - Method in class org.apache.xalan.xpath.dtm.DTMLiaison
- Returns the local name of the given node.
- getName() - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- getNamedItem(String) - Method in class org.apache.xalan.xpath.dtm.DTMProxyMap
- Return the Attr node having a specific name
- getNamedItemNS(String, String) - Method in class org.apache.xalan.xpath.dtm.DTMProxyMap
- Retrieve a node specified by local name and namespace URI -- DOMLevel 2
- getNamespaceOfNode(Node) - Method in class org.apache.xalan.xpath.dtm.DTMLiaison
- Returns the namespace of the given node.
- getNamespaceURI(int) - Method in class org.apache.xalan.xpath.dtm.DTM
- DTM read API: Given a node index, return its DOM-style namespace URI (As defined in Namespaces, this is the declared URI which this node's prefix -- or default in lieu thereof -- was mapped to.)
- getNamespaceURI() - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- getNextAttribute(int) - Method in class org.apache.xalan.xpath.dtm.DTM
- DTM read API: Given a node index, advance to the next attribute.
- getNextDescendant(int, int) - Method in class org.apache.xalan.xpath.dtm.DTM
- DTM read API: Given a node index, advance to its next descendant.
- getNextNode(int, int) - Method in class org.apache.xalan.xpath.dtm.DTM
- DTM read API: Given a node index, advance to its next sibling.
- getNextPreceding(int, int) - Method in class org.apache.xalan.xpath.dtm.DTM
- DTM read API: Given a node index, advance to the preceding node.
- getNextSibling(int) - Method in class org.apache.xalan.xpath.dtm.DTM
- DTM read API: Given a node index, advance to its next sibling.
- getNextSibling() - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- getNode(int) - Method in class org.apache.xalan.xpath.dtm.DTM
- Return a Node object that represents the index.
- getNodeName(int) - Method in class org.apache.xalan.xpath.dtm.DTM
- DTM read API: Given a node index, return its DOM-style node name.
- getNodeName() - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- getNodeNumber(Node) - Method in class org.apache.xalan.xpath.dtm.DTMLiaison
- getNodeType(int) - Method in class org.apache.xalan.xpath.dtm.DTM
- DTM read API: Given a node index, return its DOM-style node type.
- getNodeType() - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- getNodeValue(int) - Method in class org.apache.xalan.xpath.dtm.DTM
- DTM read API: Given a node index, return its node value.
- getNodeValue() - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- getOwnerDocument() - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- getOwnerElement() - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- getOwnerNode() - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- getParent(int) - Method in class org.apache.xalan.xpath.dtm.DTM
- DTM read API: Given a node index, find its parent node.
- getParentNode() - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- getParentOfNode(Node) - Method in class org.apache.xalan.xpath.dtm.DTMLiaison
- Get the parent of a node.
- getPrecedingOrAncestorOrSelf(int) - Method in class org.apache.xalan.xpath.dtm.DTM
- DTM read API: Given a node index, advance to the preceding node.
- getPrefix(int) - Method in class org.apache.xalan.xpath.dtm.DTM
- DTM read API: Given a node index, return its DOM-style name prefix.
- getPrefix() - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- getPreviousSibling(int) - Method in class org.apache.xalan.xpath.dtm.DTM
- DTM read API: Given a node index, find its preceeding sibling.
- getPreviousSibling() - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- getSpecified() - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- getStringPool() - Method in class org.apache.xalan.xpath.dtm.DTM
- Make the string public.
- getTagName() - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- getTarget() - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- A PI's "target" states what processor channel the PI's data should be directed to.
- getUnparsedEntityURI(String, Document) - Method in class org.apache.xalan.xpath.dtm.DTMLiaison
- The getUnparsedEntityURI function returns the URI of the unparsed entity with the specified name in the same document as the context node (see [3.3 Unparsed Entities]).
- getValue() - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- getXLocatorFromNode(Node) - Method in class org.apache.xalan.xpath.dtm.DTMLiaison
- Get an XLocator provider keyed by node.
- gotslot - Variable in class org.apache.xalan.xpath.dtm.DTM
H
- hasAttribute(String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- hasAttributeNS(String, String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- hasAttributes() - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- Introduced in DOM Level 2.
- hasChildNodes() - Method in class org.apache.xalan.xpath.dtm.DTMProxy
I
- IntMap - class org.apache.xalan.xpath.dtm.IntMap.
- Simple int lookup.
- IntMap() - Constructor for class org.apache.xalan.xpath.dtm.IntMap
- IntToObjectMap - class org.apache.xalan.xpath.dtm.IntToObjectMap.
- Map simple ints to objects.
- IntToObjectMap() - Constructor for class org.apache.xalan.xpath.dtm.IntToObjectMap
- ignorableWhitespace(int) - Method in class org.apache.xalan.xpath.dtm.DTM
- Ignorable whitespace.
- ignorableWhitespace(char[], int, int) - Method in class org.apache.xalan.xpath.dtm.DTM
- SAX API: Accept a chunk of characters for normalization into an ignorable-whitespace Text node.
- ignorableWhitespace(char[], int, int, boolean) - Method in class org.apache.xalan.xpath.dtm.DTM
- XMLDocumentHandler API: Accept a chunk of characters for normalization into an ignorable-whitespace Text node.
- ignorableWhitespace(int, boolean) - Method in class org.apache.xalan.xpath.dtm.DTM
- XMLDocumentHandler API: Accept a chunk of characters for normalization into an ignorable-whitespace Text node.
- importNode(Node, boolean) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- initDefaultEntities() - Method in class org.apache.xalan.xpath.dtm.DTM
- insertBefore(Node, Node) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- insertData(int, String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- intToString(int) - Method in class org.apache.xalan.xpath.dtm.DTM
- Internal routine: Retrieve a string from the symbol table.
- internalEntityDecl(int, int) - Method in class org.apache.xalan.xpath.dtm.DTM
- <!ENTITY Name EntityValue> (internal)
- internalPEDecl(int, int) - Method in class org.apache.xalan.xpath.dtm.DTM
- <!ENTITY % Name EntityValue> (internal)
- internalSubset(int) - Method in class org.apache.xalan.xpath.dtm.DTM
- Report when the internal subset is completely scanned.
- isDefaultNamespaceInEffect() - Method in class org.apache.xalan.xpath.dtm.DTM
- Internal routine: Look up a namespace in the current parent-element's context, by consulting the stacked hashtables.
- isIgnorableText(int) - Method in class org.apache.xalan.xpath.dtm.DTM
- DTM read API: Given a node index, indicate whether the parser marked it as an ignorable-whitespace text node.
- isSupported(String, String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- item(int) - Method in class org.apache.xalan.xpath.dtm.DTMProxyMap
- Return the i'th Attr node bound to this element
L
- lastUsed - Variable in class org.apache.xalan.xpath.dtm.ChunkedIntArray
- localStringPool - Variable in class org.apache.xalan.xpath.dtm.DTM
- lowbits - Static variable in class org.apache.xalan.xpath.dtm.ChunkedIntArray
- lowmask - Static variable in class org.apache.xalan.xpath.dtm.ChunkedIntArray
M
- m_count - Variable in class org.apache.xalan.xpath.dtm.DTMProxyMap
- m_doThreading - Variable in class org.apache.xalan.xpath.dtm.DTMLiaison
- Flag to tell whether or not the parse is done on a seperate thread, so the transform can occur at the same time.
- m_emptyNamespace - Variable in class org.apache.xalan.xpath.dtm.DTM
- Default empty namespace
- m_entities - Variable in class org.apache.xalan.xpath.dtm.DTM
- m_entityNodes - Variable in class org.apache.xalan.xpath.dtm.DTM
- m_firstFree - Variable in class org.apache.xalan.xpath.dtm.IntMap
- m_firstFree - Variable in class org.apache.xalan.xpath.dtm.IntToObjectMap
- m_idMap - Variable in class org.apache.xalan.xpath.dtm.DTM
- m_inputSource - Variable in class org.apache.xalan.xpath.dtm.DTM
- m_isError - Variable in class org.apache.xalan.xpath.dtm.DTM
- m_locater - Static variable in class org.apache.xalan.xpath.dtm.DTMNodeLocator
- The singleton instance of this class.
- m_map - Variable in class org.apache.xalan.xpath.dtm.ChunkedIntArray.ChunksVector
- m_map - Variable in class org.apache.xalan.xpath.dtm.DTMNodeVector
- m_map - Variable in class org.apache.xalan.xpath.dtm.IntMap
- m_map - Variable in class org.apache.xalan.xpath.dtm.IntToObjectMap
- m_mapSize - Variable in class org.apache.xalan.xpath.dtm.ChunkedIntArray.ChunksVector
- m_mapSize - Variable in class org.apache.xalan.xpath.dtm.DTMNodeVector
- m_mapSize - Variable in class org.apache.xalan.xpath.dtm.IntMap
- m_mapSize - Variable in class org.apache.xalan.xpath.dtm.IntToObjectMap
- m_objects - Variable in class org.apache.xalan.xpath.dtm.IntToObjectMap
- m_problemListener - Variable in class org.apache.xalan.xpath.dtm.DTM
- The problem listener for handling problem reports.
- m_proxies - Variable in class org.apache.xalan.xpath.dtm.DTM
- m_throwNewError - Variable in class org.apache.xalan.xpath.dtm.DTM
N
- namespaceTable - Variable in class org.apache.xalan.xpath.dtm.DTM
- Namespace lookup.
- node - Variable in class org.apache.xalan.xpath.dtm.DTMProxy
- nodes - Variable in class org.apache.xalan.xpath.dtm.DTM
- normalize() - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- notationDecl(int, int, int) - Method in class org.apache.xalan.xpath.dtm.DTM
- <!NOTATION Name ExternalId>
O
- org.apache.xalan.xpath.dtm - package org.apache.xalan.xpath.dtm
P
- parse(InputSource) - Method in class org.apache.xalan.xpath.dtm.DTMLiaison
- Parse an XML document.
- pos - Variable in class org.apache.xalan.xpath.dtm.ChunkedIntArray.ChunksVector
- previousSibling - Variable in class org.apache.xalan.xpath.dtm.DTM
- previousSiblingWasParent - Variable in class org.apache.xalan.xpath.dtm.DTM
- processingCDATASection - Variable in class org.apache.xalan.xpath.dtm.DTM
- processingIgnorableWhitespace - Variable in class org.apache.xalan.xpath.dtm.DTM
- processingInstruction(int, int) - Method in class org.apache.xalan.xpath.dtm.DTM
- XMLDocumentHandler API: Create a PI node.
- put(int, DTMProxy) - Method in class org.apache.xalan.xpath.dtm.DTMNodeVector
- put(int, int) - Method in class org.apache.xalan.xpath.dtm.IntMap
- put(int, Object) - Method in class org.apache.xalan.xpath.dtm.IntToObjectMap
R
- readEntry(int, int) - Method in class org.apache.xalan.xpath.dtm.ChunkedIntArray
- Retrieve an integer from the CIA by record number and column within the record, both 0-based (though position 0 is reserved for special purposes).
- readSlot(int, int[]) - Method in class org.apache.xalan.xpath.dtm.ChunkedIntArray
- Retrieve the contents of a record into a user-supplied buffer array.
- removeAttribute(String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- removeAttributeNS(String, String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- removeAttributeNode(Attr) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- removeChild(Node) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- removeNamedItem(String) - Method in class org.apache.xalan.xpath.dtm.DTMProxyMap
- DOM API requires this, but DTM is a read-only model
- removeNamedItemNS(String, String) - Method in class org.apache.xalan.xpath.dtm.DTMProxyMap
- DOM 2 API requires this, but DTM is a read-only model
- replaceChild(Node, Node) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- replaceData(int, int, String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- reset() - Method in class org.apache.xalan.xpath.dtm.DTM
- Override reset so it doesn't release the string pool.
- resolveNamespace(String) - Method in class org.apache.xalan.xpath.dtm.DTM
- Internal routine: Look up a namespace in the current parent-element's context, by consulting the stacked hashtables.
- run() - Method in class org.apache.xalan.xpath.dtm.DTM
- Run the parse thread.
S
- sameNodeAs(Node) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- FUTURE DOM: Test node identity, in lieu of Node==Node
- setAttribute(String, String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- setAttributeNS(String, String, String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- setAttributeNode(Attr) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- setAttributeNodeNS(Attr) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- setCreateEntityReferenceNodes(boolean) - Method in class org.apache.xalan.xpath.dtm.DTM
- This feature determines whether entity references within the document are included in the document tree as EntityReference nodes.
- setData(String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- setDoThreading(boolean) - Method in class org.apache.xalan.xpath.dtm.DTMLiaison
- Set whether or not the parse is done on a seperate thread, so the transform can occur at the same time.
- setFeature(String, boolean) - Method in class org.apache.xalan.xpath.dtm.DTM
- Set the state of any feature in a SAX2 parser.
- setInputSource(InputSource) - Method in class org.apache.xalan.xpath.dtm.DTM
- setNamedItem(Node) - Method in class org.apache.xalan.xpath.dtm.DTMProxyMap
- DOM API requires this, but DTM is a read-only model
- setNamedItemNS(Node) - Method in class org.apache.xalan.xpath.dtm.DTMProxyMap
- DOM 2 API requires this, but DTM is a read-only model
- setNodeValue(String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- setPrefix(String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- setProblemListener(ProblemListener) - Method in class org.apache.xalan.xpath.dtm.DTM
- Set the current problem listener.
- setShouldExpandEntityRefs(boolean) - Method in class org.apache.xalan.xpath.dtm.DTMLiaison
- Set whether or not to expand all entity references in the source and style trees.
- setValue(String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- size() - Method in class org.apache.xalan.xpath.dtm.ChunkedIntArray.ChunksVector
- slotsUsed() - Method in class org.apache.xalan.xpath.dtm.ChunkedIntArray
- slotsize - Variable in class org.apache.xalan.xpath.dtm.ChunkedIntArray
- specialFind(int, int) - Method in class org.apache.xalan.xpath.dtm.ChunkedIntArray
- splitText(int) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- startCDATA() - Method in class org.apache.xalan.xpath.dtm.DTM
- Start CDATA section.
- startDTD(QName, int, int) - Method in class org.apache.xalan.xpath.dtm.DTM
- callback for the start of the DTD This function will be called when a <!DOCTYPE...> declaration is encountered.
- startDTD(int, int, int) - Method in class org.apache.xalan.xpath.dtm.DTM
- This function will be called when a <!DOCTYPE...> declaration is encountered.
- startDocument() - Method in class org.apache.xalan.xpath.dtm.DTM
- XMLDocumentHandler API: Start-of-document recieved.
- startDocument(int, int, int) - Method in class org.apache.xalan.xpath.dtm.DTM
- XMLDocumentHandler API: Start-of-document recieved.
- startElement(QName, XMLAttrList, int) - Method in class org.apache.xalan.xpath.dtm.DTM
- XMLDocumentHandler API: Process element start-tag and its attributes.
- startEntityReference(int, int, int) - Method in class org.apache.xalan.xpath.dtm.DTM
- Start entity reference.
- startNamespaceDeclScope(int, int) - Method in class org.apache.xalan.xpath.dtm.DTM
- Report the start of the scope of a namespace declaration.
- stringToInt(String) - Method in class org.apache.xalan.xpath.dtm.DTM
- Internal routine: Add a string to the symbol table.
- substringData(int, int) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- supports(String, String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
- supportsNodeNumber(Node) - Method in class org.apache.xalan.xpath.dtm.DTMLiaison
- supportsSAX() - Method in class org.apache.xalan.xpath.dtm.DTMLiaison
- Returns true if the liaison supports the SAX DocumentHandler interface.
- symbolList - Variable in class org.apache.xalan.xpath.dtm.DTM
- symbolTable - Variable in class org.apache.xalan.xpath.dtm.DTM
T
- TEXT_CDATA - Variable in class org.apache.xalan.xpath.dtm.DTM
- TEXT_DTM_POOL - Variable in class org.apache.xalan.xpath.dtm.DTM
- TEXT_IGNORABLE - Variable in class org.apache.xalan.xpath.dtm.DTM
- TRACE - Variable in class org.apache.xalan.xpath.dtm.DTM
- textDecl(int, int) - Method in class org.apache.xalan.xpath.dtm.DTM
- Signal the Text declaration of an external entity.
U
- UPDATE_FREQUENCY - Variable in class org.apache.xalan.xpath.dtm.DTM
- unparsedEntityDecl(int, int, int, int) - Method in class org.apache.xalan.xpath.dtm.DTM
- <!ENTITY Name ExternalID NDataDecl> (unparsed)
- update_counter - Variable in class org.apache.xalan.xpath.dtm.DTM
W
- writeEntry(int, int, int) - Method in class org.apache.xalan.xpath.dtm.ChunkedIntArray
- Overwrite the integer found at a specific record and column.
- writeSlot(int, int, int, int, int) - Method in class org.apache.xalan.xpath.dtm.ChunkedIntArray
- Overwrite an entire (4-integer) record at the specified index.
X
- XML4J - Variable in class org.apache.xalan.xpath.dtm.DTM
- xmlDecl(int, int, int) - Method in class org.apache.xalan.xpath.dtm.DTM
- Signal the XML declaration of a document
_
- ____DTDHandling____() - Method in class org.apache.xalan.xpath.dtm.DTM
- ____DTMReadAPI____() - Method in class org.apache.xalan.xpath.dtm.DTM
- ____Diagnostics____() - Method in class org.apache.xalan.xpath.dtm.DTM
- ____DocumentHandler____() - Method in class org.apache.xalan.xpath.dtm.DTM
A B C D E F G H I L M N O P R S T U W X _
|
|||||||||
| Home >> All >> org >> apache >> xalan >> xpath >> [ dtm overview ] | PREV NEXT | ||||||||