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

Method getNamespaceCount

src/org/kxml2/kdom/Element.java:160–162  ·  view source on GitHub ↗

returns the number of declared namespaces, NOT including parent elements

()

Source from the content-addressed store, hash-verified

158 * parent elements */
159
160 public int getNamespaceCount () {
161 return (prefixes == null ? 0 : prefixes.size ());
162 }
163
164
165 public String getNamespacePrefix (int i) {

Callers 2

getNamespaceUriMethod · 0.95
parseMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected