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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/gen/config/
H A DNGCCRuntime.java100 redirect = null;
238 if(redirect!=null) {
239 redirect.startElement(uri,localname,qname,atts);
282 if(redirect!=null) {
283 redirect.endElement(uri,localname,qname);
291 redirect.endPrefixMapping((String)namespaces.get(i));
292 redirect.endDocument();
294 redirect = null;
305 if(redirect!=null)
306 redirect
429 private ContentHandler redirect = null; field in class:NGCCRuntime
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DNGCCRuntime.java100 redirect = null;
238 if(redirect!=null) {
239 redirect.startElement(uri,localname,qname,atts);
282 if(redirect!=null) {
283 redirect.endElement(uri,localname,qname);
291 redirect.endPrefixMapping((String)namespaces.get(i));
292 redirect.endDocument();
294 redirect = null;
305 if(redirect!=null)
306 redirect
429 private ContentHandler redirect = null; field in class:NGCCRuntime
[all...]

Completed in 314 milliseconds