if i have the following xml : <Shapes> <Numbers>n-3</Numbers> <Ellipse.0> <Color> <Red>r-0</Red> <Green>g-0</Green> <Blue>b-255</Blue> </Color> <FillColor> <Red>r-0</Red> <Green>g-0</Green> <Blue>b-255</Blue> </FillColor> <Position> <X>x-12</X> <Y>y-12</Y> </Position> <properties> <Hight>v-123.0</Hight> <Width>v-12.0</Width> </properties> </Ellipse.0> </Shapes> and i want code in java that get names of elements of a tag for Example: elements of the tag properties are (Hight, Width) this […]
The post Get elements from tags in xml in java appeared first on BlogoSfera.