public class NameSpacesInformation extends Object
Constructor and Description |
---|
NameSpacesInformation() |
Modifier and Type | Method and Description |
---|---|
void |
addNameSpace(String prefix,
String nsURI) |
Map<String,String> |
getNameSpaces() |
String |
getNameSpaceURI(String prefix) |
Iterator<String> |
getPrefixes() |
void |
removeAllNameSpaces() |
void |
setNameSpaces(Map<String,String> namespaceMap) |
String |
toString() |
Copyright © 2022 WSO2. All rights reserved.