Variables

Methods

@:value({ namespaces : null })find(match:String, ?namespaces:Dict<String, String>):Null<Element>

@:value({ namespaces : null })findall(match:String, ?namespaces:Dict<String, String>):Array<Element>

@:value({ def : null })get<T>(key:String, ?def:T):T

@:value({ namespaces : null })iterfind(tag:String, ?namespaces:Dict<String, String>):NativeIterator<Element>

set(key:String, val:String):Void