Searched defs:_externalVocabularies (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/
H A DDecoder.java130 private Map _externalVocabularies; field in class:Decoder
340 _externalVocabularies = new HashMap();
341 _externalVocabularies.putAll(referencedVocabualries);
343 _externalVocabularies = null;
351 return _externalVocabularies;
509 if (_externalVocabularies == null) {
517 Object o = _externalVocabularies.get(externalVocabularyURI);
526 _externalVocabularies.put(externalVocabularyURI, pv);

Completed in 36 milliseconds