private static class XMLWriterNamespaceBase.DeclarationInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int[] |
m_deltas
Indexes of namespaces included in declarations.
|
int |
m_depth
Depth of element making declaration.
|
java.lang.String[] |
m_priors
Prior prefixes for namespaces.
|
Constructor and Description |
---|
DeclarationInfo(int depth,
int[] deltas,
java.lang.String[] priors)
Simple constructor.
|