Package org.smallmind.nutsnbolts.xml.sax
Interface DocumentExtender
-
- All Superinterfaces:
SAXExtender
- All Known Implementing Classes:
AbstractDocumentExtender,OptionsDocumentExtender
public interface DocumentExtender extends SAXExtender
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidendDocument()ElementExtendergetElementExtender(SAXExtender parent, String namespaceURI, String localName, String qName, Attributes atts)voidstartDocument()-
Methods inherited from interface org.smallmind.nutsnbolts.xml.sax.SAXExtender
completedChildElement
-
-
-
-
Method Detail
-
startDocument
void startDocument() throws SAXException- Throws:
SAXException
-
endDocument
void endDocument() throws SAXException- Throws:
SAXException
-
getElementExtender
ElementExtender getElementExtender(SAXExtender parent, String namespaceURI, String localName, String qName, Attributes atts) throws Exception
- Throws:
Exception
-
-