public class XMLDOMParseError extends SimpleScriptable
| Constructor and Description |
|---|
XMLDOMParseError() |
| Modifier and Type | Method and Description |
|---|---|
void |
jsConstructor()
Javascript constructor.
|
int |
jsxGet_errorCode()
Returns the error code of the last parse error.
|
int |
jsxGet_filepos()
Returns the absolute file position where the error occurred.
|
int |
jsxGet_line()
Returns the line number that contains the error.
|
int |
jsxGet_linepos()
Returns the character position within the line where the error occurred.
|
String |
jsxGet_reason()
Returns the reason for the error.
|
String |
jsxGet_srcText()
Returns the full text of the line containing the error.
|
String |
jsxGet_url()
Returns the URL of the XML document containing the last error.
|
get, getBooleanArg, getClassName, getDefaultValue, getDomNodeOrDie, getDomNodeOrNull, getIntArg, getLog, getObjectArg, getPrototype, getScriptableFor, getStartingScope, getStringArg, getTransformerScriptableFor, getWindow, getWindow, getWithPreemption, makeScriptableFor, setDomNode, setDomNode, setHtmlElementassociateValue, callMethod, callMethod, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, equivalentValues, get, getAllIds, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, getTopScopeValue, has, has, hasInstance, hasProperty, hasProperty, isConst, isSealed, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setGetterOrSetter, setParentScope, setPrototypepublic void jsConstructor()
public int jsxGet_errorCode()
public int jsxGet_filepos()
public int jsxGet_line()
public int jsxGet_linepos()
public String jsxGet_reason()
public String jsxGet_srcText()
public String jsxGet_url()
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.