|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--mozile.rng.Node | +--mozile.rng.OneOrMore
Defined in rng.js
Constructor Summary | |
mozile.rng.OneOrMore
()
Represents an RNG "oneOrMore" element. |
Method Summary | |
mozile.rng.Validation
|
validate(<Node> node, <mozile.rng.Validation> validation)
Validates the node. |
Methods inherited from class mozile.rng.Node |
toString, getType, getSchema, getGrammar, getParentNode, getParentElement, getNextSibling, getChildNodes, getChildNode, appendChild, removeChild, getDescendants, mustContain, mayContain, mustHave, mayHave, reset, resetAll, selfValidate, selfValidateAll
|
Constructor Detail |
mozile.rng.OneOrMore()
element
- The RNG element to represent.
Method Detail |
mozile.rng.Validation validate(<Node> node, <mozile.rng.Validation> validation)
node
- The node to be validated.
validation
- The mozile.rng.Validation object for this validation operation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |