|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.enhydra.shark.xpdl.XMLElement
org.enhydra.shark.xpdl.XMLSimpleElement
public abstract class XMLSimpleElement
Class that represents simple element from XML schema.
Field Summary |
---|
Fields inherited from class org.enhydra.shark.xpdl.XMLElement |
---|
isReadOnly, listeners, notifyListeners, notifyMainListeners, originalElementHashCode, parent, value |
Constructor Summary | |
---|---|
XMLSimpleElement(XMLElement parent,
boolean isRequired)
|
|
XMLSimpleElement(XMLElement parent,
java.lang.String name,
boolean isRequired)
|
Method Summary |
---|
Methods inherited from class org.enhydra.shark.xpdl.XMLElement |
---|
addListener, clone, createInfo, equals, getListeners, getMainElement, getOriginalElementHashCode, getParent, isEmpty, isMainElement, isReadOnly, isRequired, makeAs, notifyListeners, notifyMainListeners, removeListener, setNotifyListeners, setNotifyMainListeners, setParent, setReadOnly, setValue, toName, toValue |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLSimpleElement(XMLElement parent, boolean isRequired)
public XMLSimpleElement(XMLElement parent, java.lang.String name, boolean isRequired)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |