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