public interface StAXContentHandler
DelegationManager
,
allowing delegation of sub-trees to other content handlers.Modifier and Type | Method and Description |
---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endElement(String nsURI,
String localName,
String qName,
StAXContentHandler delegate) |
void |
endPrefixMapping(String prefix) |
void |
endTree() |
void |
ignorableWhitespace(char[] ch,
int start,
int length) |
void |
processingInstruction(String target,
String data) |
void |
setDocumentLocator(Locator locator) |
void |
skippedEntity(String name) |
void |
startElement(String nsURI,
String localName,
String qName,
Attributes attrs,
DelegationManager dm) |
void |
startPrefixMapping(String prefix,
String uri) |
void |
startTree() |
void startTree() throws SAXException
SAXException
void endTree() throws SAXException
SAXException
void characters(char[] ch, int start, int length) throws SAXException
SAXException
void ignorableWhitespace(char[] ch, int start, int length) throws SAXException
SAXException
void startPrefixMapping(String prefix, String uri) throws SAXException
SAXException
void endPrefixMapping(String prefix) throws SAXException
SAXException
void processingInstruction(String target, String data) throws SAXException
SAXException
void setDocumentLocator(Locator locator)
void skippedEntity(String name) throws SAXException
SAXException
void startElement(String nsURI, String localName, String qName, Attributes attrs, DelegationManager dm) throws SAXException
SAXException
void endElement(String nsURI, String localName, String qName, StAXContentHandler delegate) throws SAXException
SAXException
Copyright © 2014 BioJava. All rights reserved.