HomeSort by relevance Sort by last modified time
    Searched refs:XMLChar (Results 1 - 8 of 8) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
XML11Char.java 24 * THIS IS A COPY OF THE XERCES-2J CLASS org.apache.xerces.utls.XMLChar
302 if ( !XMLChar.isLowSurrogate(ch2) ||
303 !isXML11NameStart(XMLChar.supplemental(ch, ch2)) ) {
317 if ( !XMLChar.isLowSurrogate(ch2) ||
318 !isXML11Name(XMLChar.supplemental(ch, ch2)) ) {
352 if ( !XMLChar.isLowSurrogate(ch2) ||
353 !isXML11NCNameStart(XMLChar.supplemental(ch, ch2)) ) {
367 if ( !XMLChar.isLowSurrogate(ch2) ||
368 !isXML11NCName(XMLChar.supplemental(ch, ch2)) ) {
400 if ( !XMLChar.isLowSurrogate(ch2) ||
    [all...]
XMLChar.java 24 * THIS IS A COPY OF THE XERCES-2J CLASS org.apache.xerces.utls.XMLChar
49 public class XMLChar {
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
XML11Char.java 25 * THIS IS A COPY OF THE XERCES-2J CLASS org.apache.xerces.utls.XMLChar
297 if ( !XMLChar.isLowSurrogate(ch2) ||
298 !isXML11NameStart(XMLChar.supplemental(ch, ch2)) ) {
312 if ( !XMLChar.isLowSurrogate(ch2) ||
313 !isXML11Name(XMLChar.supplemental(ch, ch2)) ) {
347 if ( !XMLChar.isLowSurrogate(ch2) ||
348 !isXML11NCNameStart(XMLChar.supplemental(ch, ch2)) ) {
362 if ( !XMLChar.isLowSurrogate(ch2) ||
363 !isXML11NCName(XMLChar.supplemental(ch, ch2)) ) {
395 if ( !XMLChar.isLowSurrogate(ch2) ||
    [all...]
XMLChar.java 45 * @version $Id: XMLChar.java,v 1.7 2002/01/29 01:15:18 lehors Exp $
47 public class XMLChar {
668 } // class XMLChar
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 37 import org.apache.xml.serializer.utils.XMLChar;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 

Completed in 138 milliseconds