Uses of Class
org.codehaus.staxmate.out.SMOutputContainer
Packages that use SMOutputContainer
-
Uses of SMOutputContainer in org.codehaus.staxmate.out
Subclasses of SMOutputContainer in org.codehaus.staxmate.outModifier 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.class
Output class that models a full XML document, with xml declaration.class
Output class that models an outputtable XML element.class
Concrete non-buffered fragment (== container) class used as the root level output container.Fields in org.codehaus.staxmate.out declared as SMOutputContainerModifier and TypeFieldDescriptionprotected SMOutputContainer
SMOutputContainer._parent
Parent of this container; null for root-level entities, as well as not-yet-linked buffered containers.Methods in org.codehaus.staxmate.out with type parameters of type SMOutputContainerModifier and TypeMethodDescription<T extends SMOutputContainer>
TSMOutputContainer.addValue
(byte[] value) Typed output method for outputting binary value (encoded using default Base64 encoding variant) as (textual) xml content.<T extends SMOutputContainer>
TSMOutputContainer.addValue
(byte[] value, int offset, int length) Typed output method for outputting binary value (encoded using default Base64 encoding variant) as (textual) xml content.Methods in org.codehaus.staxmate.out that return SMOutputContainerModifier and TypeMethodDescriptionfinal SMOutputContainer
SMOutputContainer.getParent()
Method to use for getting parent of this container, which is null for root-level containers (document, fragment).Methods in org.codehaus.staxmate.out with parameters of type SMOutputContainerModifier and TypeMethodDescriptionvoid
SMBufferable.linkParent
(SMOutputContainer parent, boolean blocked) Method called by a container when bufferable item is linked as its child.void
SMBufferedFragment.linkParent
(SMOutputContainer parent, boolean blocked) void
SMOutputElement.linkParent
(SMOutputContainer parent, boolean blocked)