Searched defs:isNCName (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DXMLChar.java875 public static boolean isNCName(int c) { method in class:XMLChar
877 } // isNCName(int):boolean
940 if (!isNCName(ch)) {
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DXMLChar.java496 public static boolean isNCName(int c) { method in class:XMLChar
498 } // isNCName(int):boolean
556 if( isNCName( ch ) == false ){
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/org/apache/xerces/util/
H A DXMLChar.java943 public static boolean isNCName(int c) { method in class:XMLChar
945 } // isNCName(int):boolean
1003 if( isNCName( ch ) == false ){

Completed in 58 milliseconds