haXe API Documentation
Back |
Indexenum haxe.xml.Rule
import haxe.xml.Check
Available in flash8, neko, js, flash, php, cpp, cs, java
- ROptional(rule : Rule)
- RNode(name : String,?attribs : Array<Attrib>,?childs : Rule)
- RMulti(rule : Rule,?atLeastOne : Bool)
- RList(rules : Array<Rule>,?ordered : Bool)
- RData(?filter : Filter)
- RChoice(choices : Array<Rule>)
Back |
Index