Venkat Reddy wrote:
On 4/19/05, Aleksander Slominski <[EMAIL PROTECTED]> wrote:Venkat Reddy wrote: OMChildrenManagement should just manage children (and siblings as well ...)
an additional interface (for example OMContained { getParent() } ) could deal just with parental relations (attribute contained in element etc)
let me just state this for record - requiring OMText to implement OMNode is confusing for non-DOM trained Java programmers (and just a bit less confusing for DOM-trained) - moreover if String could be used it would make for much smaller memory footprint (and simpler code) when DOM is not needed as it would be no need for wrapper class (OMTextImpl) that carries besides string value set of toher fields such as done,
nextSibling,
nodeType,
parent,
previousSibling
(and people wonder why DOM is memory intensive ...) - based on:
http://ws.apache.org/axis2/api/org/apache/axis/om/impl/llom/OMTextImpl.htmlalek -- The best way to predict the future is to invent it - Alan Kay |
- Re: [Axis2] OMNodeImpl notes Aleksander Slominski
- Re: [Axis2] OMNodeImpl notes Venkat Reddy
- RE: [Axis2] OMNodeImpl notes Eran Chinthaka
- Re: [Axis2] OMNodeImpl notes Dasarath Weeratunge
