Home | History | Annotate | Download | only in helpers

Lines Matching refs:prefixes

158     private static final String NAMESPACE_PREFIXES = FEATURES + "namespace-prefixes";
166 * namespace-prefixes.</p>
182 if (!namespaces && !prefixes) {
183 prefixes = true;
187 prefixes = value;
188 if (!prefixes && !namespaces) {
204 * namespace-prefixes.</p>
220 return prefixes;
555 if (prefixes) {
624 Enumeration prefixes = nsSupport.getDeclaredPrefixes();
625 while (prefixes.hasMoreElements()) {
626 String prefix = (String)prefixes.nextElement();
706 if (!prefixes && !namespaces)
829 private boolean prefixes = false;