|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jibx.schema.elements.SchemaBase
org.jibx.schema.elements.AnnotationItem
public abstract class AnnotationItem
Annotation item base class. The actual annotation elements are defined as subclasses.
Field Summary | |
---|---|
private java.util.List |
m_content
Content of annotation item. |
private java.lang.String |
m_source
Annotation item source. |
Fields inherited from interface org.jibx.schema.IComponent |
---|
SCHEMA_NAMESPACE |
Constructor Summary | |
---|---|
protected |
AnnotationItem(int type)
Constructor. |
Method Summary | |
---|---|
void |
addContent(org.w3c.dom.Node node)
Add annotation item content node. |
void |
clearContent()
Clear annotation item content. |
int |
getChildCount()
Get count of child elements. |
java.util.Iterator |
getChildIterator()
Get read-only iterator for child elements. |
java.util.List |
getContent()
Get annotation item content list. |
java.lang.String |
getSource()
Get annotation item source. |
void |
setSource(java.lang.String source)
Set annotation item source. |
Methods inherited from class org.jibx.schema.elements.SchemaBase |
---|
addNamespaceDeclaration, bit, clearNamespaceDeclarations, getExtension, getNamespaceDeclarations, getParent, getSchema, isGlobal, name, preget, preset, prevalidate, readNamespaces, setExtension, setParent, type, validate, validateAttributes, writeNamespaces |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String m_source
private java.util.List m_content
Constructor Detail |
---|
protected AnnotationItem(int type)
type
- element typeMethod Detail |
---|
public int getChildCount()
SchemaBase
getChildCount
in class SchemaBase
public java.util.Iterator getChildIterator()
SchemaBase
getChildIterator
in class SchemaBase
public java.lang.String getSource()
public void setSource(java.lang.String source)
source
- item sourcepublic final java.util.List getContent()
public final void clearContent()
public final void addContent(org.w3c.dom.Node node)
node
- annotation item content node
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |