Package | Description |
---|---|
org.codehaus.staxmate.out |
Package contains classes for output functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
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. |
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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |
Copyright © 2013 FasterXML. All Rights Reserved.