Searched refs:illegalNamespace (Results 1 – 2 of 2) sorted by relevance
180 if (namespace != null && !namespace.isEmpty()) throw illegalNamespace(); in startTag()192 if (namespace != null && !namespace.isEmpty()) throw illegalNamespace(); in endTag()201 if (namespace != null && !namespace.isEmpty()) throw illegalNamespace(); in attribute()211 if (namespace != null && !namespace.isEmpty()) throw illegalNamespace(); in attributeInterned()221 if (namespace != null && !namespace.isEmpty()) throw illegalNamespace(); in attributeBytesHex()232 if (namespace != null && !namespace.isEmpty()) throw illegalNamespace(); in attributeBytesBase64()243 if (namespace != null && !namespace.isEmpty()) throw illegalNamespace(); in attributeInt()253 if (namespace != null && !namespace.isEmpty()) throw illegalNamespace(); in attributeIntHex()263 if (namespace != null && !namespace.isEmpty()) throw illegalNamespace(); in attributeLong()273 if (namespace != null && !namespace.isEmpty()) throw illegalNamespace(); in attributeLongHex()[all …]
362 if (namespace != null && !namespace.isEmpty()) throw illegalNamespace(); in require()430 if (namespace != null && !namespace.isEmpty()) throw illegalNamespace(); in getAttributeIndex()682 private static IllegalArgumentException illegalNamespace() { in illegalNamespace() method in BinaryXmlPullParser