Package org.geotools.wfs.v2_0.bindings
Class CopyingHandler
- Object
-
- DefaultHandler
-
- CopyingHandler
-
- All Implemented Interfaces:
ContentHandler,DTDHandler,EntityResolver,ErrorHandler
- Direct Known Subclasses:
ParameterParserDelegate,QueryExpressionTextDelegate
public class CopyingHandler extends DefaultHandler
-
-
Field Summary
Fields Modifier and Type Field Description protected StringBufferbufferprotected NamespaceSupportnamespaceContextprotected introot
-
Constructor Summary
Constructors Constructor Description CopyingHandler()CopyingHandler(NamespaceSupport namespaceContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcharacters(char[] ch, int start, int length)voidendDocument()voidendElement(String uri, String localName, String qName)voidstartElement(String uri, String localName, String qName, Attributes attributes)-
Methods inherited from class DefaultHandler
endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
-
-
-
-
Field Detail
-
buffer
protected StringBuffer buffer
-
namespaceContext
protected NamespaceSupport namespaceContext
-
root
protected int root
-
-
Constructor Detail
-
CopyingHandler
public CopyingHandler()
-
CopyingHandler
public CopyingHandler(NamespaceSupport namespaceContext)
-
-
Method Detail
-
startElement
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
- Specified by:
startElementin interfaceContentHandler- Overrides:
startElementin classDefaultHandler- Throws:
SAXException
-
characters
public void characters(char[] ch, int start, int length) throws SAXException- Specified by:
charactersin interfaceContentHandler- Overrides:
charactersin classDefaultHandler- Throws:
SAXException
-
endElement
public void endElement(String uri, String localName, String qName) throws SAXException
- Specified by:
endElementin interfaceContentHandler- Overrides:
endElementin classDefaultHandler- Throws:
SAXException
-
endDocument
public void endDocument() throws SAXException- Specified by:
endDocumentin interfaceContentHandler- Overrides:
endDocumentin classDefaultHandler- Throws:
SAXException
-
-