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

/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DElemDesc.java62 /** Bit position if this element type is PCDATA. */
63 private static final int PCDATA = (1 << 7); field in class:ElemDesc
/external/libxml2/
H A DHTMLparser.c481 #define INLINE PCDATA FONTSTYLE PHRASE SPECIAL FORMCTRL
487 #define PCDATA macro
2087 for all tags "b" allowing PCDATA */
2097 for all tags "p" allowing PCDATA */
H A Dparser.c378 errmsg = "MixedContentDecl : '#PCDATA' expected\n";
4267 "PCDATA invalid Char value %d\n",
5668 * [51] Mixed ::= '(' S? '#PCDATA' (S? '|' S? Name)* S? ')*' |
5669 * '(' S? '#PCDATA' S? ')'

Completed in 296 milliseconds