Class RootIncludedPatternState

java.lang.Object
com.sun.msv.reader.State
com.sun.msv.reader.SimpleState
com.sun.msv.reader.trex.RootIncludedPatternState
All Implemented Interfaces:
ExpressionOwner, ContentHandler
Direct Known Subclasses:
RootState

public class RootIncludedPatternState extends SimpleState implements ExpressionOwner
parses the root state of a grammar included as a pattern.
  • Field Details

    • grandParent

      private final IncludePatternState grandParent
      parsed external pattern will be reported to this object. This state parses top-level, so parentState is null.
  • Constructor Details

  • Method Details