Helps providing a fast dot-syntax access to the most common Xml methods. Copied from haxe.xml.Access but replaces error throws with warnings and errors FlxG.log

Static variables

staticread onlyatt:AttribAccess

Access to a given attribute.

staticread onlyelements:Iterator<BMFontXml>

The list of all sub-elements which are the nodes with type Xml.Element.

staticread onlyname:String

The name of the current element. This is the same as Xml.nodeName.

staticread onlynode:NodeAccess

Access to the first sub element with the given name.

staticread onlyxml:Xml

Static methods

statichas(this:Xml, name:String):Bool

Check the existence of an attribute with the given name.

statichasNode(this:Xml, name:String):Bool

Check the existence of a sub node with the given name.

staticnodes(this:Xml, name:String):Array<BMFontXml>

Access to the List of elements with the given name.