Home | History | Annotate | Download | only in utils

Lines Matching refs:isPrefix

712                   boolean isPrefix = aname.startsWith("xmlns:");
714 if (aname.equals("xmlns") || isPrefix)
722 String p = isPrefix ? aname.substring(6) : "";