Uses of Class
org.simpleframework.xml.stream.Stack
-
Packages that use Stack Package Description org.simpleframework.xml.stream -
-
Uses of Stack in org.simpleframework.xml.stream
Subclasses of Stack in org.simpleframework.xml.stream Modifier and Type Class Description (package private) class
InputStack
TheInputStack
is used to keep track of the nodes that have been read from the document.(package private) class
NodeStack
TheNodeStack
object is used to represent a stack of DOM nodes.
-