Searched defs:reset (Results 26 - 50 of 553) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/gif/
H A DGIFWritableStreamMetadata.java55 reset();
80 public void reset() { method in class:GIFWritableStreamMetadata
264 reset();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/external/statistics/impl/
H A DStatsImpl.java70 * Call reset on all of the Statistic objects contained by this Stats object
72 public synchronized void reset() { method in class:StatsImpl
74 s.reset();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DJAXMStreamSource.java80 public void reset() throws IOException { method in class:JAXMStreamSource
82 in.reset();
84 reader.reset();
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/util/
H A DValidationEventCollector.java69 public void reset() { method in class:ValidationEventCollector
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DRangeValueIterator.java139 public void reset(); method in interface:RangeValueIterator
/openjdk7/jdk/src/share/classes/sun/util/locale/
H A DParseStatus.java40 reset();
43 public void reset() { method in class:ParseStatus
/openjdk7/jdk/test/javax/management/remote/mandatory/passwordAuthenticator/
H A DSimpleStandard.java35 * - the "reset()" operation.
107 * Operation: reset to their initial values the "State" and "NbChanges"
110 public void reset() { method in class:SimpleStandard
116 "NbChanges reset",
/openjdk7/jdk/test/javax/management/remote/mandatory/subjectDelegation/
H A DSimpleStandard.java35 * - the "reset()" operation.
105 * Operation: reset to their initial values the "State" and "NbChanges"
108 public void reset() { method in class:SimpleStandard
109 checkSubject("reset");
114 "NbChanges reset",
/openjdk7/jdk/src/share/classes/sun/io/
H A DByteToCharASCII.java88 public void reset() { method in class:ByteToCharASCII
H A DByteToCharISO8859_1.java83 public void reset() { method in class:ByteToCharISO8859_1
H A DByteToCharUTF8.java196 public void reset() { method in class:ByteToCharUTF8
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DFixedLengthInputStream.java79 public void reset () throws IOException { method in class:FixedLengthInputStream
80 throw new IOException ("mark/reset not supported");
/openjdk7/jdk/src/share/classes/sun/net/www/http/
H A DPosterOutputStream.java90 public synchronized void reset() { method in class:PosterOutputStream
94 super.reset ();
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDropTargetEventProcessor.java107 static void reset() { method in class:XDropTargetEventProcessor
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DAbsoluteIterator.java89 public DTMAxisIterator reset() { method in class:AbsoluteIterator
90 _source.reset();
H A DForwardPositionIterator.java79 return clone.reset();
97 public DTMAxisIterator reset() { method in class:ForwardPositionIterator
98 _source.reset();
H A DSingletonIterator.java67 public DTMAxisIterator reset() { method in class:SingletonIterator
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/
H A DValidatedInfo.java79 * reset the state of this object
81 public void reset() { method in class:ValidatedInfo
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSGrammarBucket.java236 public void reset() { method in class:XSGrammarBucket
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DErrorHandlerAdaptor.java86 public void reset() { hadError = false; } method in class:ErrorHandlerAdaptor
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DXMLParser.java122 reset();
132 * reset all components before parsing
134 protected void reset() throws XNIException { method in class:XMLParser
135 } // reset()
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXPointerSchema.java43 public void reset(); method in interface:XPointerSchema
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DSerializer.java55 * ser.reset(); // get ready to use the serializer for another document
79 * ser.reset(); // get ready to use the serializer for another document
220 * @return True if serializer has been reset and can be reused
222 public boolean reset(); method in interface:Serializer
/openjdk7/jaxp/src/javax/xml/parsers/
H A DDocumentBuilder.java72 * <p><code>DocumentBuilder</code> is reset to the same state as when it was created with
74 * <code>reset()</code> is designed to allow the reuse of existing <code>DocumentBuilder</code>s
77 * <p>The reset <code>DocumentBuilder</code> is not guaranteed to have the same {@link EntityResolver} or {@link ErrorHandler}
86 public void reset() { method in class:DocumentBuilder
90 "This DocumentBuilder, \"" + this.getClass().getName() + "\", does not support the reset functionality."
/openjdk7/jaxp/src/javax/xml/xpath/
H A DXPath.java106 * <p><code>XPath</code> is reset to the same state as when it was created with
108 * <code>reset()</code> is designed to allow the reuse of existing <code>XPath</code>s
111 * <p>The reset <code>XPath</code> is not guaranteed to have the same {@link XPathFunctionResolver}, {@link XPathVariableResolver}
116 public void reset(); method in interface:XPath

Completed in 104 milliseconds

1234567891011>>