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 classBuffered 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 classBuffered fragment; starts its life buffered, so that its content are not automatically written to the underlying stream, but only when buffered instance is released.classSimple container class for storing definition of a buffered element attribute.static classstatic classclassprivate static final classprivate static final classprivate static final classclassprivate static final classprivate static final classprivate static final classclassSimple container class for storing definition of a buffered comment node.classclassSimple container class for storing a namespace pre-declarationclassclassBase class for buffered valuesprivate static final classprivate static final classprivate static final classprivate static final classprivate static final classclassIntermediate abstract output class for StaxMate, which is used as the base for all output nodes that can contain other nodes.classOutput class that models a full XML document, with xml declaration.classOutput class that models an outputtable XML element.classConcrete non-buffered fragment (== container) class used as the root level output container.(package private) classIntermediate 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 SMOutputtableSMOutputContainer._firstChildFirst child node that has not yet been completely output to the underlying stream.protected SMOutputtableSMOutputContainer._lastChildLast child node that has not been output to the underlying stream.protected SMOutputtableSMOutputtable._nextMethods in org.codehaus.staxmate.out that return SMOutputtableModifier and TypeMethodDescriptionstatic SMOutputtablestatic SMOutputtableSMOutputContext.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 bySMOutputElementto add buffered namespace pre-declaration.static SMOutputtableSMOCData.createNonShared(char[] buf, int offset, int len) static SMOutputtableSMOCharacters.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 SMOutputtableSMOCData.createShared(char[] buf, int offset, int len) static SMOutputtableSMOCharacters.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 SMOutputtableSMOutputtable.getNext()Methods in org.codehaus.staxmate.out with parameters of type SMOutputtableModifier and TypeMethodDescriptionprotected voidSMBufferedFragment._childReleased(SMOutputtable child) protected abstract voidSMOutputContainer._childReleased(SMOutputtable child) Method called by a child, when it is released and neither is or contains any buffered entities.protected voidSMOutputElement._childReleased(SMOutputtable child) protected voidSMRootFragment._childReleased(SMOutputtable child) protected voidSMOutputContainer._linkNewChild(SMOutputtable n) protected voidSMOutputtable._linkNext(SMOutputtable next)