com.melloware.jspiff.jaxp
Class RStack

java.lang.Object
  extended by com.melloware.jspiff.jaxp.RStack

public final class RStack
extends Object

RStack

Since:
Mar. 8, 2000
Version:
Aug. 7, 2004
Author:
ASAMI, Tomoharu (asami@relaxer.org), Emil A. Lefkof III

Constructor Summary
protected RStack()
           
  RStack(Element element)
           
 
Method Summary
 void addDirectAttributes(Map map)
           
 void consumeAttribute(Attr attr)
           
 void consumeElement(Attr attr)
           
 void eat(RStack stack)
           
 Element getContextElement()
           
 Map getPIMap()
           
 boolean isConsumedAttribute(Attr attr)
           
 boolean isConsumedElement(Attr attr)
           
 boolean isEmpty()
           
 boolean isEmptyElement()
           
 RStack makeClone()
           
 Object peek()
           
 Element peekElement()
           
 Element[] peekElements()
           
 Object pop()
           
 Element popElement()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RStack

public RStack(Element element)

RStack

protected RStack()
Method Detail

getContextElement

public Element getContextElement()

getPIMap

public Map getPIMap()

isConsumedAttribute

public boolean isConsumedAttribute(Attr attr)

isConsumedElement

public boolean isConsumedElement(Attr attr)

isEmpty

public boolean isEmpty()

isEmptyElement

public boolean isEmptyElement()

addDirectAttributes

public void addDirectAttributes(Map map)

consumeAttribute

public void consumeAttribute(Attr attr)

consumeElement

public void consumeElement(Attr attr)

eat

public void eat(RStack stack)

makeClone

public RStack makeClone()

peek

public Object peek()

peekElement

public Element peekElement()

peekElements

public Element[] peekElements()

pop

public Object pop()

popElement

public Element popElement()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 1999-2006 Melloware Inc. All Rights Reserved.