Uses of Class
com.thoughtworks.xstream.io.path.Path
-
Packages that use Path Package Description 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
Fields in com.thoughtworks.xstream.core declared as Path Modifier and Type Field Description private Path
AbstractReferenceMarshaller. lastPath
private Path
AbstractReferenceMarshaller.Id. path
Methods in com.thoughtworks.xstream.core that return Path Modifier and Type Method Description Path
ReferencingMarshallingContext. currentPath()
Deprecated.As of 1.4.2protected Path
AbstractReferenceMarshaller.Id. getPath()
Methods in com.thoughtworks.xstream.core with parameters of type Path Modifier and Type Method Description protected abstract java.lang.String
AbstractReferenceMarshaller. createReference(Path currentPath, java.lang.Object existingReferenceKey)
protected java.lang.String
ReferenceByIdMarshaller. createReference(Path currentPath, java.lang.Object existingReferenceKey)
protected java.lang.String
ReferenceByXPathMarshaller. createReference(Path currentPath, java.lang.Object existingReferenceKey)
protected abstract java.lang.Object
AbstractReferenceMarshaller. createReferenceKey(Path currentPath, java.lang.Object item)
protected java.lang.Object
ReferenceByIdMarshaller. createReferenceKey(Path currentPath, java.lang.Object item)
protected java.lang.Object
ReferenceByXPathMarshaller. createReferenceKey(Path currentPath, java.lang.Object item)
Constructors in com.thoughtworks.xstream.core with parameters of type Path Constructor Description Id(java.lang.Object item, Path path)
ReferencedImplicitElementException(java.lang.Object item, Path path)
-
Uses of Path in com.thoughtworks.xstream.io.path
Fields in com.thoughtworks.xstream.io.path declared as Path Modifier and Type Field Description private Path
PathTracker. currentPath
private static Path
Path. DOT
Methods in com.thoughtworks.xstream.io.path that return Path Modifier and Type Method Description Path
Path. apply(Path relativePath)
Path
PathTracker. getPath()
Current Path in stream.Path
Path. relativeTo(Path that)
Methods in com.thoughtworks.xstream.io.path with parameters of type Path Modifier and Type Method Description Path
Path. apply(Path relativePath)
boolean
Path. isAncestor(Path child)
Path
Path. relativeTo(Path that)
-