Uses of Interface
org.xhtmlrenderer.extend.NamespaceHandler
Packages that use NamespaceHandler
Package
Description
-
Uses of NamespaceHandler in org.xhtmlrenderer.context
Methods in org.xhtmlrenderer.context with parameters of type NamespaceHandlerModifier and TypeMethodDescriptionvoid
StyleReference.setDocumentContext
(SharedContext context, NamespaceHandler nsh, Document doc, UserInterface ui) Sets the documentContext attribute of the StyleReference objectConstructors in org.xhtmlrenderer.context with parameters of type NamespaceHandlerModifierConstructorDescriptionConstructor for the StandardAttributeResolver object -
Uses of NamespaceHandler in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return NamespaceHandlerModifier and TypeMethodDescriptionLayoutContext.getNamespaceHandler()
SharedContext.getNamespaceHandler()
Methods in org.xhtmlrenderer.layout with parameters of type NamespaceHandler -
Uses of NamespaceHandler in org.xhtmlrenderer.pdf
Methods in org.xhtmlrenderer.pdf with parameters of type NamespaceHandlerModifier and TypeMethodDescriptionvoid
ITextRenderer.setDocument
(Document doc, String url, NamespaceHandler nsh) -
Uses of NamespaceHandler in org.xhtmlrenderer.simple.extend
Classes in org.xhtmlrenderer.simple.extend that implement NamespaceHandlerModifier and TypeClassDescriptionclass
Handles xhtml but only css styling is honored, no presentational html attributes (see css 2.1 spec, 6.4.4)class
Handles xhtml documents, including presentational html attributes (see css 2.1 spec, 6.4.4). -
Uses of NamespaceHandler in org.xhtmlrenderer.swing
Classes in org.xhtmlrenderer.swing that implement NamespaceHandlerMethods in org.xhtmlrenderer.swing with parameters of type NamespaceHandlerModifier and TypeMethodDescriptionvoid
BasicPanel.setDocument
(InputStream stream, String url, NamespaceHandler nsh) void
BasicPanel.setDocument
(String url, NamespaceHandler nsh) void
RootPanel.setDocument
(Document doc, String url, NamespaceHandler nsh) void
BasicPanel.setDocumentFromString
(String content, String url, NamespaceHandler nsh)