Uses of Interface
org.codehaus.staxmate.out.SMBufferable
Packages that use SMBufferable
-
Uses of SMBufferable in org.codehaus.staxmate.out
Classes in org.codehaus.staxmate.out that implement SMBufferableModifier 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.Methods in org.codehaus.staxmate.out that return SMBufferableModifier and TypeMethodDescriptionSMOutputContainer.addAndReleaseBuffered
(SMBufferable buffered) Method for appending specified buffered output element as child of this container, and releasing it if it is still buffered.SMOutputContainer.addBuffered
(SMBufferable buffered) Methods in org.codehaus.staxmate.out with parameters of type SMBufferableModifier and TypeMethodDescriptionSMOutputContainer.addAndReleaseBuffered
(SMBufferable buffered) Method for appending specified buffered output element as child of this container, and releasing it if it is still buffered.SMOutputContainer.addBuffered
(SMBufferable buffered)