|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PrintHandler
PrintHandler accepts SAXish events and generated output.
modules/library/xml (gt-xml.jar)
Method Summary | |
---|---|
void |
characters(char[] arg0,
int arg1,
int arg2)
DOCUMENT ME! |
void |
characters(String s)
DOCUMENT ME! |
void |
element(URI namespaceURI,
String localName,
Attributes attributes)
DOCUMENT ME! |
void |
endDocument()
DOCUMENT ME! |
void |
endElement(URI namespaceURI,
String localName)
DOCUMENT ME! |
Element |
findElement(Object value)
Tries to find an appropriate Element so represent the value. |
Element |
findElement(String name)
|
Schema |
getDocumentSchema()
Returns the default Schema for the document being printed |
Object |
getHint(Object key)
|
void |
ignorableWhitespace(char[] arg0,
int arg1,
int arg2)
DOCUMENT ME! |
void |
startDocument()
DOCUMENT ME! |
void |
startElement(URI namespaceURI,
String localName,
Attributes attributes)
DOCUMENT ME! |
Method Detail |
---|
void startElement(URI namespaceURI, String localName, Attributes attributes) throws IOException
namespaceURI
- DOCUMENT ME!localName
- DOCUMENT ME!attributes
- DOCUMENT ME!
IOException
void element(URI namespaceURI, String localName, Attributes attributes) throws IOException
namespaceURI
- DOCUMENT ME!localName
- DOCUMENT ME!attributes
- DOCUMENT ME!
IOException
void endElement(URI namespaceURI, String localName) throws IOException
namespaceURI
- DOCUMENT ME!localName
- DOCUMENT ME!
IOException
void characters(char[] arg0, int arg1, int arg2) throws IOException
arg0
- DOCUMENT ME!arg1
- DOCUMENT ME!arg2
- DOCUMENT ME!
IOException
void characters(String s) throws IOException
s
- DOCUMENT ME!
IOException
void ignorableWhitespace(char[] arg0, int arg1, int arg2) throws IOException
arg0
- DOCUMENT ME!arg1
- DOCUMENT ME!arg2
- DOCUMENT ME!
IOException
void startDocument() throws IOException
IOException
void endDocument() throws IOException
IOException
Schema getDocumentSchema()
Element findElement(Object value)
value
- The Object being attempted to write
Element findElement(String name)
Object getHint(Object key)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |