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!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 writeCopyright © 1996–2019 Geotools. All rights reserved.