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
Methods in com.thoughtworks.xstream.core that return Path Modifier and Type Method Description PathReferencingMarshallingContext. currentPath()Deprecated.As of 1.4.2Methods 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 ReferencedImplicitElementException(java.lang.Object item, Path path) -
Uses of Path in com.thoughtworks.xstream.io.path
Methods 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)
-