haXe API Documentation
Back | Index
enum haxe.xml.Rule
import haxe.xml.Check
Available in flash, neko, js, flash9, php, cpp
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