Package cdc.util.data.paths
Class SPath
- java.lang.Object
-
- cdc.util.data.paths.SPath
-
public final class SPath extends Object
Simple path.It must have the form:
(part/)*partor(part(/part)*)@part- Author:
- Damien Carbonne
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getParts()booleanisAttribute()booleanmatchesAttribute(Element parent, String name)booleanmatchesElement(Parent parent)booleanmatchesElement(Parent parent, String name)StringtoString()
-