ilog.cpl.storage
Class IlpAbstractChainedSAXHandler

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by ilog.cpl.storage.IlpAbstractSAXHandler
          extended by ilog.cpl.storage.IlpAbstractChainedSAXHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler
Direct Known Subclasses:
IlpSAXArrayHandler, IlpSAXAttributeValueHandler

public abstract class IlpAbstractChainedSAXHandler
extends IlpAbstractSAXHandler

Abstract chained SAX handler. It extends IlpAbstractSAXHandler through the use of a parent. Thus, it becomes possible to chain the handling.

Since:
JTGO 3.0

Constructor Summary
IlpAbstractChainedSAXHandler()
           
 
Method Summary
 Locator getLocator()
          Returns the locator used by the handler.
 Logger getLogger()
          Returns the logger used by the handler.
 IlpAbstractSAXHandler getParent()
           
 XMLReader getXMLReader()
          Returns the XMLReader used by the handler.
 void setParent(IlpAbstractSAXHandler p)
          Sets the parent SAX handler
 
Methods inherited from class ilog.cpl.storage.IlpAbstractSAXHandler
characters, checkState, clearContent, clearState, error, fatalError, getContent, getState, ignoreUntil, log, logIgnoreElement, processSAXParseException, removeState, setState, throwSAXParseException, warning
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endElement, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IlpAbstractChainedSAXHandler

public IlpAbstractChainedSAXHandler()
Method Detail

setParent

public void setParent(IlpAbstractSAXHandler p)
Sets the parent SAX handler

Since:
JViews 7.5

getParent

public IlpAbstractSAXHandler getParent()
Returns:
Parent SAX handler
Since:
JViews 7.5

getLogger

public Logger getLogger()
Returns the logger used by the handler.

This implementation returns the logger of the parent.

Specified by:
getLogger in class IlpAbstractSAXHandler

getLocator

public Locator getLocator()
Returns the locator used by the handler.

This implementation returns the logger of the parent.

Specified by:
getLocator in class IlpAbstractSAXHandler

getXMLReader

public XMLReader getXMLReader()
Returns the XMLReader used by the handler.

This implementation returns the XMLReader of the parent.

Specified by:
getXMLReader in class IlpAbstractSAXHandler


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.