Searched defs:XSLTAttributeDef (Results 1 - 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTAttributeDef.java19 * $Id: XSLTAttributeDef.java 468640 2006-10-28 06:53:53Z minchau $
47 public class XSLTAttributeDef class
56 * Construct an instance of XSLTAttributeDef.
67 XSLTAttributeDef(String namespace, String name, int type, boolean required, boolean supportsAVT, int errorType) method in class:XSLTAttributeDef
78 * Construct an instance of XSLTAttributeDef.
90 XSLTAttributeDef(String namespace, String name, int type, boolean supportsAVT, int errorType, String defaultVal) method in class:XSLTAttributeDef
103 * Construct an instance of XSLTAttributeDef that uses two
117 XSLTAttributeDef(String namespace, String name, boolean required, boolean supportsAVT, method in class:XSLTAttributeDef
134 * Construct an instance of XSLTAttributeDef that uses three
150 XSLTAttributeDef(Strin method in class:XSLTAttributeDef
185 XSLTAttributeDef(String namespace, String name, boolean required, boolean supportsAVT, method in class:XSLTAttributeDef
[all...]

Completed in 308 milliseconds