|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectorg.jibx.runtime.impl.XMLWriterNamespaceBase.DeclarationInfo
private static class XMLWriterNamespaceBase.DeclarationInfo
Namespace declaration tracking information. This tracks all information associated with an element that declares namespaces.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
XMLWriterNamespaceBase.DeclarationInfo(int depth,
int[] deltas,
java.lang.String[] priors)
Simple constructor. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final int m_depth
public final int[] m_deltas
public final java.lang.String[] m_priors
| Constructor Detail |
|---|
public XMLWriterNamespaceBase.DeclarationInfo(int depth,
int[] deltas,
java.lang.String[] priors)
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||