public class SchemaNamespaceSupport extends NamespaceSupport
NamespaceSupport.IteratorPrefixes, NamespaceSupport.PrefixesfContext, fCurrentContext, fNamespace, fNamespaceSize, fPrefixesXML_URI, XMLNS_URI| Constructor and Description |
|---|
SchemaNamespaceSupport() |
SchemaNamespaceSupport(SchemaNamespaceSupport nSupport) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getEffectiveLocalContext()
This method returns an array of Strings, as would be stored in
a NamespaceSupport object.
|
void |
makeGlobal() |
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.
|
containsPrefix, containsPrefixInCurrentContext, declarePrefix, getAllPrefixes, getDeclaredPrefixAt, getDeclaredPrefixCount, getPrefix, getPrefixes, getPrefixes, getURI, popContext, pushContext, resetpublic SchemaNamespaceSupport()
public SchemaNamespaceSupport(SchemaNamespaceSupport nSupport)
public void setEffectiveContext(String[] namespaceDecls)
public String[] getEffectiveLocalContext()
public void makeGlobal()
Copyright © 2018–2021 mhoffrogge. All rights reserved.