org.apache.xerces.impl.dv
Interface ValidationContext
- ValidationState
public interface ValidationContext
ValidationContext has all the information required for the
validation of: id, idref, entity, notation, qname
Version:
- Sandy Gao, IBM
addId
public void addId(String name)
addIdRef
public void addIdRef(String name)
getSymbol
public String getSymbol(String symbol)
getURI
public String getURI(String prefix)
isEntityDeclared
public boolean isEntityDeclared(String name)
isEntityUnparsed
public boolean isEntityUnparsed(String name)
isIdDeclared
public boolean isIdDeclared(String name)
needExtraChecking
public boolean needExtraChecking()
needFacetChecking
public boolean needFacetChecking()
needToNormalize
public boolean needToNormalize()
useNamespaces
public boolean useNamespaces()
Copyright B) 1999-2004 Apache XML Project. All Rights Reserved.