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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DElemDesc.java63 /** Bit position if this element type is PCDATA. */
64 private static final int PCDATA = (1 << 7); field in class:ElemDesc
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DElemDesc.java64 /** Defines mnemonic and bit-value for the PCDATA flag */
65 static final int PCDATA = (1 << 7); field in class:ElemDesc

Completed in 46 milliseconds