Searched refs:isXML11Content (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DXML11Char.java207 public static boolean isXML11Content(int c) { method in class:XML11Char
210 } // isXML11Content(int):boolean
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DXML11Char.java203 public static boolean isXML11Content(int c) { method in class:XML11Char
206 } // isXML11Content(int):boolean
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXML11EntityScanner.java896 if (!XML11Char.isXML11Content(c) || c == 0x85 || c == 0x2028) {
1037 if (c == quote || c == '%' || !XML11Char.isXML11Content(c)

Completed in 34 milliseconds