FreeHEP API
Version current

hep.graphics.heprep.xml
Class XMLHepRepHandler

java.lang.Object
  extended byorg.xml.sax.helpers.DefaultHandler
      extended byhep.graphics.heprep.xml.XMLHepRepHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class XMLHepRepHandler
extends DefaultHandler

Version:
$Id: XMLHepRepHandler.java,v 1.35 2005/02/27 22:58:50 duns Exp $
Author:
M.Donszelmann
Source Code:
XMLHepRepHandler.java

Field Summary
static String cvsId
           
static String expectedVersion
           
 boolean isHepRep2
           
 
Method Summary
 void endElement(String namespace, String tag, String qName)
           
 InputSource resolveEntity(String publicId, String systemId)
           
 void startDocument()
           
 void startElement(String namespace, String tag, String qName, Attributes atts)
           
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cvsId

public static final String cvsId
See Also:
Constant Field Values

expectedVersion

public static final String expectedVersion
See Also:
Constant Field Values

isHepRep2

public boolean isHepRep2
Method Detail

startDocument

public void startDocument()
                   throws SAXException
Throws:
SAXException

startElement

public void startElement(String namespace,
                         String tag,
                         String qName,
                         Attributes atts)
                  throws SAXException
Throws:
SAXException

endElement

public void endElement(String namespace,
                       String tag,
                       String qName)
                throws SAXException
Throws:
SAXException

resolveEntity

public InputSource resolveEntity(String publicId,
                                 String systemId)

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.