Searched defs:reset (Results 376 - 400 of 553) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/classes/sun/io/
H A DByteToCharISO2022.java68 public void reset() method in class:ByteToCharISO2022
95 reset();
H A DByteToCharISO2022CN.java64 public void reset() method in class:ByteToCharISO2022CN
91 reset();
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DRequest.java230 boolean reset; field in class:Request.ReadStream
242 closed = marked = reset = false;
275 if (reset) { /* satisfy from markBuf */
280 reset = false;
320 if (reset)
340 reset = false;
343 public synchronized void reset () throws IOException { method in class:Request.ReadStream
349 reset = true;
/openjdk7/jdk/src/share/classes/sun/net/idn/
H A DStringPrep.java244 public void reset(){ method in class:StringPrep.Values
252 values.reset();
/openjdk7/jdk/src/share/classes/sun/net/www/
H A DMessageHeader.java66 public synchronized void reset() { method in class:MessageHeader
262 // reset the flag
/openjdk7/jdk/src/share/classes/sun/rmi/rmic/
H A DBatchEnvironment.java221 public void reset() { method in class:BatchEnvironment
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXSelection.java161 reset();
468 public synchronized void reset() { method in class:XSelection
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DKeyIndex.java317 public DTMAxisIterator reset() { method in class:KeyIndex
588 * reset from the current position of the original.
645 public HeapNode reset() { method in class:KeyIndex.KeyIndexIterator.KeyIndexHeapNode
736 * to reset itself, reevaluate arguments to the function, look up
788 public DTMAxisIterator reset() { method in class:KeyIndex.KeyIndexIterator
792 super.reset();
821 DTMAxisIterator keyValues = _keyValueIterator.reset();
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTransformerHandlerImpl.java474 /** Implementation of the reset() method
477 public void reset() { method in class:TransformerHandlerImpl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLNamespaceBinder.java242 public void reset(XMLComponentManager componentManager) method in class:XMLNamespaceBinder
252 } // reset(XMLComponentManager)
265 * manager any time after reset when a feature changes state.
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSElementDecl.java177 public void reset(){ method in class:XSElementDecl
189 // reset identity constraints
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaDOMParser.java536 public void reset() { method in class:SchemaDOMParser
537 ((SchemaParsingConfig)config).reset();
H A DSchemaParsingConfig.java548 // REVISIT: this method used to reset all the components and
549 // construct the pipeline. Now reset() is called
575 // reset and configure pipeline and set InputSource.
578 fValidationManager.reset();
579 fVersionDetector.reset(this);
580 reset();
724 public void reset() throws XNIException { method in class:SchemaParsingConfig
727 super.reset();
729 } // reset()
992 fNamespaceScanner.reset(thi
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDAbstractTraverser.java96 void reset(SymbolTable symbolTable, boolean validateAnnotations, Locale locale) { method in class:XSDAbstractTraverser
292 xsFacets.reset();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DSAXParserImpl.java346 public void reset() { method in class:SAXParserImpl
385 * features and properties to allow the parser to be reset to
585 fSAXParser.fSchemaValidationManager.reset();
586 fSAXParser.fUnparsedEntityHandler.reset();
597 fSAXParser.fSchemaValidationManager.reset();
598 fSAXParser.fUnparsedEntityHandler.reset();
673 fSAXParser.fSchemaValidator.reset(fSAXParser.fSchemaValidatorComponentManager);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DDOMValidatorHelper.java178 fComponentManager.reset();
180 fDOMNamespaceContext.reset();
549 public void reset() { method in class:DOMValidatorHelper.DOMNamespaceContext
H A DXMLSchemaValidatorComponentManager.java178 /** Stores initial feature values for validator reset. */
181 /** Stores initial property values for validator reset. */
411 /** Calls reset on each of the components owned by this component manager. **/
412 public void reset() throws XNIException { method in class:XMLSchemaValidatorComponentManager
413 fNamespaceContext.reset();
414 fValidationManager.reset();
415 fEntityManager.reset(this);
416 fErrorReporter.reset(this);
417 fSchemaValidator.reset(this);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DDTDConfiguration.java465 // REVISIT: this method used to reset all the components and
466 // construct the pipeline. Now reset() is called
492 // reset and configure pipeline and set InputSource.
496 reset();
618 protected void reset() throws XNIException { method in class:DTDConfiguration
621 fValidationManager.reset();
624 super.reset();
625 } // reset()
H A DNonValidatingConfiguration.java441 // REVISIT: this method used to reset all the components and
442 // construct the pipeline. Now reset() is called
468 // reset and configure pipeline and set InputSource.
472 reset();
594 protected void reset() throws XNIException { method in class:NonValidatingConfiguration
597 fValidationManager.reset();
600 super.reset();
602 } // reset()
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDefaultBaseIterators.java1270 * Returns a deep copy of this iterator. The cloned iterator is not reset.
1286 // return clone.reset();
1373 // redefine DTMAxisIteratorBase's reset
1381 public DTMAxisIterator reset() method in class:DTMDefaultBaseIterators.PrecedingIterator
1624 * Returns a deep copy of this iterator. The cloned iterator is not reset.
1638 // return clone.reset();
1696 public DTMAxisIterator reset() method in class:DTMDefaultBaseIterators.AncestorIterator
1906 public DTMAxisIterator reset() method in class:DTMDefaultBaseIterators.DescendantIterator
2109 public DTMAxisIterator reset() method in class:DTMDefaultBaseIterators.SingletonIterator
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToHTMLSAXHandler.java721 * Try's to reset the super class and reset this class for
725 * @return true if the class was successfuly reset.
726 * @see Serializer#reset()
728 public boolean reset() method in class:ToHTMLSAXHandler
731 if (super.reset())
H A DToTextSAXHandler.java132 * @see Serializer#reset()
134 public boolean reset() method in class:ToTextSAXHandler
H A DToXMLSAXHandler.java751 * Try's to reset the super class and reset this class for
755 * @return true if the class was successfuly reset.
756 * @see Serializer#reset()
758 public boolean reset() method in class:ToXMLSAXHandler
761 if (super.reset())
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DNodeSequence.java288 * @see DTMIterator#reset()
290 public void reset() method in class:NodeSequence
653 * Get a clone of this iterator, but don't reset the iteration in the
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/objects/
H A DXObject.java135 public void reset() method in class:XObject

Completed in 521 milliseconds

<<11121314151617181920>>