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

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ExpandedNameTable.java 63 public static final int NOTATION = ((int)DTM.NOTATION_NODE) ;
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 79 private static final char[] NOTATION = new char[]{ 'N', 'O', 'T', 'A', 'T', 'I', 'O', 'N' };
781 * baz NOTATION (a|b|c) #FIXED "c">
787 * or NOTATION followed by an enumerated type.
813 if (buffer[position] == NOTATION[0] && buffer[position + 1] == NOTATION[1]) {
814 read(NOTATION);
944 "Expected external ID or public ID for notation", this, null);
    [all...]
  /external/libxml2/
parser.c 363 errmsg = "NOTATION: Name expected here\n";
366 errmsg = "'>' required to close NOTATION declaration\n";
    [all...]

Completed in 1599 milliseconds