|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
com.aurigalogic.aurigadoc.ant.SectionHandler
This class implements a SAX handler for catching sax events while parsing AurigaDoc document.
Constructor Summary | |
SectionHandler()
|
Method Summary | |
java.util.ArrayList |
getSections()
Returns the sections list for the document. |
void |
startDocument()
Handles the start of a document |
void |
startElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String rawName,
org.xml.sax.Attributes atts)
Handles the start of an element. |
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SectionHandler()
Method Detail |
public java.util.ArrayList getSections()
public void startDocument() throws org.xml.sax.SAXException
org.xml.sax.SAXException
- in case of a parsing error.public void startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String rawName, org.xml.sax.Attributes atts) throws org.xml.sax.SAXException
namespaceURI
- the name space urilocalName
- the local name of the elementrawName
- the raw name of the elementatts
- the element attributes
org.xml.sax.SAXException
- in case of a parsing error
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |