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 Path
AbstractReferenceMarshaller.lastPath
private Path
AbstractReferenceMarshaller.Id.path
Methods in com.thoughtworks.xstream.core that return PathModifier and TypeMethodDescriptionReferencingMarshallingContext.currentPath()
Deprecated.As of 1.4.2protected Path
AbstractReferenceMarshaller.Id.getPath()
Methods in com.thoughtworks.xstream.core with parameters of type PathModifier and TypeMethodDescriptionprotected abstract String
AbstractReferenceMarshaller.createReference
(Path currentPath, Object existingReferenceKey) protected String
ReferenceByIdMarshaller.createReference
(Path currentPath, Object existingReferenceKey) protected String
ReferenceByXPathMarshaller.createReference
(Path currentPath, Object existingReferenceKey) protected abstract Object
AbstractReferenceMarshaller.createReferenceKey
(Path currentPath, Object item) protected Object
ReferenceByIdMarshaller.createReferenceKey
(Path currentPath, Object item) protected Object
ReferenceByXPathMarshaller.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 Path
PathTracker.currentPath
private static final Path
Path.DOT
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