|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.xmlpull.mxp1_serializer.MXSerializer
org.ws4d.java.io.xml.XmlSerializerImplementation
public class XmlSerializerImplementation
| Field Summary | |
|---|---|
static int |
XML_SERIALIZER
|
| Constructor Summary | |
|---|---|
XmlSerializerImplementation()
|
|
| Method Summary | |
|---|---|
void |
flushCache()
|
java.io.Writer |
getOutput()
|
int |
getType()
|
void |
injectSecurityDone()
|
void |
injectSecurityStart()
|
void |
plainText(java.lang.String text)
Write a block of XML directly to the underlying stream, especially without escaping any special chars. |
void |
setOutput(java.io.Writer writer)
|
void |
unknownElements(QName qname,
List elements)
|
| Methods inherited from class org.xmlpull.mxp1_serializer.MXSerializer |
|---|
attribute, cdsect, comment, docdecl, endDocument, endTag, entityRef, flush, getDepth, getFeature, getName, getNamespace, getPrefix, getProperty, getWriter, ignorableWhitespace, processingInstruction, setFeature, setOutput, setPrefix, setProperty, startDocument, startTag, text, text |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.xmlpull.v1.XmlSerializer |
|---|
attribute, cdsect, comment, docdecl, endDocument, endTag, entityRef, flush, getDepth, getFeature, getName, getNamespace, getPrefix, getProperty, ignorableWhitespace, processingInstruction, setFeature, setOutput, setPrefix, setProperty, startDocument, startTag, text, text |
| Field Detail |
|---|
public static final int XML_SERIALIZER
| Constructor Detail |
|---|
public XmlSerializerImplementation()
| Method Detail |
|---|
public void setOutput(java.io.Writer writer)
setOutput in interface org.xmlpull.v1.XmlSerializersetOutput in class org.xmlpull.mxp1_serializer.MXSerializerwriter - the writer to set
public void plainText(java.lang.String text)
throws java.io.IOException
text - the XML block to write
java.io.IOException
public void unknownElements(QName qname,
List elements)
throws java.io.IOException
qname - the fully qualified name of the elements to expect within
listelements - the list of elements to serialize; all are expected to be
of the same type; note that this list can be empty or have
just one element
java.io.IOExceptionpublic int getType()
public java.io.Writer getOutput()
public void injectSecurityDone()
public void injectSecurityStart()
public void flushCache()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||