NekoXml__
class neko.NekoXml__Available in neko
var nodeName(getNodeName,setNodeName) : String
var nodeType(default,null) : XmlType
var nodeValue(getNodeValue,setNodeValue) : String
var parent(getParent,null) : NekoXml__
function addChild( x : NekoXml__ ) : Void
function attributes() : Iterator<String>
function elements() : Unknown
function elementsNamed( name : String ) : Unknown
function exists( att : String ) : Bool
function firstChild() : NekoXml__
function firstElement() : NekoXml__
function get( att : String ) : String
function insertChild( x : NekoXml__, pos : Int ) : Void
function iterator() : Iterator<NekoXml__>
function remove( att : String ) : Void
function removeChild( x : NekoXml__ ) : Bool
function set( att : String, value : String ) : Void
function toString() : String
function toStringRec( s : StringBuf ) : Void
version #7813, modified 2010-01-09 20:28:29 by api
0 comment