Package org.geotools.xml
Interface PrintHandler
public interface PrintHandler
PrintHandler accepts SAXish events and generated output.
- Author:
- dzwiers
-
Method Summary
Modifier and TypeMethodDescriptionvoid
characters
(char[] arg0, int arg1, int arg2) void
characters
(String s) void
element
(URI namespaceURI, String localName, Attributes attributes) void
void
endElement
(URI namespaceURI, String localName) findElement
(Object value) Tries to find an appropriate Element so represent the value.findElement
(String name) Returns the default Schema for the document being printedvoid
ignorableWhitespace
(char[] arg0, int arg1, int arg2) void
void
startElement
(URI namespaceURI, String localName, Attributes attributes)
-
Method Details
-
startElement
- Throws:
IOException
-
element
- Throws:
IOException
-
endElement
- Throws:
IOException
-
characters
- Throws:
IOException
-
characters
- Throws:
IOException
-
ignorableWhitespace
- Throws:
IOException
-
startDocument
- Throws:
IOException
-
endDocument
- Throws:
IOException
-
getDocumentSchema
Schema getDocumentSchema()Returns the default Schema for the document being printed- Returns:
- Schema
-
findElement
Tries to find an appropriate Element so represent the value.- Parameters:
value
- The Object being attempted to write- Returns:
- Element The element instance found, or null if not found.
-
findElement
-
getHint
-