Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
2
 
3
17
18
19
20
createDocument01
21
NIST
22
23
  The "createDocument(namespaceURI,qualifiedName,doctype)" method for a
24
  DOMImplementation should raise NAMESPACE_ERR DOMException
25
  if parameter qualifiedName is malformed.
26
 
27
  Retrieve the DOMImplementation on the XMLNS Document.
28
  Invoke method createDocument(namespaceURI,qualifiedName,doctype)
29
  on the retrieved DOMImplementation with namespaceURI being
30
  the literal string "http://www.ecommerce.org/", qualifiedName as
31
  "prefix::local", and doctype as null.  Method should raise
32
  NAMESPACE_ERR DOMException.
33
34
Mary Brady
35
2001-08-17
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53