public interface PrintHandler
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] arg0,
int arg1,
int arg2) |
void |
characters(String s) |
void |
element(URI namespaceURI,
String localName,
Attributes attributes) |
void |
endDocument() |
void |
endElement(URI namespaceURI,
String localName) |
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) |
void |
startDocument() |
void |
startElement(URI namespaceURI,
String localName,
Attributes attributes) |
void startElement(URI namespaceURI, String localName, Attributes attributes) throws IOException
IOException
void element(URI namespaceURI, String localName, Attributes attributes) throws IOException
IOException
void endElement(URI namespaceURI, String localName) throws IOException
IOException
void characters(char[] arg0, int arg1, int arg2) throws IOException
IOException
void characters(String s) throws IOException
IOException
void ignorableWhitespace(char[] arg0, int arg1, int arg2) throws IOException
IOException
void startDocument() throws IOException
IOException
void endDocument() throws IOException
IOException
Schema getDocumentSchema()
Element findElement(Object value)
value
- The Object being attempted to writeCopyright © 1996–2023 Geotools. All rights reserved.