Uses of Interface
org.openpdf.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! All the classes
in this package are oriented towards ease-of-use.
-
Uses of NamespaceHandler in org.openpdf.context
Fields in org.openpdf.context declared as NamespaceHandlerModifier and TypeFieldDescriptionprivate @Nullable NamespaceHandlerStyleReference._nshprivate final NamespaceHandlerStandardAttributeResolver.nshMethods in org.openpdf.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.openpdf.context with parameters of type NamespaceHandlerModifierConstructorDescription -
Uses of NamespaceHandler in org.openpdf.layout
Fields in org.openpdf.layout declared as NamespaceHandlerModifier and TypeFieldDescriptionprivate @Nullable NamespaceHandlerSharedContext.namespaceHandlerMethods in org.openpdf.layout that return NamespaceHandlerModifier and TypeMethodDescriptionLayoutContext.getNamespaceHandler()@Nullable NamespaceHandlerSharedContext.getNamespaceHandler()Methods in org.openpdf.layout with parameters of type NamespaceHandler -
Uses of NamespaceHandler in org.openpdf.pdf
Methods in org.openpdf.pdf with parameters of type NamespaceHandlerModifier and TypeMethodDescriptionvoidITextRenderer.setDocument(Document doc, @Nullable String url, NamespaceHandler nsh) -
Uses of NamespaceHandler in org.openpdf.simple
Classes in org.openpdf.simple that implement NamespaceHandler -
Uses of NamespaceHandler in org.openpdf.simple.extend
Classes in org.openpdf.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.openpdf.swing
Methods in org.openpdf.swing with parameters of type NamespaceHandlerModifier and TypeMethodDescriptionvoidBasicPanel.setDocument(InputStream stream, String url, NamespaceHandler nsh) voidBasicPanel.setDocument(String url, NamespaceHandler nsh) private voidJava2DRenderer.setDocument(Document doc, String url, NamespaceHandler nsh) voidRootPanel.setDocument(Document doc, @Nullable String url, NamespaceHandler nsh) voidBasicPanel.setDocumentFromString(String content, @Nullable String url, NamespaceHandler nsh)