Uses of Class
org.codehaus.staxmate.out.SMOutputtable
Packages that use SMOutputtable
-
Uses of SMOutputtable in org.codehaus.staxmate.out
Subclasses of SMOutputtable in org.codehaus.staxmate.outModifier and TypeClassDescriptionfinal class
Buffered version ofSMOutputElement
; 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.final class
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.class
Simple container class for storing definition of a buffered element attribute.static class
static class
class
private static final class
private static final class
private static final class
class
private static final class
private static final class
private static final class
class
Simple container class for storing definition of a buffered comment node.class
class
Simple container class for storing a namespace pre-declarationclass
class
Base class for buffered valuesprivate static final class
private static final class
private static final class
private static final class
private static final class
class
Intermediate abstract output class for StaxMate, which is used as the base for all output nodes that can contain other nodes.class
Output class that models a full XML document, with xml declaration.class
Output class that models an outputtable XML element.class
Concrete non-buffered fragment (== container) class used as the root level output container.(package private) class
Intermediate base class used for simple (non-container) output nodes; comments, processing instructions, text, CDATA and entities.Fields in org.codehaus.staxmate.out declared as SMOutputtableModifier and TypeFieldDescriptionprotected SMOutputtable
SMOutputContainer._firstChild
First child node that has not yet been completely output to the underlying stream.protected SMOutputtable
SMOutputContainer._lastChild
Last child node that has not been output to the underlying stream.protected SMOutputtable
SMOutputtable._next
Methods in org.codehaus.staxmate.out that return SMOutputtableModifier and TypeMethodDescriptionstatic SMOutputtable
static SMOutputtable
SMOutputContext.createAttribute
(SMNamespace ns, String localName, byte[] value) SMOutputContext.createAttribute
(SMNamespace ns, String localName, int value) SMOutputContext.createAttribute
(SMNamespace ns, String localName, String value) SMOutputContext.createCData
(char[] buf, int offset, int len) SMOutputContext.createCData
(String text) SMOutputContext.createCharacters
(char[] buf, int offset, int len) SMOutputContext.createCharacters
(String text) SMOutputContext.createComment
(String text) SMOutputContext.createEntityRef
(String name) SMOutputContext.createNamespace
(SMNamespace ns, SMNamespace parentDefaultNS, int parentNsCount) Method called bySMOutputElement
to add buffered namespace pre-declaration.static SMOutputtable
SMOCData.createNonShared
(char[] buf, int offset, int len) static SMOutputtable
SMOCharacters.createNonShared
(char[] buf, int offset, int len) SMOutputContext.createNonSharedCData
(char[] buf, int offset, int len) Specialized alternative to {link #createCData(char[],int,int)} that can count on the passed char array NOT being shared.SMOutputContext.createNonSharedCharacters
(char[] buf, int offset, int len) Specialized alternative to {link #createCharacters(char[],int,int)} that can count on the passed char array NOT being shared.SMOutputContext.createProcessingInstruction
(String target, String data) static SMOutputtable
SMOCData.createShared
(char[] buf, int offset, int len) static SMOutputtable
SMOCharacters.createShared
(char[] buf, int offset, int len) SMOutputContext.createValue
(boolean value) SMOutputContext.createValue
(byte[] buffer) SMOutputContext.createValue
(byte[] buffer, int offset, int length) SMOutputContext.createValue
(double value) SMOutputContext.createValue
(int value) SMOutputContext.createValue
(long value) protected SMOutputtable
SMOutputtable.getNext()
Methods in org.codehaus.staxmate.out with parameters of type SMOutputtableModifier and TypeMethodDescriptionprotected void
SMBufferedFragment._childReleased
(SMOutputtable child) protected abstract void
SMOutputContainer._childReleased
(SMOutputtable child) Method called by a child, when it is released and neither is or contains any buffered entities.protected void
SMOutputElement._childReleased
(SMOutputtable child) protected void
SMRootFragment._childReleased
(SMOutputtable child) protected void
SMOutputContainer._linkNewChild
(SMOutputtable n) protected void
SMOutputtable._linkNext
(SMOutputtable next)