jp.sourceforge.sqs_xml.reader.model
クラス RStack
java.lang.Object
jp.sourceforge.sqs_xml.reader.model.RStack
- public final class RStack
- extends java.lang.Object
RStack
- 導入されたバージョン:
- Mar. 8, 2000
- バージョン:
- May. 22, 2003
- 作成者:
- ASAMI, Tomoharu (asami@relaxer.org)
コンストラクタの概要 |
protected |
RStack()
|
|
RStack(org.w3c.dom.Element element)
|
クラス 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()