XMLParser

Inherits: RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Methods

int

get_attribute_count ( ) const

String

get_attribute_name ( int idx ) const

String

get_attribute_value ( int idx ) const

int

get_current_line ( ) const

String

get_named_attribute_value ( String name ) const

String

get_named_attribute_value_safe ( String name ) const

String

get_node_data ( ) const

String

get_node_name ( ) const

int

get_node_offset ( ) const

NodeType

get_node_type ( )

bool

has_attribute ( String name ) const

bool

is_empty ( ) const

Error

open ( String file )

Error

open_buffer ( PackedByteArray buffer )

Error

read ( )

Error

seek ( int position )

void

skip_section ( )


Enumerations

enum NodeType:

NodeType NODE_NONE = 0

There is currently no description for this enum. Please help us by contributing one!

NodeType NODE_ELEMENT = 1

There is currently no description for this enum. Please help us by contributing one!

NodeType NODE_ELEMENT_END = 2

There is currently no description for this enum. Please help us by contributing one!

NodeType NODE_TEXT = 3

There is currently no description for this enum. Please help us by contributing one!

NodeType NODE_COMMENT = 4

There is currently no description for this enum. Please help us by contributing one!

NodeType NODE_CDATA = 5

There is currently no description for this enum. Please help us by contributing one!

NodeType NODE_UNKNOWN = 6

There is currently no description for this enum. Please help us by contributing one!


Method Descriptions

int get_attribute_count ( ) const

There is currently no description for this method. Please help us by contributing one!


String get_attribute_name ( int idx ) const

There is currently no description for this method. Please help us by contributing one!


String get_attribute_value ( int idx ) const

There is currently no description for this method. Please help us by contributing one!


int get_current_line ( ) const

There is currently no description for this method. Please help us by contributing one!


String get_named_attribute_value ( String name ) const

There is currently no description for this method. Please help us by contributing one!


String get_named_attribute_value_safe ( String name ) const

There is currently no description for this method. Please help us by contributing one!


String get_node_data ( ) const

There is currently no description for this method. Please help us by contributing one!


String get_node_name ( ) const

There is currently no description for this method. Please help us by contributing one!


int get_node_offset ( ) const

There is currently no description for this method. Please help us by contributing one!


NodeType get_node_type ( )

There is currently no description for this method. Please help us by contributing one!


bool has_attribute ( String name ) const

There is currently no description for this method. Please help us by contributing one!


bool is_empty ( ) const

There is currently no description for this method. Please help us by contributing one!


Error open ( String file )

There is currently no description for this method. Please help us by contributing one!


Error open_buffer ( PackedByteArray buffer )

There is currently no description for this method. Please help us by contributing one!


Error read ( )

There is currently no description for this method. Please help us by contributing one!


Error seek ( int position )

There is currently no description for this method. Please help us by contributing one!


void skip_section ( )

There is currently no description for this method. Please help us by contributing one!