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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/
H A DStartTag.java55 private Attribute lastAtt; field in class:StartTag
108 if(lastAtt==null) {
110 firstAtt = lastAtt = a;
113 lastAtt.next = a;
114 lastAtt = a;
225 firstAtt = lastAtt = null;

Completed in 32 milliseconds