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
SAXExceptionvoid endTree() throws SAXException
SAXExceptionvoid characters(char[] ch, int start, int length) throws SAXException
SAXExceptionvoid ignorableWhitespace(char[] ch, int start, int length) throws SAXException
SAXExceptionvoid startPrefixMapping(String prefix, String uri) throws SAXException
SAXExceptionvoid endPrefixMapping(String prefix) throws SAXException
SAXExceptionvoid processingInstruction(String target, String data) throws SAXException
SAXExceptionvoid setDocumentLocator(Locator locator)
void skippedEntity(String name) throws SAXException
SAXExceptionvoid startElement(String nsURI, String localName, String qName, Attributes attrs, DelegationManager dm) throws SAXException
SAXExceptionvoid endElement(String nsURI, String localName, String qName, StAXContentHandler delegate) throws SAXException
SAXExceptionCopyright © 2020 BioJava. All rights reserved.