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

final class XML

package flash.xml


Available on flash

Static variables

@:flash.propertystaticignoreComments:Bool

@:flash.propertystaticignoreProcessingInstructions:Bool

@:flash.propertystaticignoreWhitespace:Bool

@:flash.propertystaticprettyIndent:Int

@:flash.propertystaticprettyPrinting:Bool

Static methods

staticdefaultSettings():Dynamic

staticsetSettings(?o:Dynamic):Void

staticsettings():Dynamic

Constructor

new(?value:Dynamic)

Methods

addNamespace(ns:Dynamic):XML

appendChild(child:Dynamic):XML

attribute(arg:Dynamic):XMLList

attributes():XMLList

child(propertyName:Dynamic):XMLList

childIndex():Int

children():XMLList

comments():XMLList

contains(value:Dynamic):Bool

copy():XML

descendants(?name:Dynamic):XMLList

elements(?name:Dynamic):XMLList

hasComplexContent():Bool

hasSimpleContent():Bool

inScopeNamespaces():Array<Dynamic>

insertChildAfter(child1:Dynamic, child2:Dynamic):Dynamic

insertChildBefore(child1:Dynamic, child2:Dynamic):Dynamic

length():Int

localName():Object

name():Object

namespace(?prefix:Dynamic):Namespace

namespaceDeclarations():Array<Dynamic>

nodeKind():String

normalize():XML

notification():Function

parent():XML

prependChild(value:Dynamic):XML

processingInstructions(?name:Dynamic):XMLList

removeNamespace(ns:Dynamic):XML

replace(propertyName:Dynamic, value:Dynamic):XML

setChildren(value:Dynamic):XML

setLocalName(name:Dynamic):Void

setName(name:Dynamic):Void

setNamespace(ns:Dynamic):Void

setNotification(f:Function):Dynamic

text():XMLList

@:require(flash11)toJSON(k:String):Dynamic

toString():String

toXMLString():String

valueOf():XML

This documentation is generated for version 4.3.5

© 2024  Haxe Foundation | Contribute to Haxe