com.sun.msv.reader.relax.core
Class TagState
java.lang.Object
com.sun.msv.reader.State
com.sun.msv.reader.SimpleState
com.sun.msv.reader.relax.core.TagState
- All Implemented Interfaces:
- ExpressionOwner, ContentHandler
public class TagState
- extends SimpleState
parses <tag> element.
- Author:
- Kohsuke KAWAGUCHI
Fields inherited from class com.sun.msv.reader.State |
reader |
Method Summary |
void |
onEndChild(Expression childExpression)
receives a Pattern object that is contained in this element. |
Methods inherited from class com.sun.msv.reader.State |
_assert, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping |
TagState
public TagState()
onEndChild
public final void onEndChild(Expression childExpression)
- receives a Pattern object that is contained in this element.
- Specified by:
onEndChild
in interface ExpressionOwner