org.apache.openejb.config.sys
Class StackHandler.ResourceElement

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by org.apache.openejb.config.sys.StackHandler.Content
          extended by org.apache.openejb.config.sys.StackHandler.ServiceElement<Resource>
              extended by org.apache.openejb.config.sys.StackHandler.ResourceElement
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler
Enclosing class:
StackHandler

public class StackHandler.ResourceElement
extends StackHandler.ServiceElement<Resource>


Constructor Summary
StackHandler.ResourceElement(Collection<Resource> resources)
           
 
Method Summary
 void endElement(String uri, String localName, String qName)
           
protected  List<String> getAttributes()
           
 void startElement(String uri, String localName, String qName, Attributes attributes)
           
 
Methods inherited from class org.apache.openejb.config.sys.StackHandler.ServiceElement
setValue
 
Methods inherited from class org.apache.openejb.config.sys.StackHandler.Content
characters
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
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
 

Constructor Detail

StackHandler.ResourceElement

public StackHandler.ResourceElement(Collection<Resource> resources)
Method Detail

startElement

public void startElement(String uri,
                         String localName,
                         String qName,
                         Attributes attributes)
                  throws SAXException
Specified by:
startElement in interface ContentHandler
Overrides:
startElement in class StackHandler.ServiceElement<Resource>
Throws:
SAXException

endElement

public void endElement(String uri,
                       String localName,
                       String qName)
Specified by:
endElement in interface ContentHandler
Overrides:
endElement in class StackHandler.Content

getAttributes

protected List<String> getAttributes()
Overrides:
getAttributes in class StackHandler.ServiceElement<Resource>


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.