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 NamespaceHandler
StyleReference. _nsh
private NamespaceHandler
StandardAttributeResolver. nsh
Description of the FieldMethods in com.openhtmltopdf.context with parameters of type NamespaceHandler Modifier and Type Method Description void
StyleReference. 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 void
Java2DRenderer. 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 NamespaceHandler
SharedContext. namespaceHandler
Methods in com.openhtmltopdf.layout that return NamespaceHandler Modifier and Type Method Description NamespaceHandler
LayoutContext. getNamespaceHandler()
NamespaceHandler
SharedContext. getNamespaceHandler()
Methods in com.openhtmltopdf.layout with parameters of type NamespaceHandler Modifier and Type Method Description void
SharedContext. 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 void
PdfBoxFastLinkManager. 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 void
PdfBoxLinkManager. 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 void
PdfBoxRenderer. 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 class
NoNamespaceHandler
Handles 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 class
XhtmlCssOnlyNamespaceHandler
Handles xhtml but only css styling is honored, no presentational html attributes (see css 2.1 spec, 6.4.4)class
XhtmlNamespaceHandler
Handles xhtml documents, including presentational html attributes (see css 2.1 spec, 6.4.4).
-