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