 Loading...
Object AMLImplementation
Represents an implementation object.
Members Table
The following table lists the members exposed by the AMLImplementation object.
|
Show:
|
Attribute |
Readonly |
Description |
Property |
Type |
Readonly |
Description |
Method |
Returns |
Description |
createDocument
|
AMLDocument
|
Creates a AMLDocument object of the specified type with its document element.
|
Sytaxis:
object.createDocument(sNameSpaceURI, sQualifiedName, oDocumentType) Arguments:
Name |
Type |
O/R |
Description |
sNameSpaceURI |
String |
Required |
The namespace URI of the document element to create or null. |
sQualifiedName |
String |
Required |
The qualified name of the document element to be created or null. |
oDocumentType |
AMLDocumentType
|
Required |
The type of document to be created or null. |
|
createDocumentType
|
AMLDocumentType
|
Creates an empty DocumentType node. |
Sytaxis:
object.createDocumentType(sQualifiedName, sPublicId, sSystemId) Arguments:
Name |
Type |
O/R |
Description |
sQualifiedName |
String |
Required |
The qualified name of the document type to be created. |
sPublicId |
String |
Required |
The external subset public identifier. |
sSystemId |
String |
Required |
The external subset system identifier. |
|
hasFeature
|
Boolean |
Test if the DOM implementation implements a specific feature and version. |
Sytaxis:
object.hasFeature(sFeature, sVersion) Arguments:
Name |
Type |
O/R |
Description |
sFeature |
String |
Required |
The name of the feature requested. |
sVersion |
String |
Required |
The version number of the feature to test. |
|
Event |
B |
C |
Interface |
Description |
Constant |
Value |
Description |
|
|