| java.lang.Object net.sf.saxon.instruct.DummyNamespaceResolver
DummyNamespaceResolver | final public class DummyNamespaceResolver implements Serializable,NamespaceResolver(Code) | | A dummy namespace resolver used when validating QName-valued attributes written to
the result tree. The namespace node might be created after the initial validation
of the attribute, so in the first round of validation we only check the lexical form
of the value, and we defer prefix checks until later.
|
getURIForPrefix | public String getURIForPrefix(String prefix, boolean useDefault)(Code) | | Get the namespace URI corresponding to a given prefix.
Parameters: prefix - the namespace prefix Parameters: useDefault - true if the default namespace is to be used when theprefix is "" the uri for the namespace, or null if the prefix is not in scope |
iteratePrefixes | public Iterator iteratePrefixes()(Code) | | Get an iterator over all the prefixes declared in this namespace context. This will include
the default namespace (prefix="") and the XML namespace where appropriate
|
|
|