|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--mozile.rng.Node | +--mozile.rng.Start
Defined in rng.js
Field Summary | |
mozile.rng.Start |
combine
Combines this mozile.rng.Start object with another mozile.rng.Start object. |
Constructor Summary | |
mozile.rng.Start
()
Represents an RNG "start" element. |
Method Summary | |
mozile.rng.Validation
|
selfValidate(validation)
Validates this RNG object. |
mozile.rng.Validation
|
validate(<Node> node, <mozile.rng.Validation> validation)
Validates the node by calling the validation method of the first RNG child object. |
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, selfValidateAll
|
Field Detail |
mozile.rng.Start combine
Constructor Detail |
mozile.rng.Start()
element
- The RNG element to represent.
Method Detail |
mozile.rng.Validation selfValidate(validation)
mozile.rng.Validation validate(<Node> node, <mozile.rng.Validation> validation)
node
- The node to be validated.
validation
- Optional. The validation object for this validation operation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |