Searched refs:XSLTElementDef (Results 1 - 7 of 7) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTSchema.java64 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[] templateElementsAndParam
[all...]
H A DXSLTElementDef.java19 * $Id: XSLTElementDef.java 468640 2006-10-28 06:53:53Z minchau $
35 public class XSLTElementDef class
39 * Construct an instance of XSLTElementDef. This must be followed by a
42 XSLTElementDef(){} method in class:XSLTElementDef
45 * Construct an instance of XSLTElementDef.
55 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, method in class:XSLTElementDef
56 XSLTElementDef[] elements, XSLTAttributeDef[] attributes,
73 * Construct an instance of XSLTElementDef.
84 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, method in class:XSLTElementDef
85 XSLTElementDef[] element
116 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, method in class:XSLTElementDef
142 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, method in class:XSLTElementDef
171 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, method in class:XSLTElementDef
199 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, method in class:XSLTElementDef
224 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, method in class:XSLTElementDef
242 XSLTElementDef(Class classObject, XSLTElementProcessor contentHandler, method in class:XSLTElementDef
[all...]
H A DXSLTElementProcessor.java57 private XSLTElementDef m_elemDef;
64 XSLTElementDef getElemDef()
74 void setElemDef(XSLTElementDef def)
291 XSLTElementDef def = getElemDef();
H A DProcessorTemplateElem.java57 XSLTElementDef def = getElemDef();
H A DProcessorKey.java92 XSLTElementDef def = getElemDef();
H A DProcessorLRE.java196 XSLTElementDef def = getElemDef();
H A DStylesheetHandler.java371 XSLTElementDef def = currentProcessor.getElemDef();
690 XSLTElementDef def = elemProcessor.getElemDef();
692 if (def.getType() != XSLTElementDef.T_PCDATA)

Completed in 131 milliseconds