Home | History | Annotate | Download | only in serializer

Lines Matching refs:prefixes

56  * processed.  At any given moment of processing the currently visible prefixes
67 * This member is continually incremented when new prefixes need to be
91 * All prefixes pushed at the current depth can be
168 Enumeration prefixes = m_namespaces.keys();
169 while (prefixes.hasMoreElements())
171 String prefix = (String) prefixes.nextElement();
185 Enumeration prefixes = m_namespaces.keys();
186 while (prefixes.hasMoreElements())
188 String prefix = (String) prefixes.nextElement();
204 // Prefixes "xml" and "xmlns" cannot be redefined
227 // Prefixes "xml" and "xmlns" cannot be redefined
475 * Given a namespace uri, get all prefixes bound to the Namespace URI in the current scope.
479 * all prefixes bound to the namespace URI in the current scope.
480 * An array of zero elements is returned if no prefixes map to the given
486 Enumeration prefixes = m_namespaces.keys();
487 while (prefixes.hasMoreElements())
489 String prefix = (String) prefixes.nextElement();