public class WGF extends org.xml.sax.helpers.DefaultHandler
| Constructor and Description |
|---|
WGF() |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endDocument() |
void |
endElement(String namespace,
String tag,
String qName) |
String |
getFile() |
hep.graphics.heprep.HepRep |
getHepRep() |
static void |
main(String[] args) |
void |
parse(String name) |
InputSource |
resolveEntity(String publicId,
String systemId) |
void |
startDocument() |
void |
startElement(String namespace,
String tag,
String qName,
Attributes atts) |
void |
write(String name) |
endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warningpublic WGF()
throws SAXException
SAXExceptionpublic String getFile()
public hep.graphics.heprep.HepRep getHepRep()
public void startDocument()
throws SAXException
startDocument in interface ContentHandlerstartDocument in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void endDocument()
throws SAXException
endDocument in interface ContentHandlerendDocument in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void startElement(String namespace, String tag, String qName, Attributes atts) throws SAXException
startElement in interface ContentHandlerstartElement in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void endElement(String namespace, String tag, String qName) throws SAXException
endElement in interface ContentHandlerendElement in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic InputSource resolveEntity(String publicId, String systemId) throws SAXException
resolveEntity in interface EntityResolverresolveEntity in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void characters(char[] ch,
int start,
int length)
throws SAXException
characters in interface ContentHandlercharacters in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void parse(String name) throws SAXException
SAXExceptionpublic void write(String name) throws IOException
IOExceptionpublic static void main(String[] args)
Copyright © 1996-2013 FreeHEP. All Rights Reserved.