com.sun.msv.reader.trex

Class RefState

Implemented Interfaces:
ContentHandler
Known Direct Subclasses:
RefState

public class RefState
extends ExpressionWithoutChildState

parses <ref> pattern.
Author:
Kohsuke KAWAGUCHI

Field Summary

Fields inherited from class com.sun.msv.reader.State

reader

Constructor Summary

RefState(boolean parentRef)

Method Summary

Methods inherited from class com.sun.msv.reader.SimpleState

endDocument, endElement, startElement

Methods inherited from class com.sun.msv.reader.State

_assert, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping

Constructor Details

RefState

public RefState(boolean parentRef)