| de.schlund.pfixcore.oxm.impl.XMLWriter
All known Subclasses: de.schlund.pfixcore.oxm.impl.DOMWriter,
XMLWriter | public interface XMLWriter (Code) | | author: mleidig@schlund.de author: Stephan Schmid |
writeCDataSection | public void writeCDataSection(String cdata)(Code) | | Writes a character data section
Parameters: cdata - |
writeCharacters | public void writeCharacters(String text)(Code) | | |
writeEndElement | public void writeEndElement()(Code) | | |
writeFragment | public void writeFragment(String xmlFragment)(Code) | | Writes an xml fragment to the document.
The fragment does not need a root element, but it must
be well-formed xml.
Parameters: xmlFragment - The fragment to be written to the document. |
writeStartElement | public void writeStartElement(String localName)(Code) | | |
|
|