com.bea.xml.stream

Class ConfigurationContextBase


public class ConfigurationContextBase
extends java.lang.Object

Constructor Summary

ConfigurationContextBase()

Method Summary

void
check(String name)
boolean
getBool(String name)
javax.xml.stream.util.XMLEventAllocator
getEventAllocator()
Enumeration
getProperties()
Object
getProperty(String name)
String
getVersion()
javax.xml.stream.XMLReporter
getXMLReporter()
javax.xml.stream.XMLResolver
getXMLResolver()
boolean
isCoalescing()
boolean
isNamespaceAware()
boolean
isPrefixDefaulting()
boolean
isPropertySupported(String name)
boolean
isReplacingEntities()
boolean
isSupportingExternalEntities()
boolean
isValidating()
void
setBool(String name, boolean val)
void
setCoalescing(boolean val)
void
setEventAllocator(javax.xml.stream.util.XMLEventAllocator a)
void
setNamespaceAware(boolean val)
void
setPrefixDefaulting(boolean val)
void
setProperty(String name, Object feature)
void
setReplacingEntities(boolean val)
void
setSupportExternalEntities(boolean val)
void
setValidating(boolean val)
void
setXMLReporter(javax.xml.stream.XMLReporter r)
void
setXMLResolver(javax.xml.stream.XMLResolver r)

Constructor Details

ConfigurationContextBase

public ConfigurationContextBase()

Method Details

check

public void check(String name)

getBool

public boolean getBool(String name)

getEventAllocator

public javax.xml.stream.util.XMLEventAllocator getEventAllocator()

getProperties

public Enumeration getProperties()

getProperty

public Object getProperty(String name)

getVersion

public String getVersion()

getXMLReporter

public javax.xml.stream.XMLReporter getXMLReporter()

getXMLResolver

public javax.xml.stream.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(javax.xml.stream.util.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(javax.xml.stream.XMLReporter r)

setXMLResolver

public void setXMLResolver(javax.xml.stream.XMLResolver r)