T - public class PathFilter<T extends Node<T>> extends AbstractFilterImpl<T>
| Constructor and Description |
|---|
PathFilter() |
PathFilter(T node) |
| Modifier and Type | Method and Description |
|---|---|
T |
findNode(String path)
根据名字及其他条件查找节点,如果有多个,也只返回第一个
|
List<T> |
findNodeList(String path)
根据指定路径查找过滤后的元素
|
clearCondition, filteNode, findNode, findNodeList, getNode, init, isRightNode, setExcludeAttribute, setExcludeAttribute, setExcludeByNode, setExcludeNode, setExcludeText, setIncludeAttribute, setIncludeAttribute, setIncludeAttributes, setIncludeByNode, setIncludeNode, setIncludeText, setNodeName, setXorProperties, setXorSubNodepublic PathFilter()
public PathFilter(T node)
public T findNode(String path)
NodeFilterfindNode in interface NodeFilter<T extends Node<T>>findNode in class AbstractFilterImpl<T extends Node<T>>path - 要查找的节点名称Copyright © 2006–2018 TinyGroup. All rights reserved.