Ignore isFindBoundary
NoAttribute cannot be inherited...
This commit is contained in:
1 parent
0bf0541606
commit
69d6df044a
1 file changed
+14
-1
+14
-1
@@ -39,7 +39,20 @@ public class AttributeAxisIterator implements Iterator<Attribute> {
|
||||
Long.TYPE, Character.TYPE, Float.TYPE));
|
||||
|
||||
private static final Set<String> FILTERED_OUT_NAMES
|
||||
= new HashSet<>(Arrays.asList("toString", "getNumChildren", "getIndexInParent", "getParent", "getClass", "getRuleIndex", "getXPathNodeName", "altNumber", "toStringTree", "getTypeNameNode", "hashCode", "getImportedNameNode", "getScope"));
|
||||
= new HashSet<>(Arrays.asList("toString",
|
||||
"getNumChildren",
|
||||
"getIndexInParent",
|
||||
"getParent",
|
||||
"getClass",
|
||||
"isFindBoundary",
|
||||
"getRuleIndex",
|
||||
"getXPathNodeName",
|
||||
"altNumber",
|
||||
"toStringTree",
|
||||
"getTypeNameNode",
|
||||
"hashCode",
|
||||
"getImportedNameNode",
|
||||
"getScope"));
|
||||
|
||||
/* Iteration variables */
|
||||
private final Iterator<MethodWrapper> iterator;
|
||||
|
||||
Reference in new issue
Block a user