Uses of Interface
org.xhtmlrenderer.extend.NamespaceHandler
-
Packages that use NamespaceHandler Package Description org.xhtmlrenderer.context org.xhtmlrenderer.layout org.xhtmlrenderer.simple Includes those classes you need to render XHTML documents quickly, right out of the box, and with no special setup needed; start here! All the classes in this package are oriented towards ease-of-use.org.xhtmlrenderer.simple.extend org.xhtmlrenderer.simple.xhtml org.xhtmlrenderer.swing -
-
Uses of NamespaceHandler in org.xhtmlrenderer.context
Methods in org.xhtmlrenderer.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 org.xhtmlrenderer.context with parameters of type NamespaceHandler Constructor Description StandardAttributeResolver(NamespaceHandler nsh, UserAgentCallback uac, UserInterface ui) -
Uses of NamespaceHandler in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return NamespaceHandler Modifier and Type Method Description NamespaceHandlerLayoutContext. getNamespaceHandler()NamespaceHandlerSharedContext. getNamespaceHandler()Methods in org.xhtmlrenderer.layout with parameters of type NamespaceHandler Modifier and Type Method Description voidSharedContext. setNamespaceHandler(NamespaceHandler nh) -
Uses of NamespaceHandler in org.xhtmlrenderer.simple
Classes in org.xhtmlrenderer.simple that implement NamespaceHandler Modifier and Type Class Description classNoNamespaceHandlerHandles a general XML document -
Uses of NamespaceHandler in org.xhtmlrenderer.simple.extend
Classes in org.xhtmlrenderer.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 org.xhtmlrenderer.simple.xhtml
Classes in org.xhtmlrenderer.simple.xhtml that implement NamespaceHandler Modifier and Type Class Description classXhtmlNamespaceHandlerHandles 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 NamespaceHandler Modifier and Type Method Description voidBasicPanel. setDocument(InputStream stream, String url, NamespaceHandler nsh)voidBasicPanel. setDocument(String url, NamespaceHandler nsh)voidRootPanel. setDocument(Document doc, String url, NamespaceHandler nsh)voidBasicPanel. setDocumentFromString(String content, String url, NamespaceHandler nsh)
-