org.apache.xerces.impl.xs
public class SchemaNamespaceSupport extends NamespaceSupport
NamespaceSupport.Prefixes
fContext, fCurrentContext, fNamespace, fNamespaceSize, fPrefixes
Constructor and Description |
---|
SchemaNamespaceSupport() |
SchemaNamespaceSupport(SchemaNamespaceSupport nSupport) |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getEffectiveLocalContext()
This method returns an array of Strings, as would be stored in
a NamespaceSupport object.
|
void |
makeGlobal() |
void |
setEffectiveContext(java.lang.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.
|
containsPrefix, declarePrefix, getAllPrefixes, getDeclaredPrefixAt, getDeclaredPrefixCount, getPrefix, getURI, popContext, pushContext, reset
public SchemaNamespaceSupport()
public SchemaNamespaceSupport(SchemaNamespaceSupport nSupport)
public void setEffectiveContext(java.lang.String[] namespaceDecls)
public java.lang.String[] getEffectiveLocalContext()
public void makeGlobal()
Copyright ? 1999-2005 Apache XML Project. All Rights Reserved.