org.odftoolkit.odfvalidator
Class VersionHandler

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by org.odftoolkit.odfvalidator.VersionHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

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


Constructor Summary
VersionHandler()
           
 
Method Summary
 void startElement(String aUri, String aLocalName, String aQName, Attributes aAttributes)
           
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, 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

VersionHandler

public VersionHandler()
Method Detail

startElement

public void startElement(String aUri,
                         String aLocalName,
                         String aQName,
                         Attributes aAttributes)
                  throws SAXException
Specified by:
startElement in interface ContentHandler
Overrides:
startElement in class org.xml.sax.helpers.DefaultHandler
Throws:
SAXException


Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.