eros
eros

Reputation: 5076

Java: VTD-XML 2.10: How to select all element in depth 1

I am using VTD-XML 2.10 in Java.

I have problem on how to select all elements which has depth of 1.

Any guidance is appreciated.

Upvotes: 1

Views: 374

Answers (1)

vtd-xml-author
vtd-xml-author

Reputation: 3377

I think you should use xpath /*

Upvotes: 1

Related Questions