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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/sax/
H A DSAXDocumentSerializerWithPrefixMapping.java63 protected String _lastCheckedNamespace; field in class:SAXDocumentSerializerWithPrefixMapping
256 if (_lastCheckedNamespace == namespaceURI) return _lastCheckedPrefix;
258 _lastCheckedNamespace = namespaceURI;
265 _lastCheckedNamespace = namespaceURI;

Completed in 38 milliseconds