| java.lang.Object de.schlund.pfixcore.oxm.impl.DOMWriter
DOMWriter | public class DOMWriter implements XMLWriter(Code) | | author: mleidig@schlund.de author: Stephan Schmidt |
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) | | |
|
|