MCPcopy Create free account
hub / github.com/dumbledore/AlbiteREADER / getType

Method getType

src/org/kxml2/kdom/Node.java:181–183  ·  view source on GitHub ↗

Returns the type of the child at the given index. Possible types are ELEMENT, TEXT, COMMENT, and PROCESSING_INSTRUCTION

(int index)

Source from the content-addressed store, hash-verified

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).

Callers 2

isTextMethod · 0.95
writeChildrenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected