public class VinciSaxParser extends Object
| Constructor and Description |
|---|
VinciSaxParser() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
_parse(org.apache.vinci.transport.VinciFrame aFrame)
Parses the.
|
void |
parse(org.apache.vinci.transport.VinciFrame aFrame)
Parses the.
|
void |
parse(org.apache.vinci.transport.VinciFrame aFrame,
boolean aSendStartAndEndDocEvents)
Parses the.
|
void |
setContentHandler(ContentHandler aHandler)
Sets the content handler.
|
public void setContentHandler(ContentHandler aHandler)
aHandler - the new content handlerpublic void parse(org.apache.vinci.transport.VinciFrame aFrame)
throws SAXException
aFrame - the a frameSAXException - the SAX exceptionpublic void parse(org.apache.vinci.transport.VinciFrame aFrame,
boolean aSendStartAndEndDocEvents)
throws SAXException
aFrame - the a frameaSendStartAndEndDocEvents - the a send start and end doc eventsSAXException - the SAX exceptionprotected void _parse(org.apache.vinci.transport.VinciFrame aFrame)
throws SAXException
aFrame - the a frameSAXException - the SAX exceptionCopyright © 2006–2018 The Apache Software Foundation. All rights reserved.