Ignore isFindBoundary

NoAttribute cannot be inherited...
This commit is contained in:
Clément Fournier committed 2020-12-01 16:07:33 +01:00
1 parent 0bf0541606
commit 69d6df044a
1 file changed
+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;