D | XSLTAttributeDef.java | 47 public class XSLTAttributeDef class 67 …XSLTAttributeDef(String namespace, String name, int type, boolean required, boolean supportsAVT, i… in XSLTAttributeDef() method in XSLTAttributeDef 90 …XSLTAttributeDef(String namespace, String name, int type, boolean supportsAVT, int errorType, Stri… in XSLTAttributeDef() method in XSLTAttributeDef 117 XSLTAttributeDef(String namespace, String name, boolean required, boolean supportsAVT, in XSLTAttributeDef() method in XSLTAttributeDef 150 XSLTAttributeDef(String namespace, String name, boolean required, boolean supportsAVT, in XSLTAttributeDef() method in XSLTAttributeDef 185 XSLTAttributeDef(String namespace, String name, boolean required, boolean supportsAVT, in XSLTAttributeDef() method in XSLTAttributeDef 274 static final XSLTAttributeDef m_foreignAttr = new XSLTAttributeDef("*", "*", 275 XSLTAttributeDef.T_CDATA,false, false, WARNING);
|