|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.thaiopensource.validate.nrl.ValidatorImpl.Section
private class ValidatorImpl.Section
Field Summary | |
---|---|
(package private) Vector |
activeHandlers
List of the ContentHandlers that want to see the elements in this section |
(package private) Vector |
activeHandlersAttributeModeUsage
|
(package private) int |
attributeProcessing
|
(package private) Vector |
attributeValidationModeUsages
|
(package private) Vector |
childPrograms
List of Programs saying what to do with child sections |
(package private) Stack |
context
|
(package private) boolean |
contextDependent
|
(package private) int |
depth
Number of open elements in this section. |
(package private) String |
ns
Namespace of this section. |
(package private) ValidatorImpl.Section |
parent
|
(package private) Vector |
schemas
|
(package private) Vector |
validators
List of the Validators rooted in this section |
Constructor Summary | |
---|---|
ValidatorImpl.Section(String ns,
ValidatorImpl.Section parent)
|
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 |
reject()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
final ValidatorImpl.Section parent
final String ns
int depth
final Vector validators
final Vector schemas
final Vector activeHandlers
final Vector activeHandlersAttributeModeUsage
final Vector attributeValidationModeUsages
final Vector childPrograms
final Stack context
boolean contextDependent
int attributeProcessing
Constructor Detail |
---|
ValidatorImpl.Section(String ns, ValidatorImpl.Section parent)
Method Detail |
---|
public void addChildMode(ModeUsage modeUsage, ContentHandler handler)
addChildMode
in interface SectionState
handler
- may be nullpublic void addValidator(Schema schema, ModeUsage modeUsage)
addValidator
in interface SectionState
public void addActiveHandler(ContentHandler handler, ModeUsage attributeModeUsage)
addActiveHandler
in interface SectionState
handler
- must not be nullpublic void addAttributeValidationModeUsage(ModeUsage modeUsage)
addAttributeValidationModeUsage
in interface SectionState
public void reject() throws SAXException
reject
in interface SectionState
SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |