| Package | Description |
|---|---|
| org.apache.shindig.protocol.conversion.xstream |
| Modifier and Type | Method and Description |
|---|---|
NamespaceSet |
WriterStack.peekNamespace() |
NamespaceSet |
ThreadSafeWriterStack.peekNamespace() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,NamespaceSet> |
XStreamConfiguration.getNameSpaces() |
| Modifier and Type | Method and Description |
|---|---|
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 and Description |
|---|
StackDriver(com.thoughtworks.xstream.io.HierarchicalStreamDriver parent,
WriterStack writerStack,
Map<String,NamespaceSet> map)
|
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.