Package org.xhtmlrenderer.pdf
Class DocumentSplitter.NamespaceScope
java.lang.Object
org.xhtmlrenderer.pdf.DocumentSplitter.NamespaceScope
- Enclosing class:
DocumentSplitter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List
<DocumentSplitter.Namespace> private final @Nullable DocumentSplitter.NamespaceScope
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
private
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addNamespace
(DocumentSplitter.Namespace namespace) @Nullable DocumentSplitter.NamespaceScope
void
replay
(ContentHandler contentHandler, boolean start) private void
replay
(ContentHandler contentHandler, Set<String> seen, boolean start)
-
Field Details
-
_parent
-
_namespaces
-
-
Constructor Details
-
NamespaceScope
private NamespaceScope() -
NamespaceScope
-
-
Method Details
-
addNamespace
-
replay
- Throws:
SAXException
-
replay
private void replay(ContentHandler contentHandler, Set<String> seen, boolean start) throws SAXException - Throws:
SAXException
-
getParent
-