Returns the type of the child at the given index. Possible types are ELEMENT, TEXT, COMMENT, and PROCESSING_INSTRUCTION
(int index)
| 179 | types are ELEMENT, TEXT, COMMENT, and PROCESSING_INSTRUCTION */ |
| 180 | |
| 181 | public int getType(int index) { |
| 182 | return types.charAt(index); |
| 183 | } |
| 184 | |
| 185 | /** Convenience method for indexOf (getNamespace (), name, |
| 186 | startIndex). |
no outgoing calls
no test coverage detected