Package dap4.core.dmr.parser.bison
Class Dap4EventHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- dap4.core.dmr.parser.bison.SaxEventHandler
-
- dap4.core.dmr.parser.bison.Dap4EventHandler
-
- All Implemented Interfaces:
ContentHandler,DTDHandler,EntityResolver,ErrorHandler
- Direct Known Subclasses:
Dap4Actions
public class Dap4EventHandler extends SaxEventHandler
-
-
Field Summary
Fields Modifier and Type Field Description static StringSPECIALATTRPREFIX
-
Constructor Summary
Constructors Constructor Description Dap4EventHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidyyevent(SaxEvent saxtoken)-
Methods inherited from class dap4.core.dmr.parser.bison.SaxEventHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, getLocator, ignorableWhitespace, locatedError, locatedEvent, notationDecl, parse, processingInstruction, report, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, trace, unparsedEntityDecl, warning
-
-
-
-
Field Detail
-
SPECIALATTRPREFIX
public static String SPECIALATTRPREFIX
-
-
Method Detail
-
yyevent
public void yyevent(SaxEvent saxtoken) throws SAXException
- Specified by:
yyeventin classSaxEventHandler- Throws:
SAXException
-
-