Searched refs:declarations (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DNamespaceSupport.java46 * it tracks the declarations currently in force for each context
78 * elements do not contain Namespace declarations: if the same
168 * the declarations of its parent context, but it will also keep
169 * track of which declarations were made within this context.</p>
510 declarations =
511 that.declarations == null
513 : (ArrayList) that.declarations.clone();
523 declarations = null;
544 if (declarations == null) {
545 declarations
742 private ArrayList declarations = null; field in class:NamespaceSupport.Context
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DNamespaceSupport2.java35 * namespace declarations currently in scope, providing lookup
111 * the declarations of its parent context, but it will also keep
112 * track of which declarations were made within this context.</p>
469 private Vector declarations = null; field in class:Context2
520 declarations = null;
543 if (declarations == null) {
544 declarations = new Vector();
559 declarations.addElement(prefix);
688 if (declarations == null) {
691 return declarations
[all...]
/openjdk7/jaxp/src/org/xml/sax/helpers/
H A DNamespaceSupport.java52 * tracks the declarations currently in force for each context and
84 * elements do not contain Namespace declarations: if the same
188 * the declarations of its parent context, but it will also keep
189 * track of which declarations were made within this context.
193 * For elements that don't include namespace declarations, the
206 * attributes to process all namespace declarations, making
282 * in two passes: first for namespace declarations,
323 * Process a raw XML qualified name, after all declarations in the
396 * Return an enumeration of all prefixes whose declarations are
398 * This includes declarations fro
842 private Vector declarations = null; field in class:NamespaceSupport.Context
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/
H A DNamespaceSupport.java51 * tracks the declarations currently in force for each context and
83 * elements do not contain Namespace declarations: if the same
188 * the declarations of its parent context, but it will also keep
189 * track of which declarations were made within this context.
193 * For elements that don't include namespace declarations, the
206 * attributes to process all namespace declarations, making
282 * in two passes: first for namespace declarations,
323 * Process a raw XML qualified name, after all declarations in the
396 * Return an enumeration of all prefixes whose declarations are
398 * This includes declarations fro
839 private Vector declarations = null; field in class:NamespaceSupport.Context
[all...]

Completed in 49 milliseconds