| 
 | BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectweblogic.apache.xerces.impl.validation.ValidationState
public class ValidationState
Implementation of ValidationContext inteface. Used to establish an environment for simple type validation.
| Constructor Summary | |
|---|---|
| ValidationState()Deprecated. | |
| Method Summary | |
|---|---|
|  void | addId(String name)Deprecated. | 
|  void | addIdRef(String name)Deprecated. | 
|  String | checkIDRefID()Deprecated. return null if all IDREF values have a corresponding ID value; otherwise return the first IDREF value without a matching ID value. | 
|  String | getSymbol(String symbol)Deprecated. | 
|  String | getURI(String prefix)Deprecated. | 
|  boolean | isEntityDeclared(String name)Deprecated. | 
|  boolean | isEntityUnparsed(String name)Deprecated. | 
|  boolean | isIdDeclared(String name)Deprecated. | 
|  boolean | needExtraChecking()Deprecated. | 
|  boolean | needFacetChecking()Deprecated. | 
|  boolean | needToNormalize()Deprecated. | 
|  void | reset()Deprecated. | 
|  void | resetIDTables()Deprecated. The same validation state can be used to validate more than one (schema) validation roots. | 
|  void | setEntityState(EntityState state)Deprecated. | 
|  void | setExtraChecking(boolean newValue)Deprecated. | 
|  void | setFacetChecking(boolean newValue)Deprecated. | 
|  void | setNamespaceSupport(NamespaceSupport namespace)Deprecated. | 
|  void | setNormalizationRequired(boolean newValue)Deprecated. | 
|  void | setSymbolTable(SymbolTable sTable)Deprecated. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ValidationState()
| Method Detail | 
|---|
public void setExtraChecking(boolean newValue)
public void setFacetChecking(boolean newValue)
public void setNormalizationRequired(boolean newValue)
public void setEntityState(EntityState state)
public void setNamespaceSupport(NamespaceSupport namespace)
public void setSymbolTable(SymbolTable sTable)
public String checkIDRefID()
public void reset()
public void resetIDTables()
public boolean needExtraChecking()
needExtraChecking in interface ValidationContextpublic boolean needFacetChecking()
needFacetChecking in interface ValidationContextpublic boolean needToNormalize()
needToNormalize in interface ValidationContextpublic boolean isEntityDeclared(String name)
isEntityDeclared in interface ValidationContextpublic boolean isEntityUnparsed(String name)
isEntityUnparsed in interface ValidationContextpublic boolean isIdDeclared(String name)
isIdDeclared in interface ValidationContextpublic void addId(String name)
addId in interface ValidationContextpublic void addIdRef(String name)
addIdRef in interface ValidationContextpublic String getSymbol(String symbol)
getSymbol in interface ValidationContextpublic String getURI(String prefix)
getURI in interface ValidationContext| 
 | Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||