com.stratelia.silverpeas.notificationserver.xml
Class PriorityContentHandler

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by com.stratelia.silverpeas.notificationserver.xml.PriorityContentHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class PriorityContentHandler
extends org.xml.sax.helpers.DefaultHandler

Author:
ehugonnet

Constructor Summary
PriorityContentHandler(NotificationData data, ContentHandler parent, XMLReader parser)
           
 
Method Summary
 void endElement(String uri, String localName, String qName)
           
 void startElement(String uri, String localName, String qName, Attributes attributes)
           
 
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
 

Constructor Detail

PriorityContentHandler

public PriorityContentHandler(NotificationData data,
                              ContentHandler parent,
                              XMLReader parser)
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 org.xml.sax.helpers.DefaultHandler
Throws:
SAXException

endElement

public void endElement(String uri,
                       String localName,
                       String qName)
                throws SAXException
Specified by:
endElement in interface ContentHandler
Overrides:
endElement in class org.xml.sax.helpers.DefaultHandler
Throws:
SAXException


Copyright © 2016 Silverpeas. All Rights Reserved.