Class ReaderDepthState.State
- java.lang.Object
-
- com.thoughtworks.xstream.io.binary.ReaderDepthState.State
-
- Enclosing class:
- ReaderDepthState
private static class ReaderDepthState.State extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.List
attributes
(package private) boolean
hasMoreChildren
(package private) java.lang.String
name
(package private) ReaderDepthState.State
parent
(package private) java.lang.String
value
-
Constructor Summary
Constructors Modifier Constructor Description private
State()
-
-
-
Field Detail
-
name
java.lang.String name
-
value
java.lang.String value
-
attributes
java.util.List attributes
-
hasMoreChildren
boolean hasMoreChildren
-
parent
ReaderDepthState.State parent
-
-