com.teppefall.hybrid.app
Class AIRDescriptor
java.lang.Object
com.teppefall.hybrid.app.AIRDescriptor
- All Implemented Interfaces:
- org.xml.sax.ErrorHandler
public class AIRDescriptor
- extends java.lang.Object
- implements org.xml.sax.ErrorHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AIRDescriptor
public AIRDescriptor()
setMain
public void setMain(JJHMain main)
parse
public void parse(java.io.InputStream stream)
throws java.io.IOException,
org.xml.sax.SAXException
- Throws:
java.io.IOException
org.xml.sax.SAXException
processPI
public void processPI(org.w3c.dom.Node n)
processList
public void processList(org.w3c.dom.NodeList nl)
processNode
public void processNode(org.w3c.dom.Node n)
getApplicationXml
public com.teppefall.hybrid.app.AIRDescriptor.ApplicationXml getApplicationXml()
error
public void error(org.xml.sax.SAXParseException e)
throws org.xml.sax.SAXException
- Specified by:
error in interface org.xml.sax.ErrorHandler
- Throws:
org.xml.sax.SAXException
fatalError
public void fatalError(org.xml.sax.SAXParseException e)
throws org.xml.sax.SAXException
- Specified by:
fatalError in interface org.xml.sax.ErrorHandler
- Throws:
org.xml.sax.SAXException
warning
public void warning(org.xml.sax.SAXParseException e)
throws org.xml.sax.SAXException
- Specified by:
warning in interface org.xml.sax.ErrorHandler
- Throws:
org.xml.sax.SAXException
nodeTypeToString
public java.lang.String nodeTypeToString(short id)
getDocument
public org.w3c.dom.Document getDocument()
isVerbose
public boolean isVerbose()
setVerbose
public void setVerbose(boolean verbose)
testname
public void testname()
throws java.lang.Exception
- Throws:
java.lang.Exception
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception