Searched refs:_clearAttributes (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/sax/
H A DSAXDocumentParser.java164 protected boolean _clearAttributes = false; field in class:SAXDocumentParser
180 _clearAttributes = false;
893 if (_clearAttributes) {
895 _clearAttributes = false;
1153 _clearAttributes = (_namespacePrefixesFeature) ? true : false;
1275 _clearAttributes = true;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXDocumentParser.java116 protected boolean _clearAttributes = false; field in class:StAXDocumentParser
1257 if (_clearAttributes) {
1259 _clearAttributes = false;
1295 _clearAttributes = true;

Completed in 30 milliseconds