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. |
Modifier and Type | Method and Description |
---|---|
SMOutputElement |
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)
|
SMOutputElement |
SMOutputElement.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 |
SMOutputContainer.addElement(SMNamespace ns,
String localName)
Method for adding specified element as a child of this
container.
|
SMOutputElement |
SMOutputContainer.addElement(String localName)
Convenience method (equivalent to
addElement(null, localName); ) for adding an element
that is not in a namespace. |
SMOutputElement |
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.
|
Copyright © 2013 FasterXML. All Rights Reserved.