|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.simonstl.moe.CoreComponent | +--com.simonstl.moe.explicit.Attribute | +--com.simonstl.moe.explicit.EndAttribute
The Element class provides a foundation for MOE objects to store elements.
version 0.01 is the initial release and contains plenty of bogus placeholder functionality.
Fields inherited from class com.simonstl.moe.CoreComponent |
annotations, complete, componentType, content, context, name, parent, unorderedContent |
Fields inherited from interface com.simonstl.moe.CoreComponentI |
ATTRIBUTE, CDATA, CHARS, COMMENT, DOCTYPE, DOCUMENT, ELEMENT, END_ATTRIBUTE, END_CDATA, END_COMMENT, END_DOCTYPE, END_DOCUMENT, END_ELEMENT, END_GENERIC, END_NAMESPACE, END_PI, GEN_ENTITY_END, GEN_ENTITY_REF, GEN_ENTITY_START, GENERIC, IG_WHITESPACE, NAMESPACE_DECL, PI, UNPARSED, XML_DECL |
Constructor Summary | |
EndAttribute()
|
Method Summary | |
java.lang.Object |
clone()
Non-clone implementation needs replacement. |
int |
getBasicType()
EndAttribute has the basic type END_ATTRIBUTE. |
static void |
main(java.lang.String[] args)
Not sure how I'd test an endAttribute. |
Methods inherited from class com.simonstl.moe.explicit.Attribute |
listen, toString, toString |
Methods inherited from class com.simonstl.moe.CoreComponent |
add, addAll, addContent, addUnorderedContent, annotate, clearAll, clearContent, clearName, clearUnorderedContent, getAllAnnotations, getAnnotations, getContent, getIsComplete, getLocalName, getName, getNsURI, getParent, getPrefix, getQName, getTextContent, getTypes, getUnorderedContent, hasAnnotation, hasAnnotationOfType, hasAnnotations, hashCode, print, removeAllAnnotations, removeAnnotation, setContent, setContent, setIsComplete, setLocalName, setName, setNsURI, setParent, setPrefix, setQName, setUnorderedContent |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public EndAttribute()
Method Detail |
public int getBasicType()
getBasicType
in class Attribute
public java.lang.Object clone()
CoreComponent
clone
in class Attribute
public static void main(java.lang.String[] args) throws java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |