Uses of Interface
com.openhtmltopdf.extend.NamespaceHandler
Packages that use NamespaceHandler
Package
Description
-
Uses of NamespaceHandler in com.openhtmltopdf.context
Methods in com.openhtmltopdf.context with parameters of type NamespaceHandlerModifier and TypeMethodDescriptionvoidStyleReference.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 NamespaceHandlerModifierConstructorDescriptionConstructor for the StandardAttributeResolver object -
Uses of NamespaceHandler in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout that return NamespaceHandlerModifier and TypeMethodDescriptionLayoutContext.getNamespaceHandler()SharedContext.getNamespaceHandler()Methods in com.openhtmltopdf.layout with parameters of type NamespaceHandler -
Uses of NamespaceHandler in com.openhtmltopdf.simple
Classes in com.openhtmltopdf.simple that implement NamespaceHandler -
Uses of NamespaceHandler in com.openhtmltopdf.simple.extend
Classes in com.openhtmltopdf.simple.extend that implement NamespaceHandlerModifier and TypeClassDescriptionclassHandles xhtml but only css styling is honored, no presentational html attributes (see css 2.1 spec, 6.4.4)classHandles xhtml documents, including presentational html attributes (see css 2.1 spec, 6.4.4).