Uses of Interface
com.openhtmltopdf.extend.NamespaceHandler
-
Packages that use NamespaceHandler Package Description com.openhtmltopdf.context com.openhtmltopdf.layout com.openhtmltopdf.simple com.openhtmltopdf.simple.extend com.openhtmltopdf.simple.xhtml -
-
Uses of NamespaceHandler in com.openhtmltopdf.context
Methods in com.openhtmltopdf.context with parameters of type NamespaceHandler Modifier and Type Method Description voidStyleReference. setDocumentContext(SharedContext context, NamespaceHandler nsh, 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.layout
Methods 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.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). -
Uses of NamespaceHandler in com.openhtmltopdf.simple.xhtml
Classes in com.openhtmltopdf.simple.xhtml that implement NamespaceHandler Modifier and Type Class Description classXhtmlNamespaceHandlerDeprecated.
-