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