コード例 #1
0
ファイル: XML.cs プロジェクト: exaphaser/JSC-Cross-Compiler
 /// <summary>
 /// Removes the given namespace for this object and all descendants.
 /// </summary>
 public XML removeNamespace(Namespace ns)
 {
     return default(XML);
 }
コード例 #2
0
ファイル: XML.cs プロジェクト: exaphaser/JSC-Cross-Compiler
 /// <summary>
 /// Sets the namespace associated with the XML object.
 /// </summary>
 public void setNamespace(Namespace ns)
 {
 }
コード例 #3
0
ファイル: QName.cs プロジェクト: exaphaser/JSC-Cross-Compiler
 /// <summary>
 /// Creates a QName object with a URI from a Namespace object and a localName from a QName object.
 /// </summary>
 public QName(Namespace uri, QName localName)
 {
 }
コード例 #4
0
		public static ByteArray get_ds(Namespace ns)
		{
			return default(ByteArray);
		}
コード例 #5
0
 /// <summary>
 /// Creates a QName object with a URI from a Namespace object and a localName from a QName object.
 /// </summary>
 public QName(Namespace uri, QName localName)
 {
 }
コード例 #6
0
ファイル: XML.cs プロジェクト: squareinc/JSC-Cross-Compiler
 /// <summary>
 /// Sets the namespace associated with the XML object.
 /// </summary>
 public void setNamespace(Namespace ns)
 {
 }
コード例 #7
0
ファイル: XML.cs プロジェクト: squareinc/JSC-Cross-Compiler
 /// <summary>
 /// Removes the given namespace for this object and all descendants.
 /// </summary>
 public XML removeNamespace(Namespace ns)
 {
     return(default(XML));
 }