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

/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTElementDef.java240 * @param type Content type, one of T_ELEMENT, T_PCDATA, or T_ANY.
338 static final int T_ELEMENT = 1, T_PCDATA = 2, T_ANY = 3; field in class:XSLTElementDef
348 * @return Content type, one of T_ELEMENT, T_PCDATA, or T_ANY.
358 * @param t Content type, one of T_ELEMENT, T_PCDATA, or T_ANY.
H A DXSLTSchema.java330 charData.setType(XSLTElementDef.T_PCDATA);
338 charData.setType(XSLTElementDef.T_PCDATA);
H A DStylesheetHandler.java692 if (def.getType() != XSLTElementDef.T_PCDATA)

Completed in 434 milliseconds