public class NamespaceMappings extends Object
For example:
When the
| Constructor and Description | 
|---|
NamespaceMappings()
Default constructor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
clone()
This method makes a clone of this object. 
 | 
String | 
generateNextPrefix()
Generate a new namespace prefix ( ns0, ns1 ...) not used before 
 | 
String[] | 
lookupAllPrefixes(String uri)
Given a namespace uri, get all prefixes bound to the Namespace URI in the current scope. 
 | 
String | 
lookupNamespace(String prefix)
Use a namespace prefix to lookup a namespace URI. 
 | 
String | 
lookupPrefix(String uri)
Given a namespace uri, and the namespaces mappings for the 
 current element, return the current prefix for that uri. 
 | 
boolean | 
pushNamespace(String prefix,
             String uri,
             int elemDepth)
Declare a mapping of a prefix to namespace URI at the given element depth. 
 | 
public NamespaceMappings()
Object.Object()public String lookupNamespace(String prefix)
prefix - String the prefix of the namespacepublic String lookupPrefix(String uri)
uri - the namespace URI to be search forpublic boolean pushNamespace(String prefix, String uri, int elemDepth)
prefix - a String with the prefix for a qualified nameuri - a String with the uri to which the prefix is to mapelemDepth - the depth of current declarationpublic String generateNextPrefix()
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic String[] lookupAllPrefixes(String uri)
uri - the namespace URI to be search forCopyright © 2018 JBoss by Red Hat. All rights reserved.