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 classBuffered 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 classBuffered fragment; starts its life buffered, so that its content are not automatically written to the underlying stream, but only when buffered instance is released.classOutput class that models a full XML document, with xml declaration.classOutput class that models an outputtable XML element.classConcrete non-buffered fragment (== container) class used as the root level output container.Fields in org.codehaus.staxmate.out declared as SMOutputContainerModifier and TypeFieldDescriptionprotected SMOutputContainerSMOutputContainer._parentParent 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 SMOutputContainerSMOutputContainer.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 TypeMethodDescriptionvoidSMBufferable.linkParent(SMOutputContainer parent, boolean blocked) Method called by a container when bufferable item is linked as its child.voidSMBufferedFragment.linkParent(SMOutputContainer parent, boolean blocked) voidSMOutputElement.linkParent(SMOutputContainer parent, boolean blocked)