Uses of Class
com.thoughtworks.xstream.io.path.Path

Packages that use Path
com.thoughtworks.xstream.core   
com.thoughtworks.xstream.io.path Library for tracking paths of nodes in documents using a subset of XPath. 
 

Uses of Path in com.thoughtworks.xstream.core
 

Methods in com.thoughtworks.xstream.core with parameters of type Path
protected  java.lang.String ReferenceByXPathMarshaller.createReference(Path currentPath, java.lang.Object existingReferenceKey)
           
protected  java.lang.Object ReferenceByXPathMarshaller.createReferenceKey(Path currentPath)
           
protected  java.lang.String ReferenceByIdMarshaller.createReference(Path currentPath, java.lang.Object existingReferenceKey)
           
protected  java.lang.Object ReferenceByIdMarshaller.createReferenceKey(Path currentPath)
           
protected abstract  java.lang.String AbstractReferenceMarshaller.createReference(Path currentPath, java.lang.Object existingReferenceKey)
           
protected abstract  java.lang.Object AbstractReferenceMarshaller.createReferenceKey(Path currentPath)
           
 

Constructors in com.thoughtworks.xstream.core with parameters of type Path
AbstractReferenceMarshaller.ReferencedImplicitElementException(java.lang.Object item, Path path)
           
 

Uses of Path in com.thoughtworks.xstream.io.path
 

Methods in com.thoughtworks.xstream.io.path that return Path
 Path PathTracker.getPath()
          Current Path in stream.
 Path Path.relativeTo(Path that)
           
 Path Path.apply(Path relativePath)
           
 

Methods in com.thoughtworks.xstream.io.path with parameters of type Path
 Path Path.relativeTo(Path that)
           
 Path Path.apply(Path relativePath)
           
 boolean Path.isAncestor(Path child)
           
 



Copyright © 2004-2007 XStream. All Rights Reserved.