public class CopyingHandler extends DefaultHandler
| Modifier and Type | Field and Description |
|---|---|
protected StringBuffer |
buffer |
protected NamespaceSupport |
namespaceContext |
protected int |
root |
| Constructor and Description |
|---|
CopyingHandler() |
CopyingHandler(NamespaceSupport namespaceContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endDocument() |
void |
endElement(String uri,
String localName,
String qName) |
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes) |
endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningprotected StringBuffer buffer
protected NamespaceSupport namespaceContext
protected int root
public CopyingHandler()
public CopyingHandler(NamespaceSupport namespaceContext)
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
startElement in interface ContentHandlerstartElement in class DefaultHandlerSAXExceptionpublic void characters(char[] ch,
int start,
int length)
throws SAXException
characters in interface ContentHandlercharacters in class DefaultHandlerSAXExceptionpublic void endElement(String uri, String localName, String qName) throws SAXException
endElement in interface ContentHandlerendElement in class DefaultHandlerSAXExceptionpublic void endDocument()
throws SAXException
endDocument in interface ContentHandlerendDocument in class DefaultHandlerSAXExceptionCopyright © 1996–2019 Geotools. All rights reserved.