XMLDPFactory.java | Class | This class gets and creates instances of DP objects.
All XMLDP* objects are backed by a DOM element; they are simply
wrappers for the DOM that impose certain semantics on particular
types of DOM nodes.
The get* methods add a wrapper around an already existing DOM node.
They all require the DOM element to be passed in as an argument. |