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
Fields in com.thoughtworks.xstream.core declared as PathModifier and TypeFieldDescriptionprivate PathAbstractReferenceMarshaller.lastPathprivate PathAbstractReferenceMarshaller.Id.pathMethods in com.thoughtworks.xstream.core that return PathModifier and TypeMethodDescriptionReferencingMarshallingContext.currentPath()Deprecated.As of 1.4.2protected PathAbstractReferenceMarshaller.Id.getPath()Methods 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
Fields in com.thoughtworks.xstream.io.path declared as PathModifier and TypeFieldDescriptionprivate PathPathTracker.currentPathprivate static final PathPath.DOTMethods 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