HomeSort by relevance Sort by last modified time
    Searched refs:XSLTElementDef (Results 1 - 7 of 7) sorted by null

  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTSchema.java 64 public class XSLTSchema extends XSLTElementDef
325 XSLTElementDef charData = new XSLTElementDef(this, null, "text()",
330 charData.setType(XSLTElementDef.T_PCDATA);
332 XSLTElementDef whiteSpaceOnly = new XSLTElementDef(this, null, "text()",
338 charData.setType(XSLTElementDef.T_PCDATA);
346 XSLTElementDef[] templateElements = new XSLTElementDef[23];
347 XSLTElementDef[] templateElementsAndParams = new XSLTElementDef[24]
    [all...]
XSLTElementDef.java 19 * $Id: XSLTElementDef.java 468640 2006-10-28 06:53:53Z minchau $
35 public class XSLTElementDef
39 * Construct an instance of XSLTElementDef. This must be followed by a
42 XSLTElementDef(){}
45 * Construct an instance of XSLTElementDef.
55 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias,
56 XSLTElementDef[] elements, XSLTAttributeDef[] attributes,
73 * Construct an instance of XSLTElementDef.
84 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias,
85 XSLTElementDef[] elements, XSLTAttributeDef[] attributes
    [all...]
XSLTElementProcessor.java 57 private XSLTElementDef m_elemDef;
64 XSLTElementDef getElemDef()
74 void setElemDef(XSLTElementDef def)
291 XSLTElementDef def = getElemDef();
ProcessorTemplateElem.java 57 XSLTElementDef def = getElemDef();
ProcessorKey.java 92 XSLTElementDef def = getElemDef();
ProcessorLRE.java 196 XSLTElementDef def = getElemDef();
StylesheetHandler.java 371 XSLTElementDef def = currentProcessor.getElemDef();
690 XSLTElementDef def = elemProcessor.getElemDef();
692 if (def.getType() != XSLTElementDef.T_PCDATA)
    [all...]

Completed in 112 milliseconds