com.sun.msv.schematron.reader
Class SActionState.SAssertState

java.lang.Object
  extended by com.sun.msv.reader.State
      extended by com.sun.msv.reader.SimpleState
          extended by com.sun.msv.reader.ChildlessState
              extended by com.sun.msv.schematron.reader.SActionState
                  extended by com.sun.msv.schematron.reader.SActionState.SAssertState
All Implemented Interfaces:
ContentHandler
Enclosing class:
SActionState

public static class SActionState.SAssertState
extends SActionState


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.msv.schematron.reader.SActionState
SActionState.SAssertState, SActionState.SReportState
 
Field Summary
 
Fields inherited from class com.sun.msv.reader.State
baseURI, location, parentState, reader, startTag
 
Constructor Summary
SActionState.SAssertState()
           
 
Method Summary
protected  void onActionReady(SAction action)
           
 
Methods inherited from class com.sun.msv.schematron.reader.SActionState
characters, endSelf
 
Methods inherited from class com.sun.msv.reader.ChildlessState
createChildState
 
Methods inherited from class com.sun.msv.reader.SimpleState
endDocument, endElement, isGrammarElement, startElement
 
Methods inherited from class com.sun.msv.reader.State
_assert, callInterceptExpression, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, startSelf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SActionState.SAssertState

public SActionState.SAssertState()
Method Detail

onActionReady

protected void onActionReady(SAction action)
Specified by:
onActionReady in class SActionState


MSV