It looks like it is a tree walker with filter that you are looking for.

Erik Rydgren
Mandarinen systems AB
Sweden

-----Original Message-----
From: Benoit Lefevre [mailto:[EMAIL PROTECTED]]
Sent: den 15 juni 2001 11:07
To: [EMAIL PROTECTED]
Subject: selective DOM object parsing




Hi

     I'd like to parce a DOM Object without taking care of the Text Nodes.
     For exemple somwhere in my code i'd like that when i do :
          aSon = aSon.getNextSibling();
     the call to "getNextSibling()" skip the TextNodes.
     Could you give me an exemple of that kind of use of a
     DOM_Document (if i'm right, the "skiping" functionality is linked to
this
     type of nodes).

thanks in advance.

benoit lefevre.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to