protected class TransformImplXPath2.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 |
|---|
TransformImplXPath2.NSDeclaration(java.lang.String nSPrefix,
java.lang.String nSURI)
Convenience constructor to initialize this structure.
|
public java.lang.String nSPrefix_
public java.lang.String nSURI_
public TransformImplXPath2.NSDeclaration(java.lang.String nSPrefix,
java.lang.String nSURI)
nSPrefix - The namespace prefix.nSURI - The namespace URI associated with the namespace prefix.