Searched defs:reset (Results 301 - 325 of 553) sorted by relevance

<<11121314151617181920>>

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSDeclarationPool.java91 fElementDecl[chunk][index].reset();
104 fAttrDecl[chunk][index].reset();
118 fAttributeUse[chunk][index].reset();
133 fCTDecl[chunk][index].reset();
146 fSTDecl[chunk][index].reset();
160 fParticleDecl[chunk][index].reset();
173 fModelGroup[chunk][index].reset();
307 public void reset(){ method in class:XSDeclarationPool
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaDOM.java62 reset();
273 public void reset() { method in class:SchemaDOM
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DSchemaContentHandler.java340 public void reset(SchemaDOMParser schemaDOMParser, SymbolTable symbolTable, method in class:SchemaContentHandler
H A DStAXSchemaParser.java95 public void reset(SchemaDOMParser schemaDOMParser, SymbolTable symbolTable) { method in class:StAXSchemaParser
99 fNamespaceContext.reset();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DDocumentBuilderImpl.java320 fSchemaValidationManager.reset();
321 fUnparsedEntityHandler.reset();
374 public void reset() { method in class:DocumentBuilderImpl
392 fSchemaValidator.reset(fSchemaValidatorComponentManager);
H A DUnparsedEntityHandler.java256 public void reset() { method in class:UnparsedEntityHandler
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DValidatorImpl.java77 /** Flag for tracking whether features/properties changed since last reset. */
80 /** Flag for tracking whether the error handler changed since last reset. */
83 /** Flag for tracking whether the resource resolver changed since last reset. */
242 public void reset() { method in class:ValidatorImpl
244 // is currently in, is the same as it will be after reset.
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DBasicParserConfiguration.java73 * the <code>reset</code> method of each registered component
498 * reset all components before parsing and namespace context
500 protected void reset() throws XNIException { method in class:BasicParserConfiguration
502 // reset every component
506 c.reset(this);
509 } // reset()
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTMIterator.java133 public void reset(); method in interface:DTMIterator
311 * Get a cloned Iterator that is reset to the start of the iteration.
313 * @return A clone of this iteration that has been reset.
320 * Get a clone of this iterator, but don't reset the iteration in the
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DXMLSerializer.java651 fLocalNSBinder.reset();
1458 public boolean reset() { method in class:XMLSerializer
1459 super.reset();
1461 fNSBinder.reset();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToSAXHandler.java402 * Try's to reset the super class and reset this class for
406 * @return true if the class was successfuly reset.
407 * @see Serializer#reset()
409 public boolean reset() method in class:ToSAXHandler
412 if (super.reset())
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DFastStringBuffer.java290 public final void reset() method in class:FastStringBuffer
1262 * will be reset to use the new object as its m_innerFSB, and will have
1263 * had its chunk size reset appropriately. IT SHOULD NEVER BE CALLED
1285 // Establish capsule as the Inner FSB, reset chunk sizes/addressing
H A DNamespaceSupport2.java81 reset();
96 public void reset () method in class:NamespaceSupport2
100 // change this to just reset the root context?
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DVariableStack.java51 reset();
131 public void reset() method in class:VariableStack
/openjdk7/jaxp/src/com/sun/xml/internal/stream/
H A DXMLEntityStorage.java92 public void reset(PropertyManager propertyManager){ method in class:XMLEntityStorage
100 public void reset(){ method in class:XMLEntityStorage
118 public void reset(XMLComponentManager componentManager) method in class:XMLEntityStorage
131 } // reset(XMLComponentManager)
/openjdk7/jaxp/src/com/sun/xml/internal/stream/dtd/
H A DDTDGrammarUtil.java134 public void reset(XMLComponentManager componentManager) method in class:DTDGrammarUtil
/openjdk7/jaxp/src/javax/xml/datatype/
H A DXMLGregorianCalendar.java209 * <p><code>XMLGregorianCalendar</code> is reset to the same values as when it was created with
255 * <p><code>reset()</code> is designed to allow the reuse of existing <code>XMLGregorianCalendar</code>s
258 public abstract void reset(); method in class:XMLGregorianCalendar
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DMarshalInputStream.java80 // mark/reset from java.io.InputStream
82 public void reset(); method in interface:MarshalInputStream
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DBatchEnvironment.java159 reset();
176 public void reset () { method in class:BatchEnvironment
231 //System.out.println(" InstanceCount before reset = "+Type.instanceCount);
232 reset();
233 //System.out.println(" InstanceCount AFTER reset = "+Type.instanceCount);
/openjdk7/hotspot/agent/src/share/classes/com/sun/java/swing/ui/
H A DWizardDlg.java158 public void reset() method in class:WizardDlg
/openjdk7/jdk/src/share/classes/javax/swing/
H A DPopupFactory.java339 popup.reset(owner, contents, ownerX, ownerY);
510 void reset(Component owner, Component contents, int ownerX, method in class:PopupFactory.ContainerPopup
518 super.reset(owner, contents, ownerX, ownerY);
622 popup.reset(owner, contents, ownerX, ownerY);
656 popup.reset(owner, contents, ownerX, ownerY);
774 void reset(Component owner, Component contents, int ownerX, method in class:PopupFactory.LightWeightPopup
776 super.reset(owner, contents, ownerX, ownerY);
812 popup.reset(owner, contents, ownerX, ownerY);
928 void reset(Component owner, Component contents, int ownerX, method in class:PopupFactory.MediumWeightPopup
930 super.reset(owne
[all...]
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DArea.java336 public void reset() { method in class:Area
/openjdk7/jdk/src/share/classes/java/net/
H A DSocketImpl.java307 void reset() throws IOException { method in class:SocketImpl
/openjdk7/jdk/src/share/classes/java/util/regex/
H A DMatcher.java87 * <p> A matcher may be reset explicitly by invoking its {@link #reset()}
89 * #reset(java.lang.CharSequence) reset(CharSequence)} method. Resetting a
228 reset();
298 public Matcher reset() { method in class:Matcher
326 public Matcher reset(CharSequence input) { method in class:Matcher
328 return reset();
568 * not since been reset, at the first character not matched by the previous
617 reset();
[all...]
/openjdk7/jdk/src/share/classes/java/util/zip/
H A DDeflater.java147 * reset the deflater. Using this mode too often can seriously degrade
396 * {@link #SYNC_FLUSH}. The compression state is reset so that the inflater
506 public void reset() { method in class:Deflater
509 reset(zsRef.address());
554 private native static void reset(long addr); method in class:Deflater

Completed in 704 milliseconds

<<11121314151617181920>>