Lines Matching refs:getLocalName

899             String localName = DOMUtil.getLocalName(child);
919 String importComponentType = DOMUtil.getLocalName(importChild);
928 reportSchemaError("s4s-elt-must-match.1", new Object [] {localName, "annotation?", DOMUtil.getLocalName(DOMUtil.getNextSiblingElement(importChild))}, child);
1027 String includeComponentType = DOMUtil.getLocalName(includeChild);
1036 reportSchemaError("s4s-elt-must-match.1", new Object [] {localName, "annotation?", DOMUtil.getLocalName(DOMUtil.getNextSiblingElement(includeChild))}, child);
1050 String redefinedComponentType = DOMUtil.getLocalName(redefinedChild);
1248 if (DOMUtil.getLocalName(globalComp).equals(SchemaSymbols.ELT_ANNOTATION)) {
1252 else if (DOMUtil.getLocalName(globalComp).equals(SchemaSymbols.ELT_INCLUDE) ||
1253 DOMUtil.getLocalName(globalComp).equals(SchemaSymbols.ELT_IMPORT)) {
1255 reportSchemaError("s4s-elt-invalid-content.3", new Object [] {DOMUtil.getLocalName(globalComp)}, globalComp);
1259 else if (DOMUtil.getLocalName(globalComp).equals(SchemaSymbols.ELT_REDEFINE)) {
1261 reportSchemaError("s4s-elt-invalid-content.3", new Object [] {DOMUtil.getLocalName(globalComp)}, globalComp);
1272 String componentType = DOMUtil.getLocalName(redefineComp);
1316 String componentType = DOMUtil.getLocalName(globalComp);
1389 String componentType = DOMUtil.getLocalName(globalComp);
1391 if (DOMUtil.getLocalName(globalComp).equals(SchemaSymbols.ELT_REDEFINE)) {
1397 String redefinedComponentType = DOMUtil.getLocalName(redefinedComp);
1417 reportSchemaError("s4s-elt-must-match.1", new Object [] {DOMUtil.getLocalName(globalComp), "(annotation | (simpleType | complexType | group | attributeGroup))*", redefinedComponentType}, redefinedComp);
1448 reportSchemaError("s4s-elt-invalid-content.1", new Object [] {SchemaSymbols.ELT_SCHEMA, DOMUtil.getLocalName(globalComp)}, globalComp);
1765 if (SchemaSymbols.ELT_COMPLEXTYPE.equals(DOMUtil.getLocalName(decl))) {
1877 if (DOMUtil.getLocalName(parent).equals(SchemaSymbols.ELT_REDEFINE))
1886 if (DOMUtil.getLocalName(decl).equals(SchemaSymbols.ELT_COMPLEXTYPE)) {
3712 if ((DOMUtil.getLocalName((elemParent = DOMUtil.getParent(collidingElem))).equals(SchemaSymbols.ELT_REDEFINE))) {
3716 else if ((DOMUtil.getLocalName(DOMUtil.getParent(currComp)).equals(SchemaSymbols.ELT_REDEFINE))) {
3810 String grandKidName = DOMUtil.getLocalName(grandKid);
3818 grandKidName = DOMUtil.getLocalName(grandKid);
3854 if (DOMUtil.getLocalName(grandKid).equals(SchemaSymbols.ELT_ANNOTATION)) {
3867 String greatGrandKidName = DOMUtil.getLocalName(greatGrandKid);
3875 greatGrandKidName = DOMUtil.getLocalName(greatGrandKid);
3986 String name = DOMUtil.getLocalName(child);
4057 if(!(DOMUtil.getLocalName(child).equals(SchemaSymbols.ELT_ANNOTATION))) return true;