org.apache.xerces.impl.dv

Interface ValidationContext

Known Implementing Classes:
ValidationState

public interface ValidationContext

ValidationContext has all the information required for the validation of: id, idref, entity, notation, qname
Version:
$Id: ValidationContext.java,v 1.5 2004/10/06 14:56:50 mrglavas Exp $
Author:
Sandy Gao, IBM

Method Summary

void
addId(String name)
void
addIdRef(String name)
String
getSymbol(String symbol)
String
getURI(String prefix)
boolean
isEntityDeclared(String name)
boolean
isEntityUnparsed(String name)
boolean
isIdDeclared(String name)
boolean
needExtraChecking()
boolean
needFacetChecking()
boolean
needToNormalize()
boolean
useNamespaces()

Method Details

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-2005 Apache XML Project. All Rights Reserved.