com.bea.xml.stream

Class ConfigurationContextBase

public class ConfigurationContextBase extends Object

Constructor Summary
ConfigurationContextBase()
Method Summary
voidcheck(String name)
booleangetBool(String name)
XMLEventAllocatorgetEventAllocator()
EnumerationgetProperties()
ObjectgetProperty(String name)
StringgetVersion()
XMLReportergetXMLReporter()
XMLResolvergetXMLResolver()
booleanisCoalescing()
booleanisNamespaceAware()
booleanisPrefixDefaulting()
booleanisPropertySupported(String name)
booleanisReplacingEntities()
booleanisSupportingExternalEntities()
booleanisValidating()
voidsetBool(String name, boolean val)
voidsetCoalescing(boolean val)
voidsetEventAllocator(XMLEventAllocator a)
voidsetNamespaceAware(boolean val)
voidsetPrefixDefaulting(boolean val)
voidsetProperty(String name, Object feature)
voidsetReplacingEntities(boolean val)
voidsetSupportExternalEntities(boolean val)
voidsetValidating(boolean val)
voidsetXMLReporter(XMLReporter r)
voidsetXMLResolver(XMLResolver r)

Constructor Detail

ConfigurationContextBase

public ConfigurationContextBase()

Method Detail

check

public void check(String name)

getBool

public boolean getBool(String name)

getEventAllocator

public XMLEventAllocator getEventAllocator()

getProperties

public Enumeration getProperties()

getProperty

public Object getProperty(String name)

getVersion

public String getVersion()

getXMLReporter

public XMLReporter getXMLReporter()

getXMLResolver

public XMLResolver getXMLResolver()

isCoalescing

public boolean isCoalescing()

isNamespaceAware

public boolean isNamespaceAware()

isPrefixDefaulting

public boolean isPrefixDefaulting()

isPropertySupported

public boolean isPropertySupported(String name)

isReplacingEntities

public boolean isReplacingEntities()

isSupportingExternalEntities

public boolean isSupportingExternalEntities()

isValidating

public boolean isValidating()

setBool

public void setBool(String name, boolean val)

setCoalescing

public void setCoalescing(boolean val)

setEventAllocator

public void setEventAllocator(XMLEventAllocator a)

setNamespaceAware

public void setNamespaceAware(boolean val)

setPrefixDefaulting

public void setPrefixDefaulting(boolean val)

setProperty

public void setProperty(String name, Object feature)

setReplacingEntities

public void setReplacingEntities(boolean val)

setSupportExternalEntities

public void setSupportExternalEntities(boolean val)

setValidating

public void setValidating(boolean val)

setXMLReporter

public void setXMLReporter(XMLReporter r)

setXMLResolver

public void setXMLResolver(XMLResolver r)