Uses of Interface
org.keridwen.core.data.model.io.NodeReader

Packages that use NodeReader
org.keridwen.core.data.model   
org.keridwen.core.data.model.impl   
 

Uses of NodeReader in org.keridwen.core.data.model
 

Methods in org.keridwen.core.data.model that return NodeReader
 NodeReader<T> Node.getNodeReader()
          Gets the NodeReader.
 NodeReader<?> DataModel.getNodeReader(String nodePath)
          Gets the NodeReader associated with the given file format.
 

Methods in org.keridwen.core.data.model with parameters of type NodeReader
 void DataModel.addNodeReaderForPath(NodeReader<?> readerToAdd, String nodePath)
          Associates the given NodeReader to the provided node absolute path in the XML file.
 void Node.setNodeReader(NodeReader<T> nodeReader)
          Sets the NodeReader.
 

Uses of NodeReader in org.keridwen.core.data.model.impl
 

Methods in org.keridwen.core.data.model.impl that return NodeReader
 NodeReader<T> DefaultNode.getNodeReader()
           
 NodeReader<?> DefaultDataModel.getNodeReader(String nodePath)
           
 

Methods in org.keridwen.core.data.model.impl with parameters of type NodeReader
 void DefaultDataModel.addNodeReaderForPath(NodeReader<?> readerToAdd, String nodePath)
           
 void DefaultNode.setNodeReader(NodeReader<T> aReader)
           
 

Constructors in org.keridwen.core.data.model.impl with parameters of type NodeReader
DefaultNode(String name, URI anURI, NodeReader<T> aReader, NodeWriter aWriter)
          Creates a Node with the given name, NodeReader and NodeWriter.
 



Copyright © 2010-2013 Artenum. All Rights Reserved.