Searched refs:attributeNameTable (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DNamespaceSupport.java492 attributeNameTable =
493 that.attributeNameTable == that.parent.attributeNameTable
494 ? newParent.attributeNameTable
495 : (HashMap) that.attributeNameTable.clone();
504 attributeNameTable = (HashMap) that.attributeNameTable.clone();
527 attributeNameTable = parent.attributeNameTable;
582 table = attributeNameTable;
734 HashMap attributeNameTable; field in class:NamespaceSupport.Context
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DNamespaceSupport2.java462 Hashtable attributeNameTable; field in class:Context2
484 attributeNameTable=null;
524 attributeNameTable = parent.attributeNameTable;
585 if(attributeNameTable==null)
586 attributeNameTable=new Hashtable();
587 table = attributeNameTable;
743 if(attributeNameTable!=null)
744 attributeNameTable=new Hashtable();
/openjdk7/jaxp/src/org/xml/sax/helpers/
H A DNamespaceSupport.java582 attributeNameTable = parent.attributeNameTable;
599 attributeNameTable = null;
658 table = attributeNameTable;
820 attributeNameTable = new Hashtable();
833 Hashtable attributeNameTable; field in class:NamespaceSupport.Context
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/
H A DNamespaceSupport.java582 attributeNameTable = parent.attributeNameTable;
599 attributeNameTable = null;
654 table = attributeNameTable;
817 attributeNameTable = new Hashtable();
830 Hashtable attributeNameTable; field in class:NamespaceSupport.Context
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/
H A DCompactSyntax.java108 private final Hashtable attributeNameTable = new Hashtable(); field in class:CompactSyntax
420 attributeNameTable.clear();
425 if (attributeNameTable.get(key) != null)
428 attributeNameTable.put(key, key);

Completed in 59 milliseconds