Available on neko
staticread onlyCData:XmlType
staticread onlyComment:XmlType
staticread onlyDocType:XmlType
staticread onlyDocument:XmlType
staticread onlyElement:XmlType
staticread onlyPCData:XmlType
staticread onlyProcessingInstruction:XmlType
staticcreateCData(data:String):Xml
staticcreateComment(data:String):Xml
staticcreateDocType(data:String):Xml
staticcreateDocument():Xml
@:has_untypedstaticcreateElement(name:String):Xml
staticcreatePCData(data:String):Xml
staticcreateProcessingInstruction(data:String):Xml
@:has_untypedstaticparse(str:String):Xml
nodeName:String
read onlynodeType:XmlType
nodeValue:String
read onlyparent:Xml
addChild(x:Xml):Void
attributes():Iterator<String>
@:has_untypedelements():Iterator<Xml>
@:has_untypedelementsNamed(name:String):Iterator<Xml>
exists(att:String):Bool
firstChild():Xml
firstElement():Xml
get(att:String):String
insertChild(x:Xml, pos:Int):Void
@:has_untypediterator():Iterator<Xml>
remove(att:String):Void
removeChild(x:Xml):Bool
set(att:String, value:String):Void
toString():String