Uses of Interface
org.xhtmlrenderer.extend.NamespaceHandler
Packages that use NamespaceHandler
Package
Description
Includes those classes you need to render XHTML documents
quickly, right out of the box, and with no special setup needed; start here!
-
Uses of NamespaceHandler in org.xhtmlrenderer.context
Methods in org.xhtmlrenderer.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 org.xhtmlrenderer.context with parameters of type NamespaceHandlerModifierConstructorDescription -
Uses of NamespaceHandler in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return NamespaceHandlerModifier and TypeMethodDescriptionLayoutContext.getNamespaceHandler()@Nullable NamespaceHandlerSharedContext.getNamespaceHandler()Methods in org.xhtmlrenderer.layout with parameters of type NamespaceHandler -
Uses of NamespaceHandler in org.xhtmlrenderer.simple
Classes in org.xhtmlrenderer.simple that implement NamespaceHandler -
Uses of NamespaceHandler in org.xhtmlrenderer.simple.extend
Classes in org.xhtmlrenderer.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). -
Uses of NamespaceHandler in org.xhtmlrenderer.swing
Methods in org.xhtmlrenderer.swing with parameters of type NamespaceHandlerModifier and TypeMethodDescriptionvoidBasicPanel.setDocument(InputStream stream, String url, NamespaceHandler nsh) voidBasicPanel.setDocument(String url, NamespaceHandler nsh) voidRootPanel.setDocument(Document doc, @Nullable String url, NamespaceHandler nsh) voidBasicPanel.setDocumentFromString(String content, @Nullable String url, NamespaceHandler nsh)