godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
XMLParser.open
godot
xmlparser
XMLParser
Open a XML file for parsing. This returns an error code.
struct
XMLParser
@
nogc
nothrow
GodotError
open
(
StringArg0
)
(
in
StringArg0
file
)
Meta
Source
See Implementation
godot
xmlparser
XMLParser
aliases
BaseClasses
enums
Constants
NodeType
functions
getAttributeCount
getAttributeName
getAttributeValue
getCurrentLine
getNamedAttributeValue
getNamedAttributeValueSafe
getNodeData
getNodeName
getNodeOffset
getNodeType
hasAttribute
isEmpty
opAssign
opEquals
open
openBuffer
read
seek
skipSection
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name
Open a XML file for parsing. This returns an error code.