Home | History | Annotate | Download | only in processor

Lines Matching refs:XSLTAttributeDef

19  * $Id: XSLTAttributeDef.java 468640 2006-10-28 06:53:53Z minchau $
47 public class XSLTAttributeDef
56 * Construct an instance of XSLTAttributeDef.
67 XSLTAttributeDef(String namespace, String name, int type, boolean required, boolean supportsAVT, int errorType)
78 * Construct an instance of XSLTAttributeDef.
90 XSLTAttributeDef(String namespace, String name, int type, boolean supportsAVT, int errorType, String defaultVal)
103 * Construct an instance of XSLTAttributeDef that uses two
117 XSLTAttributeDef(String namespace, String name, boolean required, boolean supportsAVT,
134 * Construct an instance of XSLTAttributeDef that uses three
150 XSLTAttributeDef(String namespace, String name, boolean required, boolean supportsAVT,
168 * Construct an instance of XSLTAttributeDef that uses three
185 XSLTAttributeDef(String namespace, String name, boolean required, boolean supportsAVT,
274 static final XSLTAttributeDef m_foreignAttr = new XSLTAttributeDef("*", "*",
275 XSLTAttributeDef.T_CDATA,false, false, WARNING);