XMLError

private enum
system.xml.XMLError

Description

Represents Error codes used by the XML API.

See also:
XMLDocument.parse

API overview

Constructor

XMLError ()

Attributes

Public attributes

XML_ERROR_ELEMENT_MISMATCH: XMLError static
XML_ERROR_EMPTY_DOCUMENT: XMLError static
XML_ERROR_FILE_COULD_NOT_BE_OPENED: XMLError static
XML_ERROR_FILE_NOT_FOUND: XMLError static
XML_ERROR_IDENTIFYING_TAG: XMLError static
XML_ERROR_MISMATCHED_ELEMENT: XMLError static
XML_ERROR_PARSING: XMLError static
XML_ERROR_PARSING_ATTRIBUTE: XMLError static
XML_ERROR_PARSING_CDATA: XMLError static
XML_ERROR_PARSING_COMMENT: XMLError static
XML_ERROR_PARSING_DECLARATION: XMLError static
XML_ERROR_PARSING_ELEMENT: XMLError static
XML_ERROR_PARSING_TEXT: XMLError static
XML_ERROR_PARSING_UNKNOWN: XMLError static
XML_NO_ATTRIBUTE: XMLError static
XML_NO_ERROR: XMLError static
XML_SUCCESS: XMLError static
XML_WRONG_ATTRIBUTE_TYPE: XMLError static

Functions

Public functions

Constructor

XMLError ()

Attributes

XML_ERROR_ELEMENT_MISMATCH: XMLError

static

XML_ERROR_EMPTY_DOCUMENT: XMLError

static

XML_ERROR_FILE_COULD_NOT_BE_OPENED: XMLError

static

XML_ERROR_FILE_NOT_FOUND: XMLError

static

XML_ERROR_IDENTIFYING_TAG: XMLError

static

XML_ERROR_MISMATCHED_ELEMENT: XMLError

static

XML_ERROR_PARSING: XMLError

static

XML_ERROR_PARSING_ATTRIBUTE: XMLError

static

XML_ERROR_PARSING_CDATA: XMLError

static

XML_ERROR_PARSING_COMMENT: XMLError

static

XML_ERROR_PARSING_DECLARATION: XMLError

static

XML_ERROR_PARSING_ELEMENT: XMLError

static

XML_ERROR_PARSING_TEXT: XMLError

static

XML_ERROR_PARSING_UNKNOWN: XMLError

static

XML_NO_ATTRIBUTE: XMLError

static

XML_NO_ERROR: XMLError

static

XML_SUCCESS: XMLError

static

XML_WRONG_ATTRIBUTE_TYPE: XMLError

static

Functions

getFullTypeName (): String
Inherited from Object

native

Gets the fully qualified type name of the Object. The fully qualified type name includes the package of the type.


Returns

String fully qualified type name of the Object.

getType (): Type
Inherited from Object

native

Gets the Type that describes the Object.


Returns

Type The Type that describes the object.

getTypeName (): String
Inherited from Object

native

Gets the type name of the Object.


Returns

String type name of the Object.

toString (): String
Inherited from Object

native

Returns a String that describes the Object. This can be overriden to provide extra details when printing objects using trace().


Returns

String String that described the Object.

: