Uses of Interface
com.itextpdf.kernel.pdf.tagging.IStructureNode
Packages that use IStructureNode
Package
Description
-
Uses of IStructureNode in com.itextpdf.kernel.pdf.tagging
Classes in com.itextpdf.kernel.pdf.tagging that implement IStructureNodeModifier and TypeClassDescriptionclassRepresents Marked Content Reference (MCR) object wrapper.classclassclassclassA wrapper for structure element dictionaries (ISO-32000 14.7.2 "Structure Hierarchy").classRepresents a wrapper-class for structure tree root dictionary.Methods in com.itextpdf.kernel.pdf.tagging that return IStructureNodeModifier and TypeMethodDescriptionIStructureNode.getParent()PdfMcr.getParent()PdfStructElem.getParent()PdfStructTreeRoot.getParent()PdfStructElem.removeKid(int index) PdfStructElem.removeKid(int index, boolean prepareForReAdding) Methods in com.itextpdf.kernel.pdf.tagging that return types with arguments of type IStructureNodeModifier and TypeMethodDescriptionIStructureNode.getKids()PdfMcr.getKids()PdfStructElem.getKids()Gets list of the direct kids of structure element.PdfStructTreeRoot.getKids()Gets list of the direct kids of StructTreeRoot.Methods in com.itextpdf.kernel.pdf.tagging with parameters of type IStructureNode -
Uses of IStructureNode in com.itextpdf.kernel.pdf.tagutils
Methods in com.itextpdf.kernel.pdf.tagutils with parameters of type IStructureNodeModifier and TypeMethodDescriptionbooleanAbstractAvoidDuplicatesTagTreeIteratorHandler.accept(IStructureNode node) booleanITagTreeIteratorHandler.accept(IStructureNode node) Checks whether the element should be traversed.booleanTagTreeIteratorFlusher.accept(IStructureNode node) voidITagTreeIteratorHandler.processElement(IStructureNode elem) Called when the next element is reached during the traversal to process it.voidTagTreeIteratorFlusher.processElement(IStructureNode elem) Constructors in com.itextpdf.kernel.pdf.tagutils with parameters of type IStructureNodeModifierConstructorDescriptionTagTreeIterator(IStructureNode tagTreePointer) Creates a new instance ofTagTreeIterator.TagTreeIterator(IStructureNode tagTreePointer, 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 IStructureNodeModifier and TypeMethodDescriptionprotected voidTaggedPdfReaderTool.inspectKid(IStructureNode kid) Inspect the child of the StructTreeRoot.Method parameters in com.itextpdf.kernel.utils with type arguments of type IStructureNodeModifier and TypeMethodDescriptionprotected voidTaggedPdfReaderTool.inspectKids(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 IStructureNodeModifier and TypeMethodDescriptionbooleanAnnotationCheckUtil.AnnotationHandler.accept(IStructureNode node) Deprecated.booleanFormCheckUtil.FormTagHandler.accept(IStructureNode node) Deprecated.booleanFormulaCheckUtil.FormulaTagHandler.accept(IStructureNode node) booleanGraphicsCheckUtil.GraphicsHandler.accept(IStructureNode node) booleanNoteCheckUtil.NoteTagHandler.accept(IStructureNode node) Deprecated.PdfUAValidationContext.getElementIfRoleMatches(PdfName role, IStructureNode structureNode) Checks if aIStructureNoderesolved role's is equal to the provided role.voidAnnotationCheckUtil.AnnotationHandler.processElement(IStructureNode elem) Deprecated.voidFormCheckUtil.FormTagHandler.processElement(IStructureNode elem) Deprecated.voidFormulaCheckUtil.FormulaTagHandler.processElement(IStructureNode elem) voidGraphicsCheckUtil.GraphicsHandler.processElement(IStructureNode elem) voidNoteCheckUtil.NoteTagHandler.processElement(IStructureNode elem) Deprecated.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 IStructureNodeModifier and TypeMethodDescriptionbooleanHeadingsChecker.HeadingHandler.accept(IStructureNode node) Deprecated.voidHeadingsChecker.checkStructElement(IStructureNode structNode) Deprecated.Checks if structure element has correct heading.voidHeadingsChecker.HeadingHandler.processElement(IStructureNode elem) Deprecated. -
Uses of IStructureNode in com.itextpdf.pdfua.checkers.utils.tables
Methods in com.itextpdf.pdfua.checkers.utils.tables with parameters of type IStructureNodeModifier and TypeMethodDescriptionbooleanTableCheckUtil.TableHandler.accept(IStructureNode node) voidTableCheckUtil.TableHandler.processElement(IStructureNode elem) -
Uses of IStructureNode in com.itextpdf.pdfua.checkers.utils.ua1
Methods in com.itextpdf.pdfua.checkers.utils.ua1 with parameters of type IStructureNodeModifier and TypeMethodDescriptionbooleanPdfUA1AnnotationChecker.PdfUA1AnnotationHandler.accept(IStructureNode node) booleanPdfUA1FormChecker.PdfUA1FormTagHandler.accept(IStructureNode node) booleanPdfUA1FormulaChecker.PdfUA1FormulaTagHandler.accept(IStructureNode node) booleanPdfUA1HeadingsChecker.PdfUA1HeadingHandler.accept(IStructureNode node) booleanPdfUA1ListChecker.PdfUA1ListHandler.accept(IStructureNode node) booleanPdfUA1NotesChecker.PdfUA1NotesTagHandler.accept(IStructureNode node) static voidPdfUA1AnnotationChecker.checkElement(PdfUAValidationContext context, IStructureNode elem) voidPdfUA1FormulaChecker.checkStructElement(IStructureNode elem) Checks "Formula" structure element.voidPdfUA1HeadingsChecker.checkStructElement(IStructureNode structNode) Checks if structure element has correct heading.voidPdfUA1ListChecker.checkStructElement(IStructureNode structNode) Checks if list element has correct tag structure according to PDF/UA-1 specification.voidPdfUA1AnnotationChecker.PdfUA1AnnotationHandler.processElement(IStructureNode elem) voidPdfUA1FormChecker.PdfUA1FormTagHandler.processElement(IStructureNode elem) voidPdfUA1FormulaChecker.PdfUA1FormulaTagHandler.processElement(IStructureNode elem) voidPdfUA1HeadingsChecker.PdfUA1HeadingHandler.processElement(IStructureNode elem) voidPdfUA1ListChecker.PdfUA1ListHandler.processElement(IStructureNode elem) voidPdfUA1NotesChecker.PdfUA1NotesTagHandler.processElement(IStructureNode elem) -
Uses of IStructureNode in com.itextpdf.pdfua.checkers.utils.ua2
Methods in com.itextpdf.pdfua.checkers.utils.ua2 with parameters of type IStructureNodeModifier and TypeMethodDescriptionbooleanPdfUA2AnnotationChecker.PdfUA2AnnotationHandler.accept(IStructureNode node) booleanPdfUA2FormChecker.PdfUA2FormTagHandler.accept(IStructureNode node) booleanPdfUA2FormulaChecker.PdfUA2FormulaTagHandler.accept(IStructureNode node) booleanPdfUA2HeadingsChecker.PdfUA2HeadingHandler.accept(IStructureNode node) booleanPdfUA2LinkChecker.PdfUA2LinkAnnotationHandler.accept(IStructureNode node) booleanPdfUA2ListChecker.PdfUA2ListHandler.accept(IStructureNode node) booleanPdfUA2NotesChecker.PdfUA2NotesHandler.accept(IStructureNode node) booleanPdfUA2TableOfContentsChecker.PdfUA2TableOfContentsHandler.accept(IStructureNode node) voidPdfUA2FormChecker.checkFormStructElement(IStructureNode elem) Checks "Form" structure element.voidPdfUA2TableOfContentsChecker.checkRefInTociStructElement(IStructureNode structNode) Checks that table of contents item identifies the target of the reference according to PDF/UA-2 specification.voidPdfUA2FormulaChecker.checkStructElement(IStructureNode elem) Checks if "math" structure element from "MathML" namespace is enclosed within "Formula" tag.voidPdfUA2HeadingsChecker.checkStructElement(IStructureNode structNode) Checks if layout element has correct heading according to PDF/UA-2 specification.voidPdfUA2ListChecker.checkStructElement(IStructureNode structNode) Checks if list element has correct tag structure according to PDF/UA-2 specification.voidPdfUA2NotesChecker.checkStructElement(IStructureNode elem) Checks if Note and FENote elements are correct according to PDF/UA-2 specification.voidPdfUA2AnnotationChecker.PdfUA2AnnotationHandler.processElement(IStructureNode elem) voidPdfUA2FormChecker.PdfUA2FormTagHandler.processElement(IStructureNode elem) voidPdfUA2FormulaChecker.PdfUA2FormulaTagHandler.processElement(IStructureNode elem) voidPdfUA2HeadingsChecker.PdfUA2HeadingHandler.processElement(IStructureNode elem) voidPdfUA2LinkChecker.PdfUA2LinkAnnotationHandler.processElement(IStructureNode elem) voidPdfUA2ListChecker.PdfUA2ListHandler.processElement(IStructureNode elem) voidPdfUA2NotesChecker.PdfUA2NotesHandler.processElement(IStructureNode elem) voidPdfUA2TableOfContentsChecker.PdfUA2TableOfContentsHandler.processElement(IStructureNode elem)