public interface INamespaceInfo
| Modifier and Type | Method and Description |
|---|---|
nu.xom.XPathContext |
getByPrefix(String prefix)
Get context by prefix.
|
nu.xom.XPathContext |
getByURI(String uri)
Get context by uri.
|
String |
getPrefix(String uri)
Get prefix by uri information.
|
String |
getURI(String prefix)
Get uri by prefix.
|
String getPrefix(String uri)
uri - A uri.String getURI(String prefix)
prefix - A prefix.nu.xom.XPathContext getByPrefix(String prefix)
prefix - The prefix.nu.xom.XPathContext getByURI(String uri)
uri - The uri.Copyright © 2016. All rights reserved.