public class ParserStackElement
extends java.lang.Object
SiteCatalogParser
.Modifier and Type | Field and Description |
---|---|
private java.lang.String |
mElement |
private java.lang.Object |
mObject |
Constructor and Description |
---|
ParserStackElement(java.lang.String name,
java.lang.Object obj)
The overloaded constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getElementName()
Returns the element name.
|
java.lang.Object |
getElementObject()
Returns the object referred to by the element.
|