logo
MDA < Home 

Map Development Area (MDA)

Location: _/_   markup   _/_   xml   _/_   xpath   _/_   xpath-data-model  

Index Browse Edit Visualize Statistics Download Help
 
xpath-data-model
is mode for:
- XPath 1.0 [ language ]
data-model
- efe58c97ae889b90515647e3b3e4f3bf
- XPath Data Model
Types:
Comment:
XML document is represented as instance of the Information set -- path expression is applied to this -- result is a set of nodes satisfying the expression
Comment:
all nodes have a string value -- concatenate string values of all children
comparison
model derived from Information set -- simplified -- differs slightly from DOM: text value of

rumsti

is 'rumsti', not NULL -- all text() nodes are merged into one -- no CDATA visible -- no DTDs visible -- no entities visible
Comment:
node types: root -- element -- attribute -- namespace -- processing instruction -- comment -- text