See: Description
| Interface | Description |
|---|---|
| SMBufferable |
Interface that denotes output objects (fragments, elements) that explicitly
start their life-cycle as buffered (other objects can be implicitly buffered
due to explict ones as parents or previous siblings).
|
| Class | Description |
|---|---|
| SMBufferedElement |
Buffered version of
SMOutputElement; starts its life buffered,
so that it, its attributes and content are not automatically written to the
underlying stream, but only when buffered instance is released. |
| SMBufferedFragment |
Buffered fragment; starts its life buffered,
so that its content are not automatically written to the underlying
stream, but only when buffered instance is released.
|
| SMGlobalNamespace |
Namespace that is global and shared for all
SMOutputContext)s
(~= XML documents or sub-trees). |
| SMLocalNamespace |
Namespace that is local to a specific output context
(
SMOutputContext), think of it as the document or sub-tree
StaxMate will output using a stream writer). |
| SMNamespace |
Abstract base class for all namespace objects (local and global ones).
|
| SMOAttribute |
Simple container class for storing definition of a buffered
element attribute.
|
| SMOAttribute.Binary | |
| SMOAttribute.IntAttribute | |
| SMOCData | |
| SMOCharacters | |
| SMOComment |
Simple container class for storing definition of a buffered
comment node.
|
| SMOEntityRef | |
| SMONamespace |
Simple container class for storing a namespace pre-declaration
|
| SMOProcInstr | |
| SMOTypedValue |
Base class for buffered values
|
| SMOutputContainer |
Intermediate abstract output class for StaxMate, which is used as the base
for all output nodes that can contain other nodes.
|
| SMOutputContext |
Class that encapsulates details about context in which StaxMate output
is done.
|
| SMOutputDocument |
Output class that models a full XML document, with xml declaration.
|
| SMOutputElement |
Output class that models an outputtable XML element.
|
| SMOutputtable |
Basic building block for all outputtable content within StaxMate.
|
| SMRootFragment |
Concrete non-buffered fragment (== container) class used as the root
level output container.
|
Copyright © 2024 FasterXML. All rights reserved.