com.cysols.iodef.element
Class NSIODEFDocument
java.lang.Object
com.cysols.iodef.IElement
com.cysols.iodef.element.IODEFDocument
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
| 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 |
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.