com.liferay.faces.bridge.config
Class SAXHandler

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by com.liferay.faces.bridge.config.SAXHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler
Direct Known Subclasses:
SAXHandlerBaseImpl

public abstract class SAXHandler
extends DefaultHandler

Author:
Neil Griffin

Constructor Summary
SAXHandler()
           
 
Method Summary
abstract  void logMissingElementErrors()
           
abstract  void setURL(URL url)
           
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAXHandler

public SAXHandler()
Method Detail

logMissingElementErrors

public abstract void logMissingElementErrors()

setURL

public abstract void setURL(URL url)


Copyright © 2014 Liferay, Inc.. All Rights Reserved.