org.jibx.runtime.impl
Class XMLWriterNamespaceBase.DeclarationInfo

java.lang.Object
  extended byorg.jibx.runtime.impl.XMLWriterNamespaceBase.DeclarationInfo
Enclosing class:
XMLWriterNamespaceBase

private static class XMLWriterNamespaceBase.DeclarationInfo
extends java.lang.Object

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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_depth

public final int m_depth
Depth of element making declaration.


m_deltas

public final int[] m_deltas
Indexes of namespaces included in declarations.


m_priors

public final java.lang.String[] m_priors
Prior prefixes for namespaces.

Constructor Detail

XMLWriterNamespaceBase.DeclarationInfo

public XMLWriterNamespaceBase.DeclarationInfo(int depth,
                                              int[] deltas,
                                              java.lang.String[] priors)
Simple constructor.



Project Web Site