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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/events/
H A DDTDEvent.java42 private List _notations; field in class:DTDEvent
88 return _notations;
105 _notations = notations;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/
H A DDecoder.java151 protected List _notations; field in class:Decoder
627 if (_notations == null) {
628 _notations = new ArrayList();
630 _notations.clear();
643 _notations.add(notation);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/sax/
H A DSAXDocumentParser.java519 if (_notations != null) _notations.clear();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/dom/
H A DDOMDocumentParser.java199 _notations.clear();

Completed in 70 milliseconds