root / README.extend
| Revision 400:17c6264e50c6, 351 bytes (checked in by unknown, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | To implement a new access API, your nodes must implement the following 10 methods: |
| 2 | |
| 3 | All nodes: |
| 4 | node_type() |
| 5 | Element nodes: |
| 6 | size() |
| 7 | root() |
| 8 | namespace( prefix ) |
| 9 | children() |
| 10 | attribute( name, namespace ) |
| 11 | Element and Attribute nodes: |
| 12 | name() |
| 13 | namespace() |
| 14 | Processing Instruction nodes: |
| 15 | target() |
| 16 | Text, Processing Instruction, and Comment nodes: |
| 17 | value() |
| 18 |
Note: See TracBrowser
for help on using the browser.
