OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PCDATA
(Results
1 - 4
of
4
) 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);
/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
481
#define INLINE
PCDATA
FONTSTYLE PHRASE SPECIAL FORMCTRL
487
#define
PCDATA
[
all
...]
parser.c
378
errmsg = "MixedContentDecl : '#
PCDATA
' expected\n";
[
all
...]
Completed in 4597 milliseconds