Module IXMLDOMParseError
In: ext/win32ole/sample/xml.rb

structure for reporting parser errors

Methods

errorCode   filepos   line   linepos   reason   srcText   url  

Included Modules

WIN32OLE::VARIANT

Attributes

lastargs  [R] 

Public Instance methods

I4 errorCode the error code

I4 filepos the absolute file position in the XML document containing the error

I4 line the line number in the XML document where the error occurred

I4 linepos the character position in the line containing the error

BSTR reason the cause of the error

BSTR srcText the data where the error occurred

BSTR url the URL of the XML document containing the error

[Validate]

ruby-doc.org is a service of James Britt and Neurogami, a Ruby application development company in Phoenix, AZ.

Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.

For more information on the Ruby programming language, visit ruby-lang.org.

Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.