org.exist.storage
Class NodePath
java.lang.Object
org.exist.storage.NodePath
- public class NodePath
- extends java.lang.Object
- Author:
- wolf
Field Summary |
static QName |
WILDCARD
(Illegal) QName used as a marker for arbitrary path steps. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WILDCARD
public static final QName WILDCARD
- (Illegal) QName used as a marker for arbitrary path steps.
NodePath
public NodePath()
NodePath
public NodePath(NodePath other)
NodePath
public NodePath(java.util.Map namespaces,
java.lang.String path)
NodePath
public NodePath(java.util.Map namespaces,
java.lang.String path,
boolean includeDescendants)
addComponent
public void addComponent(QName component)
addComponentAtStart
public void addComponentAtStart(QName component)
removeLastComponent
public void removeLastComponent()
match
public final boolean match(NodePath other)
reset
public void reset()
toString
public java.lang.String toString()
Copyright (C) Wolfgang Meier. All rights reserved.