Frames | No Frames |
c
without an escape sequence like &#ddd;.XMLWriterImpl
,
using thejava.nio.charset.Charset
from Java 1.4.pNode
into a
stream of SAX events, which are fired into the
content handler pHandler
.pNode
.LINE_SIZE
and the separator
LINE_SEPARATOR
.Writer
.org.xml.sax.ContentHandler.endDocument
should do a flush on the target stream.XMLWriter
is indenting
(pretty printing).startPrefixMapping(String,String)
shall create an xmlns
attribute.startDocument
and
endDocument
events are generated for
document nodes.javax.xml.namespace.NamespaceContext
.Writer
, that decodes its Base64 encoded
input and writes it to the given OutputStream
.OutputStream
, that encodes its input in Base64
and writes it to the given Writer
.OutputStream
, that encodes its input in Base64
and writes it to the given Writer
.XMLWriterImpl
,
which writes the attributes ordered alphabetically.XMLWriterImpl
,
which is escaping nothing.pNode
into a
stream of SAX events, which are fired into the
content handler pHandler
.org.xml.sax.ContentHandler.endDocument
should do a flush on the target stream.XMLWriter
is indenting
(pretty printing).startPrefixMapping(String,String)
shall create an xmlns
attribute.startDocument
and
endDocument
events are generated for
document nodes.Writer
.java.io.Writer
.XMLWriter
.java.text.Format
, which may be used to parse
and format xs:date
values.java.text.Format
, which may be used
to parse and format xs:dateTime
values.java.text.Format
, which may be used to parse
and format xs:time
values.