Uses of Class
net.firstpartners.rp.back.struct.NodeStruct

Packages that use NodeStruct
net.firstpartners.rp.back.datastore Items that persist information for later use. 
net.firstpartners.rp.back.extractor.xml   
net.firstpartners.rp.back.struct   
 

Uses of NodeStruct in net.firstpartners.rp.back.datastore
 

Methods in net.firstpartners.rp.back.datastore with parameters of type NodeStruct
private  com.hp.hpl.jena.rdf.model.Resource BasicCategoryStore.generateResource(NodeStruct root, com.hp.hpl.jena.rdf.model.Model model)
          Generate the RDF-Resource for the content node
 

Uses of NodeStruct in net.firstpartners.rp.back.extractor.xml
 

Methods in net.firstpartners.rp.back.extractor.xml that return NodeStruct
static NodeStruct Translator.translate(org.w3c.dom.Node node)
          Generate a node struct object using a org.w3c.dom.Node object
 

Uses of NodeStruct in net.firstpartners.rp.back.struct
 

Fields in net.firstpartners.rp.back.struct declared as NodeStruct
(package private)  NodeStruct DocumStruct.content
          Document structure as tree structure
 

Methods in net.firstpartners.rp.back.struct that return NodeStruct
 NodeStruct DocumStruct.getContent()
           
 

Methods in net.firstpartners.rp.back.struct with parameters of type NodeStruct
 void NodeStruct.addChild(NodeStruct node)
          Add a child to the node
private  java.lang.String DocumStruct.getContentAsString(NodeStruct root)
          Retrun the content as string
private  long DocumStruct.getDocumentMessageID(NodeStruct root)
          Generate the id of the node content
 void DocumStruct.setContent(NodeStruct content)