pdfHTML 2.1.6 API
|
This class keeps track of information regarding link (destinations) that occur in the document. More...
Public Member Functions |
|
LinkContext () | |
Construct an (empty) LinkContext More... |
|
virtual iText.Html2pdf.Attach.Impl.LinkContext | ScanForIds (INode root) |
Scan the DOM tree for all (internal) link targets More... |
|
virtual bool | IsUsedLinkDestination (String linkDestination) |
Returns whether a given (internal) link destination is used by at least one href element in the document More... |
|
This class keeps track of information regarding link (destinations) that occur in the document.
This class keeps track of information regarding link (destinations) that occur in the document. Doing so enables us to drastically trim the amount of PdfDestinations that will end up being included in the document. For performance reasons it was decided to scan the DOM tree only once and store the result in a separate object (this object) in the ProcessorContext.
This class is not reusable and a new instance shall be created for every new conversion process.
|
inline |
Construct an (empty) LinkContext
|
inlinevirtual |
Returns whether a given (internal) link destination is used by at least one href element in the document
linkDestination | link destination |
|
inlinevirtual |
Scan the DOM tree for all (internal) link targets
root | the DOM tree root node |