org.jboss.xml.binding
Interface AbstractMarshaller.Stack

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

protected static interface AbstractMarshaller.Stack


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

Method Detail

clear

public void clear()

push

public void push(Object o)

pop

public Object pop()

peek

public Object peek()

isEmpty

public boolean isEmpty()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.