Uses of Class
org.xmlhammer.model.project.NodeType

Packages that use NodeType
org.xmlhammer.gui.output   
org.xmlhammer.model.project   
 

Uses of NodeType in org.xmlhammer.gui.output
 

Methods in org.xmlhammer.gui.output with parameters of type NodeType
 void NodePanel.setNode(NodeType node)
           
 

Uses of NodeType in org.xmlhammer.model.project
 

Subclasses of NodeType in org.xmlhammer.model.project
 class Attribute
          Java class for attribute element declaration.
 class CharacterDataType
          Java class for characterDataType complex type.
 class Comment
          Java class for comment element declaration.
 class Element
          Java class for element element declaration.
 class ProcessingInstruction
          Java class for processingInstruction element declaration.
 class Text
          Java class for text element declaration.
 

Methods in org.xmlhammer.model.project that return NodeType
 NodeType ObjectFactory.createNodeType()
          Create an instance of NodeType
 



Copyright 2005-2005-2008 Edwin Dankert. All Rights Reserved.