xml.XmlParserException

XmlParserException

package haxe-xml

import haxe.xml.Parser

Available on all platforms

Constructor

new (message:String, xml:String, position:Int)

Variables

lineNumber:Int

the line number at which the XML parsing error occured

message:String

the XML parsing error message

position:Int

the character position in the XML string at which the parsing error occured

positionAtLine:Int

the character position in the reported line at which the parsing error occured

xml:String

the invalid XML string

Methods

toString ():String

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/haxe/xml/XmlParserException.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部