public class DOMParser extends SimpleScriptable
Constructor and Description |
---|
DOMParser() |
Modifier and Type | Method and Description |
---|---|
void |
jsConstructor()
Javascript constructor.
|
Document |
jsxFunction_parseFromString(String str,
String contentType)
The string passed in is parsed into a DOM document.
|
get, getBooleanArg, getClassName, getDefaultValue, getDomNodeOrDie, getDomNodeOrNull, getIntArg, getLog, getObjectArg, getPrototype, getScriptableFor, getStartingScope, getStringArg, getTransformerScriptableFor, getWindow, getWindow, getWithPreemption, makeScriptableFor, setDomNode, setDomNode, setHtmlElement
associateValue, 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, setPrototype
public void jsConstructor()
public Document jsxFunction_parseFromString(String str, String contentType)
str
- The UTF16 string to be parsed.contentType
- The content type of the string -
either text/xml, application/xml, or application/xhtml+xml. Must not be NULL.Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.