Uses of Interface
org.xhtmlrenderer.extend.NamespaceHandler

Packages that use NamespaceHandler
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.swing   
 

Uses of NamespaceHandler in org.xhtmlrenderer.context
 

Methods in org.xhtmlrenderer.context with parameters of type NamespaceHandler
 void StyleReference.setDocumentContext(SharedContext context, NamespaceHandler nsh, Document doc, UserInterface ui)
          Sets the documentContext attribute of the StyleReference object
 

Constructors in org.xhtmlrenderer.context with parameters of type NamespaceHandler
StandardAttributeResolver(NamespaceHandler nsh, UserAgentCallback uac, UserInterface ui)
          Constructor for the StandardAttributeResolver object
 

Uses of NamespaceHandler in org.xhtmlrenderer.layout
 

Methods in org.xhtmlrenderer.layout that return NamespaceHandler
 NamespaceHandler SharedContext.getNamespaceHandler()
           
 NamespaceHandler LayoutContext.getNamespaceHandler()
           
 

Methods in org.xhtmlrenderer.layout with parameters of type NamespaceHandler
 void SharedContext.setNamespaceHandler(NamespaceHandler nh)
           
 

Uses of NamespaceHandler in org.xhtmlrenderer.simple
 

Classes in org.xhtmlrenderer.simple that implement NamespaceHandler
 class NoNamespaceHandler
          Handles a general XML document
 

Uses of NamespaceHandler in org.xhtmlrenderer.simple.extend
 

Classes in org.xhtmlrenderer.simple.extend that implement NamespaceHandler
 class XhtmlCssOnlyNamespaceHandler
          Handles xhtml but only css styling is honored, no presentational html attributes (see css 2.1 spec, 6.4.4)
 class XhtmlNamespaceHandler
          Handles 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
 void RootPanel.setDocument(Document doc, String url, NamespaceHandler nsh)
           
 void BasicPanel.setDocument(InputStream stream, String url, NamespaceHandler nsh)
           
 void BasicPanel.setDocument(String url, NamespaceHandler nsh)
           
 void BasicPanel.setDocumentFromString(String content, String url, NamespaceHandler nsh)
           
 



Copyright © 2013. All Rights Reserved.