|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
com.smallx.xml.infoset.sax.SAXEventGenerator
Constructor Summary | |
SAXEventGenerator()
Constructs a SAX-compliant handler for generating events. |
Method Summary | |
void |
characters(char[] ch,
int start,
int length)
A SAX method for handling the document. |
void |
endDocument()
A SAX method for handling the document. |
void |
endElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String qName)
A SAX method for handling the document. |
void |
ignoreableWhitespace(char[] ch,
int start,
int length)
A SAX method for handling the document. |
void |
setDocumentLocator(org.xml.sax.Locator locator)
Sets the locator to be used for handle entity locations. |
void |
setItemConstructor(ItemConstructor constructor)
Sets the context for event construction. |
void |
setItemDestination(ItemDestination dest)
Sets the destination that will receive the events. |
void |
startDocument()
A SAX method for handling the document. |
void |
startElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes atts)
A SAX method for handling the document. |
void |
startPrefixMapping(java.lang.String prefix,
java.lang.String uri)
A SAX method for handling the document. |
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SAXEventGenerator()
Method Detail |
public void setItemConstructor(ItemConstructor constructor)
public void setItemDestination(ItemDestination dest)
public void setDocumentLocator(org.xml.sax.Locator locator)
public void startDocument() throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void endDocument() throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void startPrefixMapping(java.lang.String prefix, java.lang.String uri) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes atts) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void endElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void characters(char[] ch, int start, int length)
public void ignoreableWhitespace(char[] ch, int start, int length)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |