|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
com.ricebridge.xmlman.in.SaxHandler
Handle SAX events.
| Constructor Summary | |
SaxHandler(boolean pNamespaceAware)
Create a namespace aware/unaware handler. |
|
| Method Summary | |
void |
characters(char[] pChars,
int pStart,
int pLength)
Handle text data. |
void |
endElement(String pNamespaceURI,
String pLocalName,
String pQualifiedName)
Handle an element end tag. |
void |
setDocContext(DocContext pDocContext)
Set the DocContext against which events are handled. |
void |
setPointHandler(PointHandler pPointHandler)
Set the PointHandler that will handle the event Points create be this SaxHandler. |
void |
startElement(String pNamespaceURI,
String pLocalName,
String pQualifiedName,
Attributes pAttributes)
Handle an element start tag. |
| Methods inherited from class org.xml.sax.helpers.DefaultHandler |
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SaxHandler(boolean pNamespaceAware)
| Method Detail |
public void setPointHandler(PointHandler pPointHandler)
PointHandler that will handle the event Points create be this SaxHandler.
public void setDocContext(DocContext pDocContext)
DocContext against which events are handled.
public void startElement(String pNamespaceURI,
String pLocalName,
String pQualifiedName,
Attributes pAttributes)
throws SAXException
SAXException
public void endElement(String pNamespaceURI,
String pLocalName,
String pQualifiedName)
throws SAXException
SAXException
public void characters(char[] pChars,
int pStart,
int pLength)
throws SAXException
SAXException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||