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 PathAbstractReferenceMarshaller. lastPathprivate PathAbstractReferenceMarshaller.Id. pathMethods in com.thoughtworks.xstream.core that return Path Modifier and Type Method Description PathReferencingMarshallingContext. currentPath()Deprecated.As of 1.4.2protected PathAbstractReferenceMarshaller.Id. getPath()Methods in com.thoughtworks.xstream.core with parameters of type Path Modifier and Type Method Description protected abstract java.lang.StringAbstractReferenceMarshaller. createReference(Path currentPath, java.lang.Object existingReferenceKey)protected java.lang.StringReferenceByIdMarshaller. createReference(Path currentPath, java.lang.Object existingReferenceKey)protected java.lang.StringReferenceByXPathMarshaller. createReference(Path currentPath, java.lang.Object existingReferenceKey)protected abstract java.lang.ObjectAbstractReferenceMarshaller. createReferenceKey(Path currentPath, java.lang.Object item)protected java.lang.ObjectReferenceByIdMarshaller. createReferenceKey(Path currentPath, java.lang.Object item)protected java.lang.ObjectReferenceByXPathMarshaller. 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 PathPathTracker. currentPathprivate static PathPath. DOTMethods in com.thoughtworks.xstream.io.path that return Path Modifier and Type Method Description PathPath. apply(Path relativePath)PathPathTracker. getPath()Current Path in stream.PathPath. relativeTo(Path that)Methods in com.thoughtworks.xstream.io.path with parameters of type Path Modifier and Type Method Description PathPath. apply(Path relativePath)booleanPath. isAncestor(Path child)PathPath. relativeTo(Path that)
-