static class GMLHandler.Handler
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected org.xml.sax.Attributes |
attrs |
protected java.util.List |
children |
protected GeometryStrategies.ParseStrategy |
strategy |
protected java.lang.StringBuffer |
text |
Constructor and Description |
---|
Handler(GeometryStrategies.ParseStrategy strategy,
org.xml.sax.Attributes attributes) |
Modifier and Type | Method and Description |
---|---|
void |
addText(java.lang.String str)
Caches text for the future
|
java.lang.Object |
create(GeometryFactory gf) |
void |
keep(java.lang.Object obj)
Store param for the future
|
protected org.xml.sax.Attributes attrs
protected GeometryStrategies.ParseStrategy strategy
protected java.lang.StringBuffer text
protected java.util.List children
public Handler(GeometryStrategies.ParseStrategy strategy, org.xml.sax.Attributes attributes)
strategy
- attributes
- Nullablepublic void addText(java.lang.String str)
str
- public void keep(java.lang.Object obj)
obj
- public java.lang.Object create(GeometryFactory gf) throws org.xml.sax.SAXException
gf
- GeometryFactoryorg.xml.sax.SAXException