Searched defs:reset (Results 201 - 225 of 553) sorted by relevance

1234567891011>>

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/io/
H A DUCSReader.java264 * Mark the present position in the stream. Subsequent calls to reset()
271 * reset the stream may fail.
283 * attempt to reset it in some way appropriate to the particular stream,
285 * character-input streams support the reset() operation, and some support
286 * reset() without supporting mark().
290 * or if the stream does not support reset(),
293 public void reset() throws IOException { method in class:UCSReader
294 fInputStream.reset();
295 } // reset()
299 * ready(), mark(), or reset() invocation
[all...]
H A DUTF8Reader.java619 * Mark the present position in the stream. Subsequent calls to reset()
626 * reset the stream may fail.
638 * attempt to reset it in some way appropriate to the particular stream,
640 * character-input streams support the reset() operation, and some support
641 * reset() without supporting mark().
645 * or if the stream does not support reset(),
648 public void reset() throws IOException { method in class:UTF8Reader
651 } // reset()
655 * ready(), mark(), or reset() invocations will throw an IOException.
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DAttributePSVImpl.java208 public void reset() { method in class:AttributePSVImpl
H A DSubstitutionGroupHandler.java187 public void reset() { method in class:SubstitutionGroupHandler
H A DXSModelGroupImpl.java173 public void reset(){ method in class:XSModelGroupImpl
H A DXSParticleDecl.java173 public void reset(){ method in class:XSParticleDecl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/models/
H A DCMNodeFactory.java77 public void reset(XMLComponentManager componentManager){ method in class:CMNodeFactory
90 }//reset()
125 //reset the node count
131 * manager any time after reset when a property changes value.
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDElementTraverser.java560 void reset(SymbolTable symbolTable, boolean validateAnnotations, Locale locale) { method in class:XSDElementTraverser
561 super.reset(symbolTable, validateAnnotations, locale);
563 } // reset()
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DJAXPNamespaceContextWrapper.java144 public void reset() { method in class:JAXPNamespaceContextWrapper
H A DNamespaceSupport.java147 * @see com.sun.org.apache.xerces.internal.xni.NamespaceContext#reset()
149 public void reset() { method in class:NamespaceSupport
151 // reset namespace and context info
166 } // reset(SymbolTable)
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXPointerFramework.java92 public void reset(){ method in class:XPointerFramework
120 fDefaultXPointerSchema.reset();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMAxisIteratorBase.java79 * @return A DTMAxisIterator which has been reset to the start node,
82 public DTMAxisIterator reset() method in class:DTMAxisIteratorBase
139 reset(); // Count the nodes found by this iterator
186 // return clone.reset();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DXML11Serializer.java531 public boolean reset() { method in class:XML11Serializer
532 super.reset();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DNamespaceMappings.java306 final void reset() method in class:NamespaceMappings
H A DToXMLStream.java589 * Try's to reset the super class and reset this class for
593 * @return true if the class was successfuly reset.
595 public boolean reset() method in class:ToXMLStream
598 if (super.reset())
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DSourceTreeManager.java56 public void reset() method in class:SourceTreeManager
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DOneStepIterator.java151 * Get a cloned Iterator that is reset to the beginning
313 public void reset() method in class:OneStepIterator
316 super.reset();
318 m_iterator.reset();
H A DWalkingIterator.java131 public void reset() method in class:WalkingIterator
134 super.reset();
179 // expression need to reset the variable stack, while iterators
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/jaxp/
H A DXPathImpl.java516 * <p><code>XPath</code> is reset to the same state as when it was created with
518 * <code>reset()</code> is designed to allow the reuse of existing <code>XPath</code>s
521 * <p>The reset <code>XPath</code> is not guaranteed to have the same
528 public void reset() { method in class:XPathImpl
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DBufferManagerReadStream.java287 // Mark and reset handler ----------------------------------------
305 // reconstruct it's state when reset is called
325 public void reset() method in class:BufferManagerReadStream
328 // REVISIT - call to reset without call to mark
/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DAudioInputStream.java397 * @see #reset
425 public void reset() throws IOException { method in class:AudioInputStream
427 stream.reset();
442 * <code>reset</code> methods.
444 * and <code>reset</code> methods; <code>false</code> otherwise
446 * @see #reset
/openjdk7/jdk/src/share/classes/java/io/
H A DBufferedReader.java198 if there is no mark/reset activity, and if line feeds are not
468 * Marks the present position in the stream. Subsequent calls to reset()
473 * to reset the stream after reading characters
501 public void reset() throws IOException { method in class:BufferedReader
/openjdk7/jdk/src/share/classes/java/net/
H A DAuthenticator.java90 private void reset() { method in class:Authenticator
179 a.reset();
241 a.reset();
308 a.reset();
/openjdk7/jdk/src/share/classes/java/nio/
H A DBuffer.java82 * <p> A buffer's <i>mark</i> is the index to which its position will be reset
83 * when the {@link #reset reset} method is invoked. The mark is not always
87 * mark is not defined then invoking the {@link #reset reset} method causes an
295 public final Buffer reset() { method in class:Buffer
/openjdk7/jdk/src/share/classes/java/security/
H A DMessageDigest.java46 * methods. At any point {@link #reset() reset} can be called
47 * to reset the digest. Once all the data to be updated has been
53 * object is reset to its initialized state.
347 * such as padding. The digest is reset after this call is made.
360 * such as padding. The digest is reset after this call is made.
446 public void reset() { method in class:MessageDigest

Completed in 643 milliseconds

1234567891011>>