OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PREFORMATTED
(Results
1 - 2
of
2
) sorted by null
/external/apache-xml/src/main/java/org/apache/xml/serializer/
ElemDesc.java
101
/** Bit position if this element type is a
preformatted
type. */
102
static final int
PREFORMATTED
= (1 << 20);
ToHTMLStream.java
201
new ElemDesc(0 | ElemDesc.
PREFORMATTED
| ElemDesc.BLOCK));
[
all
...]
Completed in 93 milliseconds