Uses of Class
org.apache.shindig.protocol.conversion.xstream.NamespaceSet

Packages that use NamespaceSet
org.apache.shindig.protocol.conversion.xstream   
 

Uses of NamespaceSet in org.apache.shindig.protocol.conversion.xstream
 

Methods in org.apache.shindig.protocol.conversion.xstream that return NamespaceSet
 NamespaceSet WriterStack.peekNamespace()
           
 NamespaceSet ThreadSafeWriterStack.peekNamespace()
          
 

Methods in org.apache.shindig.protocol.conversion.xstream that return types with arguments of type NamespaceSet
 Map<String,NamespaceSet> XStreamConfiguration.getNameSpaces()
           
 

Methods in org.apache.shindig.protocol.conversion.xstream with parameters of type NamespaceSet
 void WriterStack.push(String name, NamespaceSet namespace)
          add a node name into the stack indicating that the writer has moved into a new child element.
 void ThreadSafeWriterStack.push(String name, NamespaceSet namespaceSet)
          Add an element name to the stack on the current thread.
 

Constructor parameters in org.apache.shindig.protocol.conversion.xstream with type arguments of type NamespaceSet
StackDriver(com.thoughtworks.xstream.io.HierarchicalStreamDriver parent, WriterStack writerStack, Map<String,NamespaceSet> map)
          Create a StackDriver, wrapping a HierarchicalStreamDriver and updating a WriterStack.
StackWriterWrapper(com.thoughtworks.xstream.io.HierarchicalStreamWriter wrapped, WriterStack writerStack, Map<String,NamespaceSet> namespaces)
          Create a StackWriterWrapper that wraps a HierarchicalStreamWriter and tracks where that writer is in the hierarchy.
 



Copyright © 2007-2012. All Rights Reserved.