com.cysols.iodef.element
Class NSIODEFDocument

java.lang.Object
  extended by com.cysols.iodef.IElement
      extended by com.cysols.iodef.element.IODEFDocument
          extended by com.cysols.iodef.element.NSIODEFDocument

public class NSIODEFDocument
extends IODEFDocument

Extends IODEFDocument, this class is value object which represents IODEF-Document document with namespace,

Author:
cysol

Field Summary
 
Fields inherited from class com.cysols.iodef.IElement
attributeList, elementcreator, elementsMap, myName
 
Method Summary
 Document createDomDocument()
          Creates a new instance of a DOM object from itself.
 void setSchemaLocation(String sfile)
          Sets schema file with namespace.
 
Methods inherited from class com.cysols.iodef.element.IODEFDocument
addIncident, getIncidents, setAttribute
 
Methods inherited from class com.cysols.iodef.IElement
addElement, addElementValue, createAttribute, createDomElement, createrElement, getAttribute, getAttributeNames, getAttributes, getAttributeValue, getAttributeValue, getAttributeValueINS, getAttributeValuesINS, getElementList, getElementName, getElements, getElements, getElements, getElementsINS, getElementsValue, getElementValue, getNameSpace, getValue, removeAttribute, removeAttribute, removeElements, setAttribute, setAttribute, setAttributeINS, setElementINS, setElementsINS, setElementValue, setNameSpace, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setSchemaLocation

public void setSchemaLocation(String sfile)
Sets schema file with namespace.

Overrides:
setSchemaLocation in class IODEFDocument
Parameters:
sfile - schema file

createDomDocument

public Document createDomDocument()
Creates a new instance of a DOM object from itself.

Overrides:
createDomDocument in class IODEFDocument
Returns:
a dom object transformed from iodef document.