메소드 |
설명 |
|
AddXMLObjects ( Context cx, XMLObject obj1, XMLObject obj2 ) : object |
|
|
BadXMLName ( object value ) : Exception |
|
|
CastToNamespace ( Context cx, object namespaceObj ) : Namespace |
|
|
CastToQName ( Context cx, object qnameValue ) : QName |
|
|
ConstructQName ( Context cx, object nameValue ) : QName |
|
|
ConstructQName ( Context cx, object @namespace, object name ) : QName |
|
|
CreateNamespaces ( Rhino declarations ) : Rhino.Xmlimpl.Namespace[] |
|
|
EcmaToXml ( object @object ) : XML |
|
|
ExportToScope ( bool @sealed ) : void |
|
|
GetDefaultNamespace ( Context cx ) : Namespace |
|
|
GetDefaultNamespaceURI ( Context cx ) : string |
|
|
GetProcessor ( ) : XmlProcessor |
|
|
GlobalScope ( ) : Scriptable |
|
|
NewNamespace ( string uri ) : Namespace |
|
|
NewQName ( Rhino qname ) : QName |
|
|
NewQName ( string uri, string localName, string prefix ) : QName |
|
|
NewTextElementXML ( Rhino reference, Rhino qname, string value ) : XML |
|
|
NewXML ( Rhino node ) : XML |
|
|
NewXMLFromJs ( object inputObject ) : XML |
|
|
NewXMLList ( ) : XMLList |
|
|
NewXMLListFrom ( object inputObject ) : XMLList |
|
|
Parse ( string frag ) : XML |
|
|
QnamePrototype ( ) : QName |
|
|
ToAttributeName ( Context cx, object nameValue ) : XMLName |
|
|
ToNodeQName ( Context cx, object nameValue, bool attribute ) : Rhino.Xmlimpl.XmlNode.QName |
|
|
ToNodeQName ( Context cx, object namespaceValue, object nameValue ) : Rhino.Xmlimpl.XmlNode.QName |
|
|
ToNodeQName ( Context cx, string name, bool attribute ) : Rhino.Xmlimpl.XmlNode.QName |
|
|
ToXMLName ( Context cx, object nameValue ) : XMLName |
|
|
ToXMLNameFromString ( Context cx, string name ) : XMLName |
|
|
ToXMLNameOrIndex ( Context cx, object value ) : XMLName |
If value represents Uint32 index, make it available through ScriptRuntime.lastUint32Result(cx) and return null. If value represents Uint32 index, make it available through ScriptRuntime.lastUint32Result(cx) and return null. Otherwise return the same value as toXMLName(cx, value). |
|
XMLLibImpl ( Scriptable globalScope ) : System |
|
|
XmlPrimaryReference ( Context cx, XMLName xmlName, Scriptable scope ) : Ref |
|
|