godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
XMLParser.hasAttribute
godot
xmlparser
XMLParser
Check whether or not the current element has a certain attribute.
struct
XMLParser
@
nogc
nothrow const
bool
hasAttribute
(
StringArg0
)
(
in
StringArg0
name
)
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
Check whether or not the current element has a certain attribute.