edu.mit.jverbnet.util.parse
Interface IHasParserHandler

All Superinterfaces:
ContentHandler
All Known Subinterfaces:
ITaggedHandler<T>
All Known Implementing Classes:
ArgHandler, CDataHandler, FrameHandler, LazyForwardingHandler, ListHandler, MappedHandler, MemberHandler, PredicateDescHandler, RestrictionHandler, SelRestrictionsHandler, SemanticDescHandler, SyntaxArgDescHandler, SyntaxDescHandler, ThematicRoleHandler, VerbClassHandler

public interface IHasParserHandler
extends ContentHandler

A content handler that has a parser assigned to it.

Since:
JVerbnet 1.0.0
Version:
1.0.0
Author:
Mark A. Finlayson

Method Summary
 XMLReader getParser()
          Returns the parser for this handler.
 void setParser(XMLReader parser)
          Sets the parser for this handler; may be set to null
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 

Method Detail

getParser

XMLReader getParser()
Returns the parser for this handler. May return null.

Returns:
the possibly null parser for this handler
Since:
JVerbnet 1.0.0

setParser

void setParser(XMLReader parser)
Sets the parser for this handler; may be set to null

Parameters:
parser - the new parser for this handler; may be null
Since:
JVerbnet 1.0.0


Copyright © 2012 Massachusetts Institute of Technology. All Rights Reserved.