- child(String, int) - Method in class com.googlecode.jinahya.xml.ElementLocator
-
Locates child element which has given localName in no
name space at index.
- child(String, String, int) - Method in class com.googlecode.jinahya.xml.ElementLocator
-
Locate a child element which has given localName in given
namespaceURI at index.
- child(String) - Method in class com.googlecode.jinahya.xml.ElementLocator
-
Adds a child element and locate it.
- child(String, String) - Method in class com.googlecode.jinahya.xml.ElementLocator
-
Adds a child element and locate it.
- com.googlecode.jinahya.xml - package com.googlecode.jinahya.xml
-
- count(String) - Method in class com.googlecode.jinahya.xml.ElementLocator
-
Returns the number of child elements which each has given
localName in no name space.
- count(String, String) - Method in class com.googlecode.jinahya.xml.ElementLocator
-
Returns the number of child elements which each has given
localName in specified namespaceURI.