Home | History | Annotate | Download | only in processor

Lines Matching refs:XSLTAttributeDef

82     XSLTAttributeDef hrefAttr = new XSLTAttributeDef(null, "href",
83 XSLTAttributeDef.T_URL, true, false,XSLTAttributeDef.ERROR);
86 XSLTAttributeDef elementsAttr = new XSLTAttributeDef(null, "elements",
87 XSLTAttributeDef.T_SIMPLEPATTERNLIST,
88 true, false, XSLTAttributeDef.ERROR);
90 // XSLTAttributeDef anyNamespacedAttr = new XSLTAttributeDef("*", "*",
91 // XSLTAttributeDef.T_CDATA, false);
94 XSLTAttributeDef methodAttr = new XSLTAttributeDef(null, "method",
95 XSLTAttributeDef.T_QNAME, false, false,XSLTAttributeDef.ERROR);
96 XSLTAttributeDef versionAttr = new XSLTAttributeDef(null, "version",
97 XSLTAttributeDef.T_NMTOKEN, false, false,XSLTAttributeDef.ERROR);
98 XSLTAttributeDef encodingAttr = new XSLTAttributeDef(null, "encoding",
99 XSLTAttributeDef.T_CDATA, false, false,XSLTAttributeDef.ERROR);
100 XSLTAttributeDef omitXmlDeclarationAttr = new XSLTAttributeDef(null,
102 XSLTAttributeDef.T_YESNO,
103 false, false,XSLTAttributeDef.ERROR);
104 XSLTAttributeDef standaloneAttr = new XSLTAttributeDef(null,
106 XSLTAttributeDef.T_YESNO, false, false,XSLTAttributeDef.ERROR);
107 XSLTAttributeDef doctypePublicAttr = new XSLTAttributeDef(null,
109 XSLTAttributeDef.T_CDATA, false, false,XSLTAttributeDef.ERROR);
110 XSLTAttributeDef doctypeSystemAttr = new XSLTAttributeDef(null,
112 XSLTAttributeDef.T_CDATA, false, false,XSLTAttributeDef.ERROR);
113 XSLTAttributeDef cdataSectionElementsAttr = new XSLTAttributeDef(null,
115 XSLTAttributeDef.T_QNAMES_RESOLVE_NULL,
116 false, false,XSLTAttributeDef.ERROR);
117 XSLTAttributeDef indentAttr = new XSLTAttributeDef(null, "indent",
118 XSLTAttributeDef.T_YESNO, false, false,XSLTAttributeDef.ERROR);
119 XSLTAttributeDef mediaTypeAttr = new XSLTAttributeDef(null, "media-type",
120 XSLTAttributeDef.T_CDATA, false, false,XSLTAttributeDef.ERROR);
126 XSLTAttributeDef nameAttrRequired = new XSLTAttributeDef(null, "name",
127 XSLTAttributeDef.T_QNAME, true, false,XSLTAttributeDef.ERROR);
131 XSLTAttributeDef nameAVTRequired = new XSLTAttributeDef(null, "name",
132 XSLTAttributeDef.T_AVT_QNAME, true, true,XSLTAttributeDef.WARNING);
138 XSLTAttributeDef nameAVT_NCNAMERequired = new XSLTAttributeDef(null, "name",
139 XSLTAttributeDef.T_NCNAME, true, true,XSLTAttributeDef.WARNING);
144 XSLTAttributeDef nameAttrOpt_ERROR = new XSLTAttributeDef(null, "name",
145 XSLTAttributeDef.T_QNAME, false, false,XSLTAttributeDef.ERROR);
148 XSLTAttributeDef useAttr = new XSLTAttributeDef(null, "use",
149 XSLTAttributeDef.T_EXPR, true, false,XSLTAttributeDef.ERROR);
152 XSLTAttributeDef namespaceAVTOpt = new XSLTAttributeDef(null,
153 "namespace",XSLTAttributeDef.T_URL,
154 false, true,XSLTAttributeDef.WARNING);
156 XSLTAttributeDef decimalSeparatorAttr = new XSLTAttributeDef(null,
158 XSLTAttributeDef.T_CHAR, false,XSLTAttributeDef.ERROR, ".");
159 XSLTAttributeDef infinityAttr = new XSLTAttributeDef(null, "infinity",
160 XSLTAttributeDef.T_CDATA, false,XSLTAttributeDef.ERROR,"Infinity");
161 XSLTAttributeDef minusSignAttr = new XSLTAttributeDef(null, "minus-sign",
162 XSLTAttributeDef.T_CHAR, false,XSLTAttributeDef.ERROR,"-");
163 XSLTAttributeDef NaNAttr = new XSLTAttributeDef(null, "NaN",
164 XSLTAttributeDef.T_CDATA, false,XSLTAttributeDef.ERROR, "NaN");
165 XSLTAttributeDef percentAttr = new XSLTAttributeDef(null, "percent",
166 XSLTAttributeDef.T_CHAR, false,XSLTAttributeDef.ERROR, "%");
167 XSLTAttributeDef perMilleAttr = new XSLTAttributeDef(null, "per-mille",
168 XSLTAttributeDef.T_CHAR,
169 false, false,XSLTAttributeDef.ERROR /* ,"‰" */);
170 XSLTAttributeDef zeroDigitAttr = new XSLTAttributeDef(null, "zero-digit",
171 XSLTAttributeDef.T_CHAR, false,XSLTAttributeDef.ERROR, "0");
172 XSLTAttributeDef digitAttr = new XSLTAttributeDef(null, "digit",
173 XSLTAttributeDef.T_CHAR, false,XSLTAttributeDef.ERROR, "#");
174 XSLTAttributeDef patternSeparatorAttr = new XSLTAttributeDef(null,
176 XSLTAttributeDef.T_CHAR, false,XSLTAttributeDef.ERROR, ";");
178 XSLTAttributeDef groupingSeparatorAttr = new XSLTAttributeDef(null,
180 XSLTAttributeDef.T_CHAR, false,XSLTAttributeDef.ERROR,",");
184 XSLTAttributeDef useAttributeSetsAttr = new XSLTAttributeDef(null,
186 XSLTAttributeDef.T_QNAMES,
187 false, false, XSLTAttributeDef.ERROR);
190 XSLTAttributeDef testAttrRequired = new XSLTAttributeDef(null, "test",
191 XSLTAttributeDef.T_EXPR, true, false,XSLTAttributeDef.ERROR);
196 XSLTAttributeDef selectAttrRequired = new XSLTAttributeDef(null,
198 XSLTAttributeDef.T_EXPR, true, false,XSLTAttributeDef.ERROR);
202 XSLTAttributeDef selectAttrOpt = new XSLTAttributeDef(null, "select",
203 XSLTAttributeDef.T_EXPR, false, false,XSLTAttributeDef.ERROR);
208 XSLTAttributeDef selectAttrDefNode = new XSLTAttributeDef(null, "select",
209 XSLTAttributeDef.T_EXPR, false,XSLTAttributeDef.ERROR, "node()");
213 XSLTAttributeDef selectAttrDefDot = new XSLTAttributeDef(null, "select",
214 XSLTAttributeDef.T_EXPR, false,XSLTAttributeDef.ERROR, ".");
216 XSLTAttributeDef matchAttrRequired = new XSLTAttributeDef(null, "match",
217 XSLTAttributeDef.T_PATTERN, true, false,XSLTAttributeDef.ERROR);
219 XSLTAttributeDef matchAttrOpt = new XSLTAttributeDef(null, "match",
220 XSLTAttributeDef.T_PATTERN, false, false,XSLTAttributeDef.ERROR);
222 XSLTAttributeDef priorityAttr = new XSLTAttributeDef(null, "priority",
223 XSLTAttributeDef.T_NUMBER, false, false,XSLTAttributeDef.ERROR);
226 XSLTAttributeDef modeAttr = new XSLTAttributeDef(null, "mode",
227 XSLTAttributeDef.T_QNAME, false, false,XSLTAttributeDef.ERROR);
229 XSLTAttributeDef spaceAttr =
230 new XSLTAttributeDef(Constants.S_XMLNAMESPACEURI, "space", false, false, false, XSLTAttributeDef.WARNING,
235 XSLTAttributeDef spaceAttrLiteral =
236 new XSLTAttributeDef(Constants.S_XMLNAMESPACEURI, "space",
237 XSLTAttributeDef.T_URL, false, true,XSLTAttributeDef.ERROR);
239 XSLTAttributeDef stylesheetPrefixAttr = new XSLTAttributeDef(null,
241 XSLTAttributeDef.T_CDATA, true, false,XSLTAttributeDef.ERROR);
242 XSLTAttributeDef resultPrefixAttr = new XSLTAttributeDef(null,
244 XSLTAttributeDef.T_CDATA, true, false,XSLTAttributeDef.ERROR);
247 XSLTAttributeDef disableOutputEscapingAttr = new XSLTAttributeDef(null,
249 XSLTAttributeDef.T_YESNO,
250 false, false,XSLTAttributeDef.ERROR);
253 XSLTAttributeDef levelAttr = new XSLTAttributeDef(null, "level", false, false, false, XSLTAttributeDef.ERROR,
258 XSLTAttributeDef countAttr = new XSLTAttributeDef(null, "count",
259 XSLTAttributeDef.T_PATTERN, false, false,XSLTAttributeDef.ERROR);
260 XSLTAttributeDef fromAttr = new XSLTAttributeDef(null, "from",
261 XSLTAttributeDef.T_PATTERN, false, false,XSLTAttributeDef.ERROR);
262 XSLTAttributeDef valueAttr = new XSLTAttributeDef(null, "value",
263 XSLTAttributeDef.T_EXPR, false, false,XSLTAttributeDef.ERROR);
264 XSLTAttributeDef formatAttr = new XSLTAttributeDef(null, "format",
265 XSLTAttributeDef.T_CDATA, false, true,XSLTAttributeDef.ERROR);
269 XSLTAttributeDef langAttr = new XSLTAttributeDef(null, "lang",
270 XSLTAttributeDef.T_NMTOKEN, false, true,XSLTAttributeDef.ERROR);
273 XSLTAttributeDef letterValueAttr = new XSLTAttributeDef(null,
275 false, true, false, XSLTAttributeDef.ERROR,
279 XSLTAttributeDef groupingSeparatorAVT = new XSLTAttributeDef(null,
281 XSLTAttributeDef.T_CHAR, false, true,XSLTAttributeDef.ERROR);
283 XSLTAttributeDef groupingSizeAttr = new XSLTAttributeDef(null,
285 XSLTAttributeDef.T_NUMBER, false, true,XSLTAttributeDef.ERROR);
288 XSLTAttributeDef dataTypeAttr = new XSLTAttributeDef(null, "data-type", false, true, true, XSLTAttributeDef.ERROR,
293 XSLTAttributeDef orderAttr = new XSLTAttributeDef(null, "order", false, true, false,XSLTAttributeDef.ERROR,
299 XSLTAttributeDef caseOrderAttr = new XSLTAttributeDef(null, "case-order", false, true, false,XSLTAttributeDef.ERROR,
304 XSLTAttributeDef terminateAttr = new XSLTAttributeDef(null, "terminate",
305 XSLTAttributeDef.T_YESNO, false, false,XSLTAttributeDef.ERROR);
309 XSLTAttributeDef xslExcludeResultPrefixesAttr =
310 new XSLTAttributeDef(Constants.S_XSLNAMESPACEURL,
312 XSLTAttributeDef.T_PREFIXLIST, false, false,XSLTAttributeDef.ERROR);
313 XSLTAttributeDef xslExtensionElementPrefixesAttr =
314 new XSLTAttributeDef(Constants.S_XSLNAMESPACEURL,
316 XSLTAttributeDef.T_PREFIX_URLLIST, false, false,XSLTAttributeDef.ERROR);
318 XSLTAttributeDef xslUseAttributeSetsAttr =
319 new XSLTAttributeDef(Constants.S_XSLNAMESPACEURL, "use-attribute-sets",
320 XSLTAttributeDef.T_QNAMES, false, false,XSLTAttributeDef.ERROR);
321 XSLTAttributeDef xslVersionAttr =
322 new XSLTAttributeDef(Constants.S_XSLNAMESPACEURL, "version",
323 XSLTAttributeDef.T_NMTOKEN, false, false,XSLTAttributeDef.ERROR);
340 XSLTAttributeDef resultAttr = new XSLTAttributeDef(null, "*",
341 XSLTAttributeDef.T_AVT, false, true,XSLTAttributeDef.WARNING);
342 XSLTAttributeDef xslResultAttr =
343 new XSLTAttributeDef(Constants.S_XSLNAMESPACEURL, "*",
344 XSLTAttributeDef.T_CDATA, false, false,XSLTAttributeDef.WARNING);
356 new XSLTAttributeDef[]{
369 new XSLTAttributeDef[]{ xslExcludeResultPrefixesAttr,
380 new XSLTAttributeDef[]{ selectAttrRequired,
387 new XSLTAttributeDef[]{ selectAttrRequired },
393 new XSLTAttributeDef[]{ levelAttr,
411 new XSLTAttributeDef[]{
423 new XSLTAttributeDef[]{ nameAttrRequired,
430 xslWithParam } /* elements */, new XSLTAttributeDef[]{
438 new XSLTAttributeDef[]{},
444 new XSLTAttributeDef[]{ selectAttrRequired,
452 new XSLTAttributeDef[]{
459 new XSLTAttributeDef[]{
468 new XSLTAttributeDef[]{ spaceAttr },
477 new XSLTAttributeDef[]{ spaceAttr },
484 new XSLTAttributeDef[]{ nameAVTRequired,
493 new XSLTAttributeDef[]{ nameAttrRequired },
500 new XSLTAttributeDef[]{ nameAttrRequired,
508 new XSLTAttributeDef[]{ nameAttrRequired,
516 new XSLTAttributeDef[]{ disableOutputEscapingAttr },
523 new XSLTAttributeDef[]{
532 new XSLTAttributeDef[]{ nameAVTRequired,
542 new XSLTAttributeDef[]{ spaceAttr },
548 new XSLTAttributeDef[]{
557 new XSLTAttributeDef[]{ terminateAttr },
564 new XSLTAttributeDef[]{ spaceAttr },
574 new XSLTAttributeDef[]{ nameAttrRequired },
583 new XSLTAttributeDef[]{ selectAttrOpt },
648 new XSLTAttributeDef[]{ hrefAttr }, // EMPTY
655 new XSLTAttributeDef[]{ hrefAttr },
660 XSLTAttributeDef[] scriptAttrs = new XSLTAttributeDef[]{
661 new XSLTAttributeDef(null, "lang", XSLTAttributeDef.T_NMTOKEN,
662 true, false,XSLTAttributeDef.WARNING),
663 new XSLTAttributeDef(null, "src", XSLTAttributeDef.T_URL,
664 false, false,XSLTAttributeDef.WARNING)};
666 XSLTAttributeDef[] componentAttrs = new XSLTAttributeDef[]{
667 new XSLTAttributeDef(null, "prefix", XSLTAttributeDef.T_NMTOKEN,
668 true, false,XSLTAttributeDef.WARNING),
669 new XSLTAttributeDef(null, "elements", XSLTAttributeDef.T_STRINGLIST,
670 false, false,XSLTAttributeDef.WARNING),
671 new XSLTAttributeDef(null, "functions", XSLTAttributeDef.T_STRINGLIST,
672 false, false,XSLTAttributeDef.WARNING) };
686 new XSLTAttributeDef[]{
696 new XSLTAttributeDef[]{
706 new XSLTAttributeDef[]{
717 XSLTAttributeDef.m_foreignAttr },
725 new XSLTAttributeDef[]{ nameAttrRequired,
735 new XSLTAttributeDef[]{
756 new XSLTAttributeDef[]{
767 new XSLTAttributeDef[]{
778 new XSLTAttributeDef[]{
789 new XSLTAttributeDef[]{
802 new XSLTAttributeDef[]{
844 XSLTAttributeDef excludeResultPrefixesAttr =
845 new XSLTAttributeDef(null, "exclude-result-prefixes",
846 XSLTAttributeDef.T_PREFIXLIST, false,false,XSLTAttributeDef.WARNING);
847 XSLTAttributeDef extensionElementPrefixesAttr =
848 new XSLTAttributeDef(null, "extension-element-prefixes",
849 XSLTAttributeDef.T_PREFIX_URLLIST, false,false,XSLTAttributeDef.WARNING);
850 XSLTAttributeDef idAttr = new XSLTAttributeDef(null, "id",
851 XSLTAttributeDef.T_CDATA, false,false,XSLTAttributeDef.WARNING);
852 XSLTAttributeDef versionAttrRequired = new XSLTAttributeDef(null,
854 XSLTAttributeDef.T_NMTOKEN,
855 true,false,XSLTAttributeDef.WARNING);
860 new XSLTAttributeDef[]{