Uses of Class
tigase.xml.Path
Packages that use Path
-
Uses of Path in tigase.xml
Methods in tigase.xml that return PathModifier and TypeMethodDescriptionstatic @NonNull PathPath.nameAndXmlns(@NonNull String name, @NonNull String xmlns) static @NonNull PathSimplified for to ease transition from String[] to Path.static @NonNull PathPath.of(@NonNull ElementMatcher... matchers) Method for creatingPathfromElementMatchers.static @NonNull PathMethod parsesStringinto pathPath.then(ElementMatcher matcher) Method for building a new path by adding additional element matcher to the end of the pathMethods in tigase.xml with parameters of type PathModifier and TypeMethodDescription@Nullable ElementElement.findChildAt(@NonNull Path path) Method returns first element which matches pathElement.findChildrenAt(@NonNull Path path) Method returns list of children matching path@Nullable StringElement.getAttributeAt(Path path, String name) Method returns value of the attribute of the first element matching path@Nullable StringElement.getCDataAt(@NonNull Path path) Method returns CData value of the first element matching path