net.xineo.xml.util
Interface XMLOutput
- All Known Implementing Classes:
- DOMOutput, StreamOutput
- public interface XMLOutput
startDocument
public void startDocument()
throws XMLOutputException
XMLOutputException
startElement
public void startElement(ElementName name,
org.xml.sax.Attributes attributes,
boolean empty)
throws XMLOutputException
XMLOutputException
text
public void text(java.lang.String str)
throws XMLOutputException
XMLOutputException
endElement
public void endElement(ElementName name)
throws XMLOutputException
XMLOutputException
endDocument
public void endDocument()
throws XMLOutputException
XMLOutputException
Copyright © 2002 Frédérik Bilhaut - Xineo.NET