Home | History | Annotate | Download | only in processor

Lines Matching defs:XSLTElementDef

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,
104 * Construct an instance of XSLTElementDef.
116 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias,
117 XSLTElementDef[] elements, XSLTAttributeDef[] attributes,
128 * Construct an instance of XSLTElementDef.
142 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias,
143 XSLTElementDef[] elements, XSLTAttributeDef[] attributes,
156 * Construct an instance of XSLTElementDef.
171 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias,
172 XSLTElementDef[] elements, XSLTAttributeDef[] attributes,
186 * Construct an instance of XSLTElementDef.
199 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias,
200 XSLTElementDef[] elements, XSLTAttributeDef[] attributes,
212 * Construct an instance of XSLTElementDef.
224 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias,
225 XSLTElementDef[] elements, XSLTAttributeDef[] attributes,
236 * Construct an instance of XSLTElementDef that represents text.
242 XSLTElementDef(Class classObject, XSLTElementProcessor contentHandler,
253 * Construct an instance of XSLTElementDef.
264 XSLTElementDef[] elements, XSLTAttributeDef[] attributes,
283 XSLTElementDef def = m_elements[i];
413 private XSLTElementDef[] m_elements;
421 public XSLTElementDef[] getElements()
431 void setElements(XSLTElementDef[] defs)
475 XSLTElementDef def = m_elements[i];
541 XSLTElementDef def = m_elements[i];