public class JCacheNamespace extends AbstractNamespaceHandler
NamespaceHandler
to enable and enhance Coherence-based
configurations to be used with the Coherence-based JCache implementationConstructor and Description |
---|
JCacheNamespace() |
Modifier and Type | Method and Description |
---|---|
void |
onEndNamespace(ProcessingContext processingContext,
XmlElement xmlElement,
String s,
URI uri)
Called when the xml namespace associated with the
NamespaceHandler is last encountered in an xml document. |
getAttributeProcessor, getAttributeProcessor, getDocumentPreprocessor, getElementProcessor, getElementProcessor, onStartNamespace, onUnknownAttribute, onUnknownElement, registerAttributeType, registerElementType, registerProcessor, registerProcessor, registerProcessor, setDocumentPreprocessor
public void onEndNamespace(ProcessingContext processingContext, XmlElement xmlElement, String s, URI uri)
AbstractNamespaceHandler
NamespaceHandler
is last encountered in an xml document.onEndNamespace
in interface NamespaceHandler
onEndNamespace
in class AbstractNamespaceHandler
processingContext
- the document ProcessingContext
in which the xml namespace was encounteredxmlElement
- the XmlElement
in which the xml namespace was encountereds
- the prefix of the declared xml namespaceuri
- the URI
of the declared xml namespace