| java.lang.Object org.xml.sax.helpers.DefaultHandler org.cougaar.lib.param.ParamHandler
ParamHandler | class ParamHandler extends DefaultHandler (Code) | | Class that handles what to do when we encouter a parameter in a
parameter file. This class has a pointer to the parameter table
so that it can add the parameters when it encouters them in
the file.
|
ParamHandler | ParamHandler(ParamTable ptable)(Code) | | Constructor
Parameters: ptable - the associated parameter table |
startElement | public void startElement(String uri, String local, String name, Attributes atts) throws SAXException(Code) | | Overriden from base class. This is the function that actually
knows what to do when we encouter a parameter.
Parameters: name - the name of the xml element (parameter name) Parameters: atts - the attribute list of the xml element |
Methods inherited from org.xml.sax.helpers.DefaultHandler | public void characters(char ch, int start, int length) throws SAXException(Code)(Java Doc) public void endDocument() throws SAXException(Code)(Java Doc) public void endElement(String uri, String localName, String qName) throws SAXException(Code)(Java Doc) public void endPrefixMapping(String prefix) throws SAXException(Code)(Java Doc) public void error(SAXParseException e) throws SAXException(Code)(Java Doc) public void fatalError(SAXParseException e) throws SAXException(Code)(Java Doc) public void ignorableWhitespace(char ch, int start, int length) throws SAXException(Code)(Java Doc) public void notationDecl(String name, String publicId, String systemId) throws SAXException(Code)(Java Doc) public void processingInstruction(String target, String data) throws SAXException(Code)(Java Doc) public InputSource resolveEntity(String publicId, String systemId) throws IOException, SAXException(Code)(Java Doc) public void setDocumentLocator(Locator locator)(Code)(Java Doc) public void skippedEntity(String name) throws SAXException(Code)(Java Doc) public void startDocument() throws SAXException(Code)(Java Doc) public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException(Code)(Java Doc) public void startPrefixMapping(String prefix, String uri) throws SAXException(Code)(Java Doc) public void unparsedEntityDecl(String name, String publicId, String systemId, String notationName) throws SAXException(Code)(Java Doc) public void warning(SAXParseException e) throws SAXException(Code)(Java Doc)
|
|
|