public class StyleMapXmlParser extends DefaultHandler
Modifier and Type | Field and Description |
---|---|
Vector |
annotType |
Vector |
featureValue |
Vector |
styleColor |
Vector |
styleLabel |
Constructor and Description |
---|
StyleMapXmlParser(String xmlFile) |
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endElement(String namespaceURI,
String localName,
String qName) |
void |
startElement(String namespaceURI,
String localName,
String qName,
Attributes atts) |
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
public Vector annotType
public Vector styleLabel
public Vector styleColor
public Vector featureValue
public StyleMapXmlParser(String xmlFile)
public void startElement(String namespaceURI, String localName, String qName, Attributes atts) throws SAXException
startElement
in interface ContentHandler
startElement
in class DefaultHandler
SAXException
public void endElement(String namespaceURI, String localName, String qName) throws SAXException
endElement
in interface ContentHandler
endElement
in class DefaultHandler
SAXException
public void characters(char[] ch, int start, int length) throws SAXException
characters
in interface ContentHandler
characters
in class DefaultHandler
SAXException
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.