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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXDocumentSerializer.java78 protected boolean _inStartElement = false; field in class:StAXDocumentSerializer
135 _inStartElement = _isEmptyElement = false;
208 _inStartElement = true;
242 _isEmptyElement = _inStartElement = true;
259 if (_inStartElement) {
315 if (!_inStartElement) {
348 if (!_inStartElement) {
367 if (!_inStartElement) {
590 if (_inStartElement) {
637 _inStartElement
[all...]

Completed in 30 milliseconds