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