public class CacheConfigNamespaceHandler extends AbstractNamespaceHandler
CacheConfigNamespaceHandler
is responsible for capturing and creating Coherence
Cache Configurations when processing a Coherence Configuration file.Constructor and Description |
---|
CacheConfigNamespaceHandler()
Standard Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
onStartNamespace(ProcessingContext context,
XmlElement element,
String prefix,
URI uri)
Called when the xml namespace associated with the
NamespaceHandler is first encountered in an xml
document. |
getAttributeProcessor, getAttributeProcessor, getDocumentPreprocessor, getElementProcessor, getElementProcessor, onEndNamespace, onUnknownAttribute, onUnknownElement, registerAttributeType, registerElementType, registerProcessor, registerProcessor, registerProcessor, setDocumentPreprocessor
public CacheConfigNamespaceHandler()
public void onStartNamespace(ProcessingContext context, XmlElement element, String prefix, URI uri)
NamespaceHandler
is first encountered in an xml
document.onStartNamespace
in interface NamespaceHandler
onStartNamespace
in class AbstractNamespaceHandler
context
- the document ProcessingContext
in which the xml namespace was encounteredelement
- the XmlElement
in which the xml namespace was encounteredprefix
- the prefix of the declared xml namespaceuri
- the URI
of the declared xml namespace