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
XML DOM - Model
XML DOM - Model
既然我们知道多民族行动意味着什么,那么,我们就会看到多民族运动的结构是什么。 DOM文件是nodes 。 或部分信息按等级排列。 某些类型的nodes 也许有child不同种类的节点,而其他节点则在文件结构中没有任何内容。 下表列出了他们作为儿童可能享有的节点类型:
Attr——文本,实体参考
ProcessingInstruction 无
CDATA Section 无
Entity - Element,processInstruction, comment, Text, CDATA Section, entities Reference
Example
考虑以下XML文件node.xml的OM代表性。
<?xml version = "1.0"?> <Company> <Employee category = "technical"> <FirstName>Tanmay</FirstName> <LastName>Patil</LastName> <ContactNo>1234567890</ContactNo> </Employee> <Employee category = "non-technical"> <FirstName>Taniya</FirstName> <LastName>Mishra</LastName> <ContactNo>1234667898</ContactNo> </Employee> </Company>
上文XML文件的目标模式如下:
从上述流程图来看,我们可以推断——
显然,Node可以有多个节点,称为child。 http://www.un.org/Depts/DGACM/index_french.htm 在上述例子中,我们有两个特性:Technical 和Non-tech。 attribute no子实际上不是 element子的孩子,而是仍然与.有关系。
这些孩子可以有多个孩子。 在节点内的案文称为text node。
同一层次的 no子被称为兄弟姐妹。
人力部确定——
代表接口和操纵文件的目的。
物体和界面之间的关系。