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

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ElemDesc.java 62 /** Bit position if this element type is PCDATA. */
63 private static final int PCDATA = (1 << 7);
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t012lexerXML.g 57 | t=PCDATA
58 {this.output("PCDATA: \""+$t.text+"\"")}
100 fragment PCDATA : (~'<')+ ;
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 721 * <!ELEMENT foo (#PCDATA|bar)* >
741 * The special name '#PCDATA' is permitted but only if it is the first
743 * (#PCDATA|a|b)
    [all...]
  /external/libxml2/
HTMLparser.c 627 #define PCDATA
    [all...]
parser.c 387 errmsg = "MixedContentDecl : '#PCDATA' expected\n";
    [all...]

Completed in 94 milliseconds