Uses of Interface
com.openhtmltopdf.extend.NamespaceHandler
-
Packages that use NamespaceHandler Package Description com.openhtmltopdf.context com.openhtmltopdf.java2d com.openhtmltopdf.layout com.openhtmltopdf.pdfboxout com.openhtmltopdf.simple com.openhtmltopdf.simple.extend -
-
Uses of NamespaceHandler in com.openhtmltopdf.context
Fields in com.openhtmltopdf.context declared as NamespaceHandler Modifier and Type Field Description private NamespaceHandlerStyleReference. _nshprivate NamespaceHandlerStandardAttributeResolver. nshDescription of the FieldMethods in com.openhtmltopdf.context with parameters of type NamespaceHandler Modifier and Type Method Description voidStyleReference. setDocumentContext(SharedContext context, NamespaceHandler nsh, org.w3c.dom.Document doc, UserInterface ui)Sets the documentContext attribute of the StyleReference objectConstructors in com.openhtmltopdf.context with parameters of type NamespaceHandler Constructor Description StandardAttributeResolver(NamespaceHandler nsh, UserAgentCallback uac, UserInterface ui)Constructor for the StandardAttributeResolver object -
Uses of NamespaceHandler in com.openhtmltopdf.java2d
Methods in com.openhtmltopdf.java2d with parameters of type NamespaceHandler Modifier and Type Method Description private voidJava2DRenderer. setDocument(org.w3c.dom.Document doc, java.lang.String url, NamespaceHandler nsh) -
Uses of NamespaceHandler in com.openhtmltopdf.layout
Fields in com.openhtmltopdf.layout declared as NamespaceHandler Modifier and Type Field Description private NamespaceHandlerSharedContext. namespaceHandlerMethods in com.openhtmltopdf.layout that return NamespaceHandler Modifier and Type Method Description NamespaceHandlerLayoutContext. getNamespaceHandler()NamespaceHandlerSharedContext. getNamespaceHandler()Methods in com.openhtmltopdf.layout with parameters of type NamespaceHandler Modifier and Type Method Description voidSharedContext. setNamespaceHandler(NamespaceHandler nh) -
Uses of NamespaceHandler in com.openhtmltopdf.pdfboxout
Methods in com.openhtmltopdf.pdfboxout with parameters of type NamespaceHandler Modifier and Type Method Description private voidPdfBoxFastLinkManager. addUriAsLink(RenderingContext c, Box box, org.apache.pdfbox.pdmodel.PDPage page, float pageHeight, java.awt.geom.AffineTransform transform, org.w3c.dom.Element elem, NamespaceHandler handler, java.lang.String uri, java.awt.Shape linkShape)private voidPdfBoxLinkManager. addUriAsLink(RenderingContext c, Box box, org.apache.pdfbox.pdmodel.PDPage page, float pageHeight, java.awt.geom.AffineTransform transform, org.w3c.dom.Element elem, NamespaceHandler handler, java.lang.String uri, java.awt.Shape linkShape)Deprecated.private voidPdfBoxRenderer. setDocumentP(org.w3c.dom.Document doc, java.lang.String url, NamespaceHandler nsh) -
Uses of NamespaceHandler in com.openhtmltopdf.simple
Classes in com.openhtmltopdf.simple that implement NamespaceHandler Modifier and Type Class Description classNoNamespaceHandlerHandles a general XML document -
Uses of NamespaceHandler in com.openhtmltopdf.simple.extend
Classes in com.openhtmltopdf.simple.extend that implement NamespaceHandler Modifier and Type Class Description classXhtmlCssOnlyNamespaceHandlerHandles xhtml but only css styling is honored, no presentational html attributes (see css 2.1 spec, 6.4.4)classXhtmlNamespaceHandlerHandles xhtml documents, including presentational html attributes (see css 2.1 spec, 6.4.4).
-