HaxeAPI
  • Version 4.2.0
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.1
    • Development
  • Download Haxe
  • Learn Haxe
    • Introduction
    • Manual
    • Code Cookbook
    • API Documentation
    • Videos
    • Try Haxe online
    • Haxelib
  • Connect
    • Github
    • Bug reports
    • Stack Overflow
    • Forums
    • Discord
    • Gitter
    • Blog
    • Facebook
    • #haxe
    • @haxelang
    • @haxe_org
    • Contact
View source

class XMLDocument

package flash.xml

extends XMLNode


Available on flash

Constructor

new(?source:String)

Variables

docTypeDecl:Dynamic

idMap:Dynamic

ignoreWhite:Bool

xmlDecl:Dynamic

Methods

createElement(name:String):XMLNode

createTextNode(text:String):XMLNode

parseXML(source:String):Void

Inherited Variables

Defined by XMLNode

@:flash.propertyattributes:Dynamic

@:flash.propertyread onlychildNodes:Array<Dynamic>

firstChild:XMLNode

lastChild:XMLNode

@:flash.propertyread onlylocalName:String

@:flash.propertyread onlynamespaceURI:String

nextSibling:XMLNode

nodeName:String

nodeType:XMLNodeType

nodeValue:String

parentNode:XMLNode

@:flash.propertyread onlyprefix:String

previousSibling:XMLNode

Inherited Methods

Defined by XMLNode

appendChild(node:XMLNode):Void

cloneNode(deep:Bool):XMLNode

getNamespaceForPrefix(prefix:String):String

getPrefixForNamespace(ns:String):String

hasChildNodes():Bool

insertBefore(node:XMLNode, before:XMLNode):Void

removeNode():Void

toString():String

This documentation is generated for version 4.2.0

© 2024  Haxe Foundation | Contribute to Haxe