org.apache.xml.serializer
Class NamespaceMappings.MappingRecord
java.lang.Object
org.apache.xml.serializer.NamespaceMappings.MappingRecord
- Enclosing class:
- NamespaceMappings
static class NamespaceMappings.MappingRecord
- extends java.lang.Object
Just a little class that ties the 3 fields together
into one object, and this simplifies the pushing
and popping of namespaces to one push or one pop on
one stack rather than on 3 separate stacks.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_prefix
final java.lang.String m_prefix
m_uri
final java.lang.String m_uri
m_declarationDepth
final int m_declarationDepth
NamespaceMappings.MappingRecord
NamespaceMappings.MappingRecord(java.lang.String prefix,
java.lang.String uri,
int depth)