Ejemplo n.º 1
0
 public IScriptableDocument createDocument(string namespaceURI, string qualifiedName, IScriptableDocumentType doctype)
 {
     throw new NotSupportedException();
     //object result = ((XmlImplementation)baseObject).CreateDocument(namespaceURI, qualifiedName, ((IDocumentType)((ScriptableDocumentType)doctype).baseObject));
     //return (result != null) ? (IScriptableDocument)ScriptableObject.CreateWrapper(result) : null;
 }
Ejemplo n.º 2
0
 public IScriptableDocument createDocument(string namespaceURI, string qualifiedName, IScriptableDocumentType doctype)
 {
     throw new NotSupportedException();
     //object result = ((XmlImplementation)baseObject).CreateDocument(namespaceURI, qualifiedName, ((IDocumentType)((ScriptableDocumentType)doctype).baseObject));
         //return (result != null) ? (IScriptableDocument)ScriptableObject.CreateWrapper(result) : null;
 }