Enhydra 3.1 API

org.apache.xalan.xpath.dtm
Class DTMNodeLocator

java.lang.Object
  |
  +--org.apache.xalan.xpath.SimpleNodeLocator
        |
        +--org.apache.xalan.xpath.dtm.DTMNodeLocator

public class DTMNodeLocator
extends SimpleNodeLocator

See Also:
Serialized Form

Constructor Summary
DTMNodeLocator()
          Create a DTMNodeLocator object.
 
Method Summary
static XLocator getDefaultLocator()
          The default locator.
 
Methods inherited from class org.apache.xalan.xpath.SimpleNodeLocator
connect, connectToNodes, doPredicate, factory, findAncestors, findAncestorsOrSelf, findAttributes, findChildren, findDescendants, findFollowing, findFollowingSiblings, findNamespace, findNodeSet, findNodesOnUnknownAxis, findParent, findPreceding, findPrecedingSiblings, findRoot, findSelf, locationPath, locationPathPattern, nodeTest, predicate, predicates, query, step, stepPattern, union
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DTMNodeLocator

public DTMNodeLocator()
Create a DTMNodeLocator object.
Method Detail

getDefaultLocator

public static XLocator getDefaultLocator()
The default locator.

Enhydra 3.1 API