org.media.mn8.concepts
Interface Node

All Known Implementing Classes:
NodeImpl

public interface Node

The basic Node implementetion, simillar in functionality and implementation as the org.w3c.dom.Node.

Version:
$Revision: 1.1 $ $Date: 2002/09/16 18:30:00 $
Author:
Remus Pereni

Method Summary
 Node appendChild(Node child)
           
 Node getFirstChild()
           
 Node getLastChild()
           
 Node getNextSibling()
           
 StringConcept getNodeName()
           
 StringConcept getNodeType()
           
 Concept getNodeValue()
           
 Node getParentNode()
           
 Node getPreviousSibling()
           
 LogicalConcept hasAttributes()
           
 LogicalConcept hasChildNodes()
           
 void setNodeValue(Concept value)
           
 

Method Detail

appendChild

public Node appendChild(Node child)

getFirstChild

public Node getFirstChild()

getLastChild

public Node getLastChild()

getNextSibling

public Node getNextSibling()

getPreviousSibling

public Node getPreviousSibling()

getNodeName

public StringConcept getNodeName()

getNodeType

public StringConcept getNodeType()

getNodeValue

public Concept getNodeValue()

getParentNode

public Node getParentNode()

hasAttributes

public LogicalConcept hasAttributes()

hasChildNodes

public LogicalConcept hasChildNodes()

setNodeValue

public void setNodeValue(Concept value)


"Copyright © 2000-2002 Internet Multicasting Services, media.org & noLimits Technologies. All Rights Reserved."