forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
12
Kha/Tools/macos/std/flash/xml/XMLDocument.hx
Normal file
12
Kha/Tools/macos/std/flash/xml/XMLDocument.hx
Normal file
@ -0,0 +1,12 @@
|
||||
package flash.xml;
|
||||
|
||||
extern class XMLDocument extends XMLNode {
|
||||
var docTypeDecl : Dynamic;
|
||||
var idMap : Dynamic;
|
||||
var ignoreWhite : Bool;
|
||||
var xmlDecl : Dynamic;
|
||||
function new(?source : String) : Void;
|
||||
function createElement(name : String) : XMLNode;
|
||||
function createTextNode(text : String) : XMLNode;
|
||||
function parseXML(source : String) : Void;
|
||||
}
|
Reference in New Issue
Block a user