|
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
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 addId(String name)
addId
in interface ValidationContext
public void addIdRef(String name)
addIdRef
in interface ValidationContext
public String checkIDRefID()
public String getSymbol(String symbol)
getSymbol
in interface ValidationContext
public String getURI(String prefix)
getURI
in interface ValidationContext
public boolean isEntityDeclared(String name)
isEntityDeclared
in interface ValidationContext
public boolean isEntityUnparsed(String name)
isEntityUnparsed
in interface ValidationContext
public boolean isIdDeclared(String name)
isIdDeclared
in interface ValidationContext
public boolean needExtraChecking()
needExtraChecking
in interface ValidationContext
public boolean needFacetChecking()
needFacetChecking
in interface ValidationContext
public boolean needToNormalize()
needToNormalize
in interface ValidationContext
public void reset()
public void resetIDTables()
public void setEntityState(EntityState state)
public void setExtraChecking(boolean newValue)
public void setFacetChecking(boolean newValue)
public void setNamespaceSupport(NamespaceSupport namespace)
public void setNormalizationRequired(boolean newValue)
public void setSymbolTable(SymbolTable sTable)
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs91 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |