com.oxygenxml.validate.nvdl
Interface SectionState
- All Known Implementing Classes:
- ValidatorImpl.Section
interface SectionState
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)