haXe API Documentation
Back |
Indexprivate enum haxe.xml.CheckResult
import haxe.xml.Check
Available in flash, neko, js, flash9, php, cpp
- CMissingAttrib(att : String,x : Xml)
- CMissing(r : haxe.xml.Rule)
- CMatch
- CInvalidData(x : Xml,f : haxe.xml.Filter)
- CInvalidAttrib(att : String,x : Xml,f : haxe.xml.Filter)
- CInElement(x : Xml,r : CheckResult)
- CExtraAttrib(att : String,x : Xml)
- CExtra(x : Xml)
- CElementExpected(name : String,x : Xml)
- CDataExpected(x : Xml)
Back |
Index