org.apache.xerces.impl.dv
Interface ValidationContext
- All Known Implementing Classes:
- ValidationState
- public interface ValidationContext
ValidationContext has all the information required for the
validation of: id, idref, entity, notation, qname
INTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
- Version:
- $Id: ValidationContext.java,v 1.5 2004/10/06 14:56:50 mrglavas Exp $
- Author:
- Sandy Gao, IBM
needFacetChecking
public boolean needFacetChecking()
needExtraChecking
public boolean needExtraChecking()
needToNormalize
public boolean needToNormalize()
useNamespaces
public boolean useNamespaces()
isEntityDeclared
public boolean isEntityDeclared(java.lang.String name)
isEntityUnparsed
public boolean isEntityUnparsed(java.lang.String name)
isIdDeclared
public boolean isIdDeclared(java.lang.String name)
addId
public void addId(java.lang.String name)
addIdRef
public void addIdRef(java.lang.String name)
getSymbol
public java.lang.String getSymbol(java.lang.String symbol)
getURI
public java.lang.String getURI(java.lang.String prefix)
Copyright © 1999-2005 Apache XML Project. All Rights Reserved.