|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DocumentOutputHandlerInterface
Describe an interface for the handling of the output of the serialization.
| Method Summary | |
|---|---|
void |
appendText(java.lang.String text)
Append text to the current element. |
void |
endDocument()
End the document. |
void |
endElement(java.lang.String name)
End the current element. |
java.util.Map |
getProperties()
Get the properties of the OutputHandler. |
void |
setProperties(java.util.Map propertyMap)
Set the properties of the OutputHandler. |
void |
startDocument()
Start a new document. |
void |
startElement(java.lang.String name)
Start a new element without attributes at the current element. |
void |
startElement(java.lang.String name,
org.xml.sax.Attributes attrs)
Start a new element at the current element. |
| Method Detail |
|---|
void startDocument()
throws SerializerException
SerializerException - If the operation failes.
void endDocument()
throws SerializerException
SerializerException - If the operation failes.
void startElement(java.lang.String name,
org.xml.sax.Attributes attrs)
throws SerializerException
name - The name of the element.attrs - The attributes of the element.
SerializerException - If the operation failes.
void startElement(java.lang.String name)
throws SerializerException
name - The name of the element.
SerializerException - If the operation failes.
void appendText(java.lang.String text)
throws SerializerException
text - The text to append.
SerializerException - If the operation failes.
void endElement(java.lang.String name)
throws SerializerException
name - The name of the element.
SerializerException - If the operation failes.void setProperties(java.util.Map propertyMap)
propertyMap - The properties.java.util.Map getProperties()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||