hep.graphics.heprep.xml
Class XMLHepRepHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
hep.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
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 |
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
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)
Copyright © 2000-2004 FreeHEP, All Rights Reserved.