Class SemanticGroupingNode
- java.lang.Object
-
- org.verapdf.wcag.algorithms.entities.BaseObject
-
- org.verapdf.wcag.algorithms.entities.SemanticNode
-
- org.verapdf.wcag.algorithms.entities.SemanticGroupingNode
-
public class SemanticGroupingNode extends SemanticNode
Allowed semantic types: PART, SECT, DIV, ASIDE, NON_STRUCT (TABLE ???)
-
-
Field Summary
-
Fields inherited from class org.verapdf.wcag.algorithms.entities.SemanticNode
nodeInfo
-
-
Constructor Summary
Constructors Constructor Description SemanticGroupingNode()SemanticGroupingNode(SemanticType initialSemanticType)SemanticGroupingNode(BoundingBox bbox, SemanticType initialSemanticType, SemanticType semanticType)
-
Method Summary
-
Methods inherited from class org.verapdf.wcag.algorithms.entities.SemanticNode
addChild, equals, getAttributesDictionary, getChildren, getCorrectSemanticScore, getDepth, getHasLowestDepthError, getIndex, getInitialSemanticType, getNextNeighbor, getNextNode, getNodeInfo, getParent, getPreviousNeighbor, getPreviousNode, getSemanticType, hashCode, isLeaf, isRoot, setAttributesDictionary, setCorrectSemanticScore, setDepth, setHasLowestDepthError, setIndex, setParent, setSemanticType, toString
-
Methods inherited from class org.verapdf.wcag.algorithms.entities.BaseObject
getBottomY, getBoundingBox, getCenterX, getCenterY, getErrorArguments, getErrorCodes, getHeight, getLastPageNumber, getLeftX, getPageNumber, getRecognizedStructureId, getRightX, getTopY, getWidth, setBoundingBox, setLastPageNumber, setPageNumber, setRecognizedStructureId
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.verapdf.wcag.algorithms.entities.INode
getBoundingBox, getLastPageNumber, setBoundingBox, setLastPageNumber, setPageNumber
-
Methods inherited from interface org.verapdf.wcag.algorithms.entities.IObject
getBottomY, getCenterX, getCenterY, getErrorArguments, getErrorCodes, getHeight, getLeftX, getPageNumber, getRecognizedStructureId, getRightX, getTopY, getWidth, setRecognizedStructureId
-
-
-
-
Constructor Detail
-
SemanticGroupingNode
public SemanticGroupingNode()
-
SemanticGroupingNode
public SemanticGroupingNode(SemanticType initialSemanticType)
-
SemanticGroupingNode
public SemanticGroupingNode(BoundingBox bbox, SemanticType initialSemanticType, SemanticType semanticType)
-
-