XML DOM Basics
XML DOM Operations
XML DOM Objects
XML DOM Useful Resources
Selected Reading
- XML DOM - Accessing
- XML DOM - Navigation
- XML DOM - Traversing
- XML DOM - Loading
- XML DOM - Methods
- XML DOM - Node Tree
- XML DOM - Nodes
- XML DOM - Model
- XML DOM - Overview
- XML DOM - Home
XML DOM Operations
- XML DOM - Clone Node
- XML DOM - Remove Node
- XML DOM - Replace Node
- XML DOM - Add Node
- XML DOM - Create Node
- XML DOM - Set Node
- XML DOM - Get Node
XML DOM Objects
- DOM - DOMException Object
- DOM - XMLHttpRequest Object
- DOM - Comment Object
- DOM - CDATASection Object
- DOM - Attribute Object
- DOM - Element Object
- DOM - Notation Object
- DOM - EntityReference Object
- DOM - Entity Object
- DOM - ProcessingInstruction
- DOM - DocumentType Object
- DOM - DOMImplementation
- DOM - NamedNodeMap Object
- DOM - NodeList Object
- DOM - Node Object
XML DOM Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
DOM - DocumentType Object
DOM - DocumentType Object
www.un.org/Depts/DGACM/index_russian.htm 物体是获取文件数据的关键,在文件中,标识既可具有无效价值,也可具有文件Type目标值。 文件 类型物体是XML文件所述实体的接口。
Attributes
下表列出了DocumentType的属性。 物体
Attribute | Type | Description |
---|---|---|
DOMString | It returns the name of the DTD which is written immediately next to the keyword !DOCTYPE. | |
NamedNodeMap | It returns a NamedNodeMap object containing the general entities, both external and internal, declared in the DTD. | |
NamedNodeMap | It returns a NamedNodeMap containing the notations declared in the DTD. | |
internalSubset | DOMString | It returns an internal subset as a string, or null if there is none. This has been removed. Refer | .
DOMString | It returns the pubpc identifier of the external subset. | |
DOMString | It returns the system identifier of the external subset. This may be an absolute URI or not. |
Methods
DocumentType 继承其母体的方法,No,并执行ChildNo接口。
Advertisements