public class OperationalConfigNamespaceHandler extends AbstractNamespaceHandler
OperationalConfigNamespaceHandler is responsible for capturing and
creating the Coherence operational configuration when processing a Coherence
operational configuration file.| Constructor and Description |
|---|
OperationalConfigNamespaceHandler()
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, setDocumentPreprocessorpublic OperationalConfigNamespaceHandler()
public void onStartNamespace(ProcessingContext context, XmlElement element, String prefix, URI uri)
NamespaceHandler is first encountered in an xml
document.onStartNamespace in interface NamespaceHandleronStartNamespace in class AbstractNamespaceHandlercontext - 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