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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/
H A DStartTag.java71 private NamespaceDecl lastNs; field in class:StartTag
181 if(lastNs==null) {
183 firstNs = lastNs = ns;
186 lastNs.next = ns;
187 lastNs = ns;

Completed in 48 milliseconds