JBoss XML Binding 2.0.3.GA-redhat-2

org.jboss.xb.binding
Interface AbstractMarshaller.Stack

All Known Implementing Classes:
AbstractMarshaller.StackImpl
Enclosing class:
AbstractMarshaller

protected static interface AbstractMarshaller.Stack


Method Summary
 void clear()
           
 boolean isEmpty()
           
 Object peek()
           
 Object pop()
           
 void push(Object o)
           
 

Method Detail

clear

void clear()

push

void push(Object o)

pop

Object pop()

peek

Object peek()

isEmpty

boolean isEmpty()

JBoss XML Binding 2.0.3.GA-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.