Class TOCDetectionConsumer
- java.lang.Object
-
- org.verapdf.wcag.algorithms.semanticalgorithms.consumers.TOCDetectionConsumer
-
-
Field Summary
Fields Modifier and Type Field Description static StringNON_CONTENT_REGEX
-
Constructor Summary
Constructors Constructor Description TOCDetectionConsumer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(INode node)voidcheckTOC(INode node)List<Integer>checkTOCIs(List<TOCIInfo> infos, List<INode> children)
-
-
-
Field Detail
-
NON_CONTENT_REGEX
public static final String NON_CONTENT_REGEX
- See Also:
- Constant Field Values
-
-