public interface SMBufferable
Modifier and Type | Method and Description |
---|---|
boolean |
isBuffered() |
void |
linkParent(SMOutputContainer parent,
boolean blocked)
Method called by a container when bufferable item is linked as its
child.
|
void |
release()
Method called to signal that the node need not be buffered any more
(if not required to do so by parent/children restrictions)
|
void release() throws XMLStreamException
XMLStreamException
boolean isBuffered()
void linkParent(SMOutputContainer parent, boolean blocked) throws XMLStreamException
parent
- Container to attach bufferable instance underblocked
- If true, parent output is blocked (and as the result
so is bufferable's); if false, parent is (and will remain)
unblocked.XMLStreamException
Copyright © 2013 FasterXML. All Rights Reserved.