HaxeAPI
  • Version 4.3.5
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.5
    • 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 XMLNode

package flash.xml

extended by XMLDocument


Available on flash

Constructor

new(type:XMLNodeType, value:String)

Variables

@: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

Methods

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.3.5

© 2024  Haxe Foundation | Contribute to Haxe