com.sun.msv.reader.relax.core
Class InlineTagState
java.lang.Object
com.sun.msv.reader.State
com.sun.msv.reader.SimpleState
com.sun.msv.reader.relax.core.InlineTagState
- All Implemented Interfaces:
- ExpressionOwner, ContentHandler
public class InlineTagState
- extends SimpleState
parses <tag> element inlined in <elementRule>
- 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 |
InlineTagState
public InlineTagState()
onEndChild
public final void onEndChild(Expression childExpression)
- receives a Pattern object that is contained in this element.
- Specified by:
onEndChild
in interface ExpressionOwner