Package org.jibx.runtime.impl
Class XMLWriterNamespaceBase.DeclarationInfo
java.lang.Object
org.jibx.runtime.impl.XMLWriterNamespaceBase.DeclarationInfo
- Enclosing class:
XMLWriterNamespaceBase
Namespace declaration tracking information. This tracks all information
associated with an element that declares namespaces.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeclarationInfo
(int depth, int[] deltas, String[] priors) Simple constructor. -
Method Summary
-
Field Details
-
m_depth
public final int m_depthDepth of element making declaration. -
m_deltas
public final int[] m_deltasIndexes of namespaces included in declarations. -
m_priors
Prior prefixes for namespaces.
-
-
Constructor Details
-
DeclarationInfo
Simple constructor.
-