|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cysols.iodef.IElement
com.cysols.iodef.element.IODEFDocument
public class IODEFDocument
This class is value object which represents IODEF-Document document.
| Field Summary |
|---|
| Fields inherited from class com.cysols.iodef.IElement |
|---|
attributeList, elementcreator, elementsMap, myName |
| Method Summary | |
|---|---|
void |
addIncident(Incident incident)
Adds the specified incident element |
Document |
createDomDocument()
Creates a new instance of a DOM object from itself. |
Incident[] |
getIncidents()
Returns the array of Incident value. |
void |
setAttribute(String namespece,
String name,
String value)
Sets the attribute with the specified namespece and name |
void |
setSchemaLocation(String sfile)
Sets schema file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void addIncident(Incident incident)
incident - the incident elementpublic Incident[] getIncidents()
public void setSchemaLocation(String sfile)
sfile - schema filepublic Document createDomDocument()
public void setAttribute(String namespece,
String name,
String value)
setAttribute in class IElementnamespece - namespece of attributename - name of attributevalue - value of attribute
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||