|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
org.pf.pax.BaseXMLTagInterpreterController
public abstract class BaseXMLTagInterpreterController
This defines the API for classes that can create tag interpreter in instances for specific tag names in a defined tag set.
| Constructor Summary | |
|---|---|
BaseXMLTagInterpreterController()
Initializes the instance variables with default values. |
|
BaseXMLTagInterpreterController(org.xml.sax.XMLReader xmlReader)
Initializes the instance variables with default values. |
|
| Method Summary | |
|---|---|
org.xml.sax.XMLReader |
getXmlReader()
Returns the XML reader that will be used to parse XML streams |
void |
returnControl(java.lang.Object result)
Gives back the control of the element interpretation to the receiver. |
void |
setXmlReader(org.xml.sax.XMLReader aReader)
Sets the XML reader that will be used to parse XML streams |
void |
startElement(java.lang.String name,
org.xml.sax.Attributes attributes)
|
void |
startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes attributes)
Supports SAX 2.0 |
| Methods inherited from class org.xml.sax.helpers.DefaultHandler |
|---|
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.xml.sax.ContentHandler |
|---|
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping |
| Constructor Detail |
|---|
public BaseXMLTagInterpreterController()
public BaseXMLTagInterpreterController(org.xml.sax.XMLReader xmlReader)
xmlReader - The SAX reader that reads the XML source.| Method Detail |
|---|
public void returnControl(java.lang.Object result)
throws org.xml.sax.SAXException
returnControl in interface XMLTagInterpreterControllerresult - The result of a sub tag interpretation.
org.xml.sax.SAXException
public void startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes attributes)
throws org.xml.sax.SAXException
startElement in interface org.xml.sax.ContentHandlerstartElement in class org.xml.sax.helpers.DefaultHandlerorg.xml.sax.SAXExceptionContentHandler.startElement(String,String,String,Attributes)
public void startElement(java.lang.String name,
org.xml.sax.Attributes attributes)
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionpublic org.xml.sax.XMLReader getXmlReader()
public void setXmlReader(org.xml.sax.XMLReader aReader)
aReader - The reader this controller should use to parse XML streams
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||