net.sf.sqs_xml.reader.model
Class RStack
java.lang.Object
net.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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RStack
protected RStack()
RStack
public RStack(org.w3c.dom.Element element)
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()