Uses of Interface
com.itextpdf.kernel.pdf.tagging.IStructureNode
-
-
Uses of IStructureNode in com.itextpdf.kernel.pdf.tagging
Classes in com.itextpdf.kernel.pdf.tagging that implement IStructureNode Modifier and Type Class Description class
PdfMcr
Represents Marked Content Reference (MCR) object wrapper.class
PdfMcrDictionary
class
PdfMcrNumber
class
PdfObjRef
class
PdfStructElem
A wrapper for structure element dictionaries (ISO-32000 14.7.2 "Structure Hierarchy").class
PdfStructTreeRoot
Represents a wrapper-class for structure tree root dictionary.Methods in com.itextpdf.kernel.pdf.tagging that return IStructureNode Modifier and Type Method Description private IStructureNode
PdfStructElem. convertPdfObjectToIPdfStructElem(PdfObject obj)
IStructureNode
IStructureNode. getParent()
IStructureNode
PdfMcr. getParent()
IStructureNode
PdfStructElem. getParent()
IStructureNode
PdfStructTreeRoot. getParent()
IStructureNode
PdfStructElem. removeKid(int index)
IStructureNode
PdfStructElem. removeKid(int index, boolean prepareForReAdding)
Methods in com.itextpdf.kernel.pdf.tagging that return types with arguments of type IStructureNode Modifier and Type Method Description java.util.List<IStructureNode>
IStructureNode. getKids()
java.util.List<IStructureNode>
PdfMcr. getKids()
java.util.List<IStructureNode>
PdfStructElem. getKids()
Gets list of the direct kids of structure element.java.util.List<IStructureNode>
PdfStructTreeRoot. getKids()
Gets list of the direct kids of StructTreeRoot.Methods in com.itextpdf.kernel.pdf.tagging with parameters of type IStructureNode Modifier and Type Method Description void
McrCheckUtil.McrTagHandler. nextElement(IStructureNode elem)
Called when the next element is reached during the traversal.int
PdfStructElem. removeKid(IStructureNode kid)
Method parameters in com.itextpdf.kernel.pdf.tagging with type arguments of type IStructureNode Modifier and Type Method Description private void
PdfStructElem. addKidObjectToStructElemList(PdfObject k, java.util.List<IStructureNode> list)
private void
PdfStructTreeRoot. ifKidIsStructElementAddToList(PdfObject kid, java.util.List<IStructureNode> kids)
-
Uses of IStructureNode in com.itextpdf.kernel.pdf.tagutils
Fields in com.itextpdf.kernel.pdf.tagutils declared as IStructureNode Modifier and Type Field Description private IStructureNode
TagTreeIterator. pointer
Methods in com.itextpdf.kernel.pdf.tagutils that return IStructureNode Modifier and Type Method Description (package private) IStructureNode
WaitingTagsManager. flushTag(PdfStructElem tagStruct)
Methods in com.itextpdf.kernel.pdf.tagutils with parameters of type IStructureNode Modifier and Type Method Description boolean
TagTreeIteratorAvoidDuplicatesApprover. approve(IStructureNode elem)
Checks whether the element should be traversed.boolean
TagTreeIteratorElementApprover. approve(IStructureNode elem)
Checks whether the element should be traversed.boolean
TagTreePointer.TagTreeIteratorApproverWithStop. approve(IStructureNode elem)
Deprecated.boolean
WaitingTagsManager.WaitingTagsApprover. approve(IStructureNode elem)
void
ITagTreeIteratorHandler. nextElement(IStructureNode elem)
Called when the next element is reached during the traversal.void
TagTreeIteratorFlusher. nextElement(IStructureNode elem)
Called when the next element is reached during the traversal.void
TagTreePointer.RoleFinderHandler. nextElement(IStructureNode elem)
private void
TagStructureContext. removePageTagFromParent(IStructureNode pageTag, IStructureNode parent)
private void
TagTreeIterator. traverse(IStructureNode elem)
Method parameters in com.itextpdf.kernel.pdf.tagutils with type arguments of type IStructureNode Modifier and Type Method Description private void
RootTagNormalizer. addStructTreeRootKidsToTheRootTag(java.util.List<IStructureNode> rootKids)
(package private) PdfStructElem
RootTagNormalizer. makeSingleStandardRootTag(java.util.List<IStructureNode> rootKids)
Constructors in com.itextpdf.kernel.pdf.tagutils with parameters of type IStructureNode Constructor Description TagTreeIterator(IStructureNode tagTreePointer)
Creates a new instance ofTagTreeIterator
.TagTreeIterator(IStructureNode tagTreePointer, TagTreeIteratorElementApprover approver, TagTreeIterator.TreeTraversalOrder traversalOrder)
Creates a new instance ofTagTreeIterator
. -
Uses of IStructureNode in com.itextpdf.kernel.utils
Methods in com.itextpdf.kernel.utils with parameters of type IStructureNode Modifier and Type Method Description protected void
TaggedPdfReaderTool. inspectKid(IStructureNode kid)
Inspect the child of the StructTreeRoot.Method parameters in com.itextpdf.kernel.utils with type arguments of type IStructureNode Modifier and Type Method Description protected void
TaggedPdfReaderTool. inspectKids(java.util.List<IStructureNode> kids)
Inspect the children of the StructTreeRoot. -
Uses of IStructureNode in com.itextpdf.pdfua.checkers.utils
Methods in com.itextpdf.pdfua.checkers.utils with parameters of type IStructureNode Modifier and Type Method Description PdfStructElem
PdfUAValidationContext. getElementIfRoleMatches(PdfName role, IStructureNode structureNode)
Checks if aIStructureNode
resolved role's is equal to the provided role.static PdfStructElem
TagTreeHandlerUtil. getElementIfRoleMatches(PdfName role, IStructureNode structureNode)
Deprecated.void
AnnotationCheckUtil.AnnotationHandler. nextElement(IStructureNode elem)
Called when the next element is reached during the traversal.void
FormCheckUtil.FormTagHandler. nextElement(IStructureNode elem)
Called when the next element is reached during the traversal.void
FormulaCheckUtil.FormulaTagHandler. nextElement(IStructureNode elem)
Called when the next element is reached during the traversal.void
GraphicsCheckUtil.GraphicsHandler. nextElement(IStructureNode elem)
Called when the next element is reached during the traversal.void
NoteCheckUtil.NoteTagHandler. nextElement(IStructureNode elem)
Called when the next element is reached during the traversal.java.lang.String
PdfUAValidationContext. resolveToStandardRole(IStructureNode node)
Resolves the node's role to a standard role. -
Uses of IStructureNode in com.itextpdf.pdfua.checkers.utils.headings
Methods in com.itextpdf.pdfua.checkers.utils.headings with parameters of type IStructureNode Modifier and Type Method Description void
HeadingsChecker. checkStructElement(IStructureNode structNode)
Checks if structure element has correct heading.private static PdfDictionary
HeadingsChecker. extractPdfDictFromNode(IStructureNode node)
void
HeadingsChecker.HeadingHandler. nextElement(IStructureNode elem)
Called when the next element is reached during the traversal. -
Uses of IStructureNode in com.itextpdf.pdfua.checkers.utils.tables
Methods in com.itextpdf.pdfua.checkers.utils.tables with parameters of type IStructureNode Modifier and Type Method Description private PdfName
TableStructElementIterator. getRole(IStructureNode node)
void
TableCheckUtil.TableHandler. nextElement(IStructureNode elem)
Called when the next element is reached during the traversal.Method parameters in com.itextpdf.pdfua.checkers.utils.tables with type arguments of type IStructureNode Modifier and Type Method Description private java.util.List<PdfStructElem>
TableStructElementIterator. extractAllTrTags(java.util.List<IStructureNode> possibleTrs)
-