Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.javahispano.canyamo.core.config
Class CommandHandler  view CommandHandler download CommandHandler.java

java.lang.Object
  extended byorg.xml.sax.helpers.DefaultHandler
      extended byorg.javahispano.canyamo.core.config.CommandHandler
All Implemented Interfaces:
org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler

class CommandHandler
extends org.xml.sax.helpers.DefaultHandler

Description of the Class


Field Summary
private  org.javahispano.canyamo.core.application.Application application
          Description of the Field
private  org.xml.sax.ContentHandler apps
          Description of the Field
private  org.javahispano.canyamo.core.command.Command currentCommand
          Description of the Field
private  org.xml.sax.XMLReader xmlReader
          Description of the Field
 
Constructor Summary
(package private) CommandHandler(org.xml.sax.XMLReader xmlReader, org.xml.sax.ContentHandler apps, org.javahispano.canyamo.core.application.Application application)
           
 
Method Summary
 void endElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName)
          Description of the Method
 void startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes attr)
          Description of the Method
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentCommand

private org.javahispano.canyamo.core.command.Command currentCommand
Description of the Field


apps

private org.xml.sax.ContentHandler apps
Description of the Field


xmlReader

private org.xml.sax.XMLReader xmlReader
Description of the Field


application

private org.javahispano.canyamo.core.application.Application application
Description of the Field

Constructor Detail

CommandHandler

CommandHandler(org.xml.sax.XMLReader xmlReader,
               org.xml.sax.ContentHandler apps,
               org.javahispano.canyamo.core.application.Application application)
Method Detail

startElement

public void startElement(java.lang.String namespaceURI,
                         java.lang.String localName,
                         java.lang.String qName,
                         org.xml.sax.Attributes attr)
                  throws org.xml.sax.SAXException
Description of the Method


endElement

public void endElement(java.lang.String namespaceURI,
                       java.lang.String localName,
                       java.lang.String qName)
                throws org.xml.sax.SAXException
Description of the Method