net.sf.sqs_xml.reader.model
Class RStack

java.lang.Object
  extended bynet.sf.sqs_xml.reader.model.RStack

public final class RStack
extends java.lang.Object

RStack

Since:
Mar. 8, 2000
Version:
May. 22, 2003
Author:
ASAMI, Tomoharu (asami@relaxer.org)

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

Constructor Detail

RStack

protected RStack()

RStack

public RStack(org.w3c.dom.Element element)
Method Detail

getContextElement

public org.w3c.dom.Element getContextElement()

isEmpty

public boolean isEmpty()

isEmptyElement

public boolean isEmptyElement()

pop

public java.lang.Object pop()

peek

public java.lang.Object peek()

popElement

public org.w3c.dom.Element popElement()

peekElement

public org.w3c.dom.Element peekElement()

peekElements

public org.w3c.dom.Element[] peekElements()

getPIMap

public java.util.Map getPIMap()

isConsumedElement

public boolean isConsumedElement(org.w3c.dom.Attr attr)

consumeElement

public void consumeElement(org.w3c.dom.Attr attr)

isConsumedAttribute

public boolean isConsumedAttribute(org.w3c.dom.Attr attr)

consumeAttribute

public void consumeAttribute(org.w3c.dom.Attr attr)

addDirectAttributes

public void addDirectAttributes(java.util.Map map)

makeClone

public RStack makeClone()

toString

public java.lang.String toString()