|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectXPathBuilder
public class XPathBuilder
convenience class for building a path. Entries must be added from back to front. Very little checking is done.
Constructor Summary | |
---|---|
XPathBuilder(long source,
long dest,
XDirectory<TriDigest> triDir,
TriEncoder encoder)
|
Method Summary | |
---|---|
void |
addEntry(XPathEntry xpe)
|
XPath |
toPath()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XPathBuilder(long source, long dest, XDirectory<TriDigest> triDir, TriEncoder encoder)
Method Detail |
---|
public void addEntry(XPathEntry xpe)
public XPath toPath()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |