public class XMLDOMParseError extends SimpleScriptable
Constructor and Description |
---|
XMLDOMParseError() |
Modifier and Type | Method and Description |
---|---|
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.
|
clone, defineFunctionProperties, defineProperty, equivalentValues, get, getBrowserVersion, getClassName, getDefaultValue, getDomNodeOrDie, getDomNodeOrNull, getPrototype, getScriptableFor, getStartingScope, getTransformerScriptableFor, getWindow, getWindow, getWithPreemption, hasInstance, initParentScope, makeScriptableFor, setCaseSensitive, setDomNode, setDomNode, setHtmlElement
applyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineOwnProperties, defineOwnProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getOwnPropertyDescriptor, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, preventExtensions, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setGetterOrSetter, setParentScope, setPrototype, size
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-2013 Gargoyle Software Inc.. All Rights Reserved.