NamespaceVisitor
in
Visitor that can visit schema namespaces.
Tags
Table of Contents
Methods
- acceptNamespace() : void
- Accepts a schema namespace name.
Methods
acceptNamespace()
Accepts a schema namespace name.
public
acceptNamespace(string $namespaceName) : void
Parameters
- $namespaceName : string
-
The schema namespace name to accept.