Package org.geotools.xml
Interface PrintHandler
public interface PrintHandler
PrintHandler accepts SAXish events and generated output.
- Author:
- dzwiers
-
Method Summary
Modifier and TypeMethodDescriptionvoidcharacters(char[] arg0, int arg1, int arg2) voidcharacters(String s) voidelement(URI namespaceURI, String localName, Attributes attributes) voidvoidendElement(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 printedvoidignorableWhitespace(char[] arg0, int arg1, int arg2) voidvoidstartElement(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
-