Uses of Interface
org.newsml.toolkit.Instruction

Packages that use Instruction
org.newsml.toolkit Interfaces for Accessing NewsML Information (v2.0) 
org.newsml.toolkit.dom DOM Implementation of the NewsML Interfaces (v2.0) 
 

Uses of Instruction in org.newsml.toolkit
 

Methods in org.newsml.toolkit that return Instruction
 Instruction NewsManagement.getInstruction(int index)
          Get a user-defined news-management instruction.
 Instruction[] NewsManagement.getInstruction()
          Get all Instruction children in an array.
 Instruction NewsMLFactory.createInstruction()
          Create a new, empty Instruction element.
 Instruction NewsMLFactory.createInstruction(Instruction node)
          Copy an existing Instruction element.
 

Methods in org.newsml.toolkit with parameters of type Instruction
 Instruction NewsMLFactory.createInstruction(Instruction node)
          Copy an existing Instruction element.
 

Uses of Instruction in org.newsml.toolkit.dom
 

Methods in org.newsml.toolkit.dom that return Instruction
 Instruction DOMNewsMLFactory.createInstruction()
           
 Instruction DOMNewsMLFactory.createInstruction(Instruction node)
           
 

Methods in org.newsml.toolkit.dom with parameters of type Instruction
 Instruction DOMNewsMLFactory.createInstruction(Instruction node)