de.uni_paderborn.fujaba.gxl
Class GXLHandler

java.lang.Object
  extended byorg.xml.sax.helpers.DefaultHandler
      extended byde.uni_paderborn.fujaba.gxl.GXLHandler
All Implemented Interfaces:
org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler

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

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.18.2.1 $
Author:
$Author: mksoft $

Field Summary
static java.lang.String DTD_DIR
          No comment provided by developer, please add a comment to improve documentation.
 
Constructor Summary
GXLHandler()
           
 
Method Summary
 org.xml.sax.InputSource resolveEntity(java.lang.String publicId, java.lang.String systemId)
          No comment provided by developer, please add a comment to improve documentation.
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, 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
 

Field Detail

DTD_DIR

public static final java.lang.String DTD_DIR
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values
Constructor Detail

GXLHandler

public GXLHandler()
Method Detail

resolveEntity

public org.xml.sax.InputSource resolveEntity(java.lang.String publicId,
                                             java.lang.String systemId)
                                      throws org.xml.sax.SAXException
No comment provided by developer, please add a comment to improve documentation.

Parameters:
publicId - No description provided
systemId - No description provided
Returns:
No description provided
Throws:
org.xml.sax.SAXException - Exception description not provided