Clarify: DOMParserFilter.startElement:FILTER_SKIP

Hi:

[1] read

"#  FILTER_SKIP if the Element  should be rejected. All of its children 
are inserted in place of the rejected Element node. This return value 
will be ignored if element is the documentElement, the documentElement 
cannot be rejected nor skipped. "

1) Does it mean ALL children will be insreted in place of skipped
    Element ?
2) Why *rejected* is used for *skipped* seems editorial issue ?

Thanks
- Gopal

[1] 
http://www.w3.org/TR/2003/WD-DOM-Level-3-LS-20030619/load-save.html#LS-DOMParserFilter-startElement

Received on Thursday, 23 October 2003 12:33:51 UTC