Uses of Class
org.codehaus.staxmate.out.SMOutputElement
Packages that use SMOutputElement
-
Uses of SMOutputElement in org.codehaus.staxmate.out
Subclasses of SMOutputElement 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.Methods in org.codehaus.staxmate.out that return SMOutputElementModifier and TypeMethodDescriptionSMOutputElement.addAttribute
(String localName, byte[] value) Typed Access write method to use for adding attribute with base64-encoded binary value using appropriate default variant (MIME, no linefeeds)SMOutputElement.addAttribute
(SMNamespace ns, String localName, byte[] value) Typed Access write method to use for adding attribute with base64-encoded binary value using appropriate default variant (MIME, no linefeeds)SMOutputContainer.addElement
(String localName) Convenience method (equivalent toaddElement(null, localName);
) for adding an element that is not in a namespace.SMOutputContainer.addElement
(SMNamespace ns, String localName) Method for adding specified element as a child of this container.SMOutputContainer.addElementWithCharacters
(SMNamespace ns, String localName, String text) Convenience method for adding a child element (that has no attributes) to this container, and adding specified text as child of that child element.