protected class TransformImplXPath.NSDeclaration
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
nSPrefix_
The namespace prefix.
|
java.lang.String |
nSURI_
The namespace URI associated with the namespace prefix.
|
| Constructor and Description |
|---|
NSDeclaration(java.lang.String nSPrefix,
java.lang.String nSURI)
Convenience constructor to initialize this structure.
|