Searched defs:next (Results 301 - 325 of 702) sorted by relevance

<<11121314151617181920>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DValidatingUnmarshaller.java43 private final XmlVisitor next; field in class:ValidatingUnmarshaller
48 * {@link TextPredictor} of the next {@link XmlVisitor}.
57 public ValidatingUnmarshaller( Schema schema, XmlVisitor next ) {
59 this.next = next;
60 this.predictor = next.getPredictor();
70 next.startDocument(locator,nsContext);
76 next.endDocument();
87 next.startElement(tagName);
92 next
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/util/
H A DCollisionCheckStack.java53 private int[] next; field in class:CollisionCheckStack
71 next = new int[16];
103 next[size] = initialHash[hash];
118 next[size] = -1;
148 int n = next[size];
176 p = next[p];
188 System.arraycopy(next,0,n,0,oldSize);
191 next = n;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/util/
H A DCharArrayIntMap.java45 public Entry(char[] ch, int start, int length, int hash, int value, Entry next) { argument
50 _next = next;
219 Entry next = e._next;
223 e = next;
H A DStringIntMap.java41 public Entry(String key, int hash, int value, Entry next) { argument
44 _next = next;
203 Entry next = e._next;
207 e = next;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/internet/
H A DHeaderTokenizer.java129 private int nextPos; // track start of next Token for next()
130 private int peekPos; // track start of next Token for peek()
185 * Parses the next token from this String. <p>
187 * Clients sit in a loop calling next() to parse successive
190 * @return the next Token
193 public Token next() throws ParseException { method in class:HeaderTokenizer
203 * Peek at the next token, without actually removing the token
205 * will return successive tokens, until <code>next()</code> is
208 * @return the next Toke
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/addressing/
H A DW3CWsaServerTube.java53 public W3CWsaServerTube(WSEndpoint endpoint, @NotNull WSDLPort wsdlPort, WSBinding binding, Tube next) { argument
54 super(endpoint, wsdlPort, binding, next);
H A DWsaServerTube.java78 public WsaServerTube(WSEndpoint endpoint, @NotNull WSDLPort wsdlPort, WSBinding binding, Tube next) { argument
79 super(wsdlPort, binding, next);
96 if(msg==null) return doInvoke(next,request); // hmm?
158 return doInvoke(next,p);
H A DWsaTube.java82 public WsaTube(WSDLPort wsdlPort, WSBinding binding, Tube next) { argument
83 super(next);
240 Header h = hIter.next();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DClientTubeAssemblerContext.java220 public Tube createDumpTube(String name, PrintStream out, Tube next) { argument
221 return new DumpTube(name, out, next);
227 public @NotNull Tube createSecurityTube(@NotNull Tube next) { argument
232 return PipeAdapter.adapt(hook.createSecurityPipe(ctxt, PipeAdapter.adapt(next)));
234 return next;
240 public Tube createWsaTube(Tube next) { argument
243 return new MemberSubmissionWsaClientTube(wsdlModel, binding, next);
245 return new W3CWsaClientTube(wsdlModel, binding, next);
248 return next;
254 public Tube createHandlerTube(Tube next) { argument
273 createClientMUTube(Tube next) argument
283 createValidationTube(Tube next) argument
[all...]
H A DNextAction.java41 Tube next; field in class:NextAction
58 this.next = v;
64 * Indicates that the next action should be to
65 * invoke the next tube's {@link Tube#processRequest(Packet)},
69 public void invoke(Tube next, Packet p) { argument
70 set(INVOKE, next, p, null);
74 * Indicates that the next action should be to
75 * invoke the next tube's {@link Tube#processRequest(Packet)},
79 public void invokeAndForget(Tube next, Packet p) { argument
80 set(INVOKE_AND_FORGET, next,
118 suspend(Tube next) argument
[all...]
H A DServerTubeAssemblerContext.java140 public @NotNull Tube createServerMUTube(@NotNull Tube next) { argument
142 return new ServerMUTube(this,next);
144 return next;
150 public @NotNull Tube createHandlerTube(@NotNull Tube next) { argument
152 HandlerTube cousin = new ServerLogicalHandlerTube(binding, seiModel, wsdlModel, next);
153 next = cousin;
156 next = cousin = new ServerSOAPHandlerTube(binding, next, cousin);
159 next = new ServerMessageHandlerTube(seiModel, binding, next, cousi
169 createMonitoringTube(@otNull Tube next) argument
181 createSecurityTube(@otNull Tube next) argument
193 createDumpTube(String name, PrintStream out, Tube next) argument
200 createValidationTube(Tube next) argument
210 createWsaTube(Tube next) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/binding/
H A DWebServiceFeatureList.java328 public WebServiceFeature next() { method in class:WebServiceFeatureList.MergedFeatures
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DHeaderTokenizer.java124 private int nextPos; // track start of next Token for next()
125 private int peekPos; // track start of next Token for peek()
180 * Parses the next token from this String. <p>
182 * Clients sit in a loop calling next() to parse successive
185 * @return the next Token
188 Token next() throws WebServiceException { method in class:HeaderTokenizer
198 * Peek at the next token, without actually removing the token
200 * will return successive tokens, until <code>next()</code> is
203 * @return the next Toke
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DAnnotationWriter.java109 AnnotationWriter next; field in class:AnnotationWriter
277 aw = aw.next;
299 aw = aw.next;
336 aw = aw.next;
H A DAttribute.java81 * The next attribute in this attribute list. May be <tt>null</tt>.
83 Attribute next; field in class:Attribute
206 attr = attr.next;
243 attr = attr.next;
281 attr = attr.next;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/jaxws/
H A DSafePolicyReader.java61 PolicyRecord next; field in class:SafePolicyReader.PolicyRecord
72 insertedRec.next = this;
78 for (current = head ; null != current.next ; ) {
81 insertedRec.next = current;
84 oneBeforeCurrent.next = insertedRec;
85 insertedRec.next = current;
90 insertedRec.next = current.next;
91 current.next = insertedRec;
95 current = current.next;
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/privateutil/
H A DServiceFinder.java356 nextName = pending.next();
360 public T next() throws ServiceConfigurationError { method in class:ServiceFinder.LazyIterator
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DReadAllStream.java213 head = head.next;
223 Chunk next; field in class:ReadAllStream.MemoryStream.Chunk
235 return next = new Chunk(buf, off, len);
H A DServiceFinder.java352 nextName = pending.next();
356 public T next() throws ServiceConfigurationError { method in class:ServiceFinder.LazyIterator
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/scd/
H A DIterators.java61 private T next; field in class:Iterators.Singleton
63 Singleton(T next) { argument
64 this.next = next;
68 return next!=null;
71 public T next() { method in class:Iterators.Singleton
72 T r = next;
73 next = null;
92 public T next() { method in class:Iterators.Adapter
93 return filter(core.next());
121 public T next() { method in class:Iterators.Map
133 private T next; field in class:Iterators.Filter
154 public T next() { method in class:Iterators.Filter
191 public T next() { method in class:Iterators.Union
211 public T next() { method in class:Iterators.Array
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_mgrsel.c47 struct AwtMgrsel *next; member in struct:AwtMgrsel
190 mgrsel->next = mgrsel_list;
309 for (mgrsel = mgrsel_list; mgrsel != NULL; mgrsel = mgrsel->next) {
344 for (mgrsel = mgrsel_list; mgrsel != NULL; mgrsel = mgrsel->next) {
391 for (mgrsel = mgrsel_list; mgrsel != NULL; mgrsel = mgrsel->next) {
H A Dextutil.h72 struct _XExtDisplayInfo *next; /* keep a linked list */ member in struct:_XExtDisplayInfo
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileSystem.java157 private FileStore next; field in class:WindowsFileSystem.FileStoreIterator
168 WindowsPath root = (WindowsPath)roots.next();
187 if (next != null)
189 next = readNext();
190 return next != null;
194 public synchronized FileStore next() { method in class:WindowsFileSystem.FileStoreIterator
195 if (next == null)
196 next = readNext();
197 if (next == null) {
200 FileStore result = next;
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A DGDIHashtable.h43 ListEntry* next; member in struct:GDIHashtable::ListEntry
96 * flushed on the next call of <code>update</code>.
104 * it won't recheck free GDI space for the next
H A DHashtable.cpp65 for (HashtableEntry* e = table[i] ; e != NULL ; e = e->next) {
78 for (HashtableEntry* e = table[index]; e != NULL; e = e->next) {
90 for (HashtableEntry* e = table[index]; e != NULL; e = e->next) {
113 old = old->next;
115 e->next = newTable[index];
130 for (e = table[index]; e != NULL; e = e->next) {
152 e->next = table[index];
167 for (HashtableEntry* e = table[index]; e != NULL ; prev = e, e = e->next) {
171 prev->next = e->next;
188 HashtableEntry* next = e->next; local
[all...]

Completed in 151 milliseconds

<<11121314151617181920>>