root / README.extend

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