|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use XMLOutputException | |
| net.xineo.xml.util | |
| Uses of XMLOutputException in net.xineo.xml.util |
| Methods in net.xineo.xml.util that throw XMLOutputException | |
void |
XMLOutput.startDocument()
|
void |
XMLOutput.startElement(ElementName name,
org.xml.sax.Attributes attributes,
boolean empty)
|
void |
XMLOutput.text(java.lang.String str)
|
void |
XMLOutput.endElement(ElementName name)
|
void |
XMLOutput.endDocument()
|
void |
StreamOutput.startDocument()
|
void |
StreamOutput.endDocument()
|
void |
StreamOutput.startElement(ElementName name,
org.xml.sax.Attributes attributes,
boolean empty)
|
void |
StreamOutput.endElement(ElementName name)
|
void |
StreamOutput.text(java.lang.String str)
|
void |
DOMOutput.startDocument()
|
void |
DOMOutput.startElement(ElementName name,
org.xml.sax.Attributes attributes,
boolean empty)
|
void |
DOMOutput.endDocument()
|
void |
DOMOutput.endElement(ElementName name)
|
void |
DOMOutput.text(java.lang.String str)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||