Class SemanticList
- java.lang.Object
-
- org.verapdf.wcag.algorithms.entities.SemanticNode
-
- org.verapdf.wcag.algorithms.entities.SemanticList
-
- All Implemented Interfaces:
INode
public class SemanticList extends SemanticNode
-
-
Field Summary
-
Fields inherited from class org.verapdf.wcag.algorithms.entities.SemanticNode
nodeInfo
-
-
Constructor Summary
Constructors Constructor Description SemanticList(INode node)
-
Method Summary
-
Methods inherited from class org.verapdf.wcag.algorithms.entities.SemanticNode
addChild, equals, getBottomY, getBoundingBox, getChildren, getCorrectSemanticScore, getDepth, getHasHighestErrorLevel, getIndex, getInitialSemanticType, getLastPageNumber, getLeftX, getNextNeighbor, getNodeInfo, getPageNumber, getParent, getPreviousNeighbor, getRecognizedStructureId, getRightX, getSemanticType, getTopY, hashCode, isLeaf, isRoot, setBoundingBox, setCorrectSemanticScore, setDepth, setHasHighestErrorLevel, setIndex, setLastPageNumber, setPageNumber, setParent, setRecognizedStructureId, setSemanticType, toString
-
-
-
-
Constructor Detail
-
SemanticList
public SemanticList(INode node)
-
-