|
|||||||||
Home >> All >> edu >> iicm >> xpg >> [ statemachine overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
edu.iicm.xpg.statemachine
Class XMLElement

java.lang.Objectedu.iicm.xpg.statemachine.XMLElement
- public class XMLElement
- extends java.lang.Object
- Version:
- $revision$
Field Summary | |
protected org.xml.sax.Attributes |
attributes_
|
protected java.lang.String |
name_
|
protected java.lang.String |
value_
|
Constructor Summary | |
XMLElement()
|
Method Summary | |
org.xml.sax.Attributes |
getAttributes()
get the attributes of the xml element |
java.lang.String |
getName()
get the name of the xml element |
java.lang.String |
getValue()
get the value of the xml element |
protected void |
setAttributes(org.xml.sax.Attributes attributes)
set the attributes of the xml element |
protected void |
setName(java.lang.String name)
set the name of the xml element |
protected void |
setValue(java.lang.String value)
set the value (content) of the xml element |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
name_
protected java.lang.String name_
value_
protected java.lang.String value_
attributes_
protected org.xml.sax.Attributes attributes_
Constructor Detail |
XMLElement
public XMLElement()
Method Detail |
setName
protected void setName(java.lang.String name) throws java.lang.IllegalArgumentException
- set the name of the xml element
getName
public java.lang.String getName() throws java.lang.IllegalStateException
- get the name of the xml element
setValue
protected void setValue(java.lang.String value) throws java.lang.IllegalArgumentException
- set the value (content) of the xml element
getValue
public java.lang.String getValue()
- get the value of the xml element
setAttributes
protected void setAttributes(org.xml.sax.Attributes attributes) throws java.lang.IllegalArgumentException
- set the attributes of the xml element
getAttributes
public org.xml.sax.Attributes getAttributes()
- get the attributes of the xml element
|
|||||||||
Home >> All >> edu >> iicm >> xpg >> [ statemachine overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |