Uses of Class
com.thoughtworks.xstream.io.path.Path
Packages that use Path
Package
Description
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 that return PathModifier and TypeMethodDescriptionReferencingMarshallingContext.currentPath()Deprecated.As of 1.4.2Methods in com.thoughtworks.xstream.core with parameters of type PathModifier and TypeMethodDescriptionprotected abstract StringAbstractReferenceMarshaller.createReference(Path currentPath, Object existingReferenceKey) protected StringReferenceByIdMarshaller.createReference(Path currentPath, Object existingReferenceKey) protected StringReferenceByXPathMarshaller.createReference(Path currentPath, Object existingReferenceKey) protected abstract ObjectAbstractReferenceMarshaller.createReferenceKey(Path currentPath, Object item) protected ObjectReferenceByIdMarshaller.createReferenceKey(Path currentPath, Object item) protected ObjectReferenceByXPathMarshaller.createReferenceKey(Path currentPath, Object item) Constructors in com.thoughtworks.xstream.core with parameters of type Path -
Uses of Path in com.thoughtworks.xstream.io.path
Methods in com.thoughtworks.xstream.io.path that return PathModifier and TypeMethodDescriptionPathTracker.getPath()Current Path in stream.Path.relativeTo(Path that) Methods in com.thoughtworks.xstream.io.path with parameters of type Path