getEffectiveLocalContext | back to summary
|
---|
public String[] getEffectiveLocalContext() This method returns an array of Strings, as would be stored in
a NamespaceSupport object. This array contains all
declarations except those at the global level.
|
setEffectiveContext | back to summary
|
---|
public void setEffectiveContext(String[] namespaceDecls) This method takes a set of Strings, as stored in a
NamespaceSupport object, and "fools" the object into thinking
that this is one unified context. This is meant to be used in
conjunction with things like local elements, whose declarations
may be deeply nested but which for all practical purposes may
be regarded as being one level below the global <schema>
element--at least with regard to namespace declarations.
It's worth noting that the context from which the strings are
being imported had better be using the same SymbolTable.
|