Uses of Class
org.ajax4jsf.xml.serializer.NamespaceMappings

Packages that use NamespaceMappings
org.ajax4jsf.xml.serializer Implementation of XML serializer 
 

Uses of NamespaceMappings in org.ajax4jsf.xml.serializer
 

Fields in org.ajax4jsf.xml.serializer declared as NamespaceMappings
protected  NamespaceMappings SerializerBase.m_prefixMap
          Namespace support, that keeps track of currently defined prefix/uri mappings.
 

Methods in org.ajax4jsf.xml.serializer that return NamespaceMappings
 NamespaceMappings ToUnknownStream.getNamespaceMappings()
          Get the current namespace mappings.
 NamespaceMappings EmptySerializer.getNamespaceMappings()
           
 NamespaceMappings SerializerBase.getNamespaceMappings()
          Some users of the serializer may need the current namespace mappings
 

Methods in org.ajax4jsf.xml.serializer with parameters of type NamespaceMappings
 void EmptySerializer.setNamespaceMappings(NamespaceMappings mappings)
           
 void SerializerBase.setNamespaceMappings(NamespaceMappings mappings)
          Used only by TransformerSnapshotImpl to restore the serialization to a previous state.
 void SerializationHandler.setNamespaceMappings(NamespaceMappings mappings)
          Used only by TransformerSnapshotImpl to restore the serialization to a previous state.
 



Copyright © 2010. All Rights Reserved.