com.oxygenxml.validate.nvdl
Interface SectionState

All Known Implementing Classes:
ValidatorImpl.Section

interface SectionState


Method Summary
 void addActiveHandler(ContentHandler handler, ModeUsage attributeModeUsage)
           
 void addAttributeValidationModeUsage(ModeUsage modeUsage)
           
 void addChildMode(ModeUsage modeUsage, ContentHandler handler)
           
 void addValidator(Schema schema, ModeUsage modeUsage)
           
 void attachPlaceholder(ModeUsage modeUsage, ContentHandler handler)
           
 void reject()
           
 

Method Detail

addChildMode

void addChildMode(ModeUsage modeUsage,
                  ContentHandler handler)
Parameters:
modeUsage -
handler - may be null

addValidator

void addValidator(Schema schema,
                  ModeUsage modeUsage)

addActiveHandler

void addActiveHandler(ContentHandler handler,
                      ModeUsage attributeModeUsage)
Parameters:
handler - must not be null

addAttributeValidationModeUsage

void addAttributeValidationModeUsage(ModeUsage modeUsage)

reject

void reject()
            throws SAXException
Throws:
SAXException

attachPlaceholder

void attachPlaceholder(ModeUsage modeUsage,
                       ContentHandler handler)