com.sun.msv.reader
Class ExpressionState
- ContentHandler
public abstract class ExpressionState
Base implementation for those states who read tags representing an expression.
Responsibility of derived classes are:
- if necessary, implement startSelf method to do something.
- implement createChildState method, which is mandated by SimpleState.
- implement makeExpression method to create Expression object
as the outcome of parsing. This method is called at endElement.
_assert , characters , endPrefixMapping , getBaseURI , getLocation , getParentState , getStartTag , ignorableWhitespace , processingInstruction , setDocumentLocator , skippedEntity , startDocument , startPrefixMapping |