Home | History | Annotate | Download | only in processor

Lines Matching refs:defaultVal

88    * @param defaultVal The default value for this attribute.
90 XSLTAttributeDef(String namespace, String name, int type, boolean supportsAVT, int errorType, String defaultVal)
99 this.m_default = defaultVal;