Serialized Form


Package org.mozilla.javascript.xmlimpl

Class org.mozilla.javascript.xmlimpl.Namespace extends org.mozilla.javascript.IdScriptableObject implements Serializable

Serialized Fields

lib

XMLLibImpl lib

prefixValue

String prefixValue

uriValue

String uriValue

Class org.mozilla.javascript.xmlimpl.QName extends org.mozilla.javascript.IdScriptableObject implements Serializable

Serialized Fields

lib

XMLLibImpl lib

prefixValue

String prefixValue

localName

String localName

uriValue

String uriValue

Class org.mozilla.javascript.xmlimpl.XML extends org.mozilla.javascript.xmlimpl.XMLObjectImpl implements Serializable

Serialized Fields

axiomNode

AxiomNode axiomNode

Class org.mozilla.javascript.xmlimpl.XMLLibImpl extends org.mozilla.javascript.xml.XMLLib implements Serializable

Serialized Fields

globalScope

org.mozilla.javascript.Scriptable globalScope

xmlPrototype

org.mozilla.javascript.xmlimpl.XMLObjectImpl xmlPrototype

xmlListPrototype

XMLList xmlListPrototype

namespacePrototype

Namespace namespacePrototype

qnamePrototype

QName qnamePrototype

ignoreComments

boolean ignoreComments

ignoreProcessingInstructions

boolean ignoreProcessingInstructions

ignoreWhitespace

boolean ignoreWhitespace

prettyPrinting

boolean prettyPrinting

prettyIndent

int prettyIndent

Class org.mozilla.javascript.xmlimpl.XMLList extends org.mozilla.javascript.xmlimpl.XMLObjectImpl implements Serializable

Serialized Fields

_axiomNodeList

List<E> _axiomNodeList

targetObject

org.mozilla.javascript.xmlimpl.XMLObjectImpl targetObject

targetProperty

javax.xml.namespace.QName targetProperty

Class org.mozilla.javascript.xmlimpl.XMLName extends org.mozilla.javascript.Ref implements Serializable

Serialized Fields

uri

String uri

localName

String localName

isAttributeName

boolean isAttributeName

isDescendants

boolean isDescendants

xmlObject

org.mozilla.javascript.xmlimpl.XMLObjectImpl xmlObject



Copyright © 2012 WSO2. All Rights Reserved.