Uses of Interface
org.newsml.toolkit.Property

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

Uses of Property in org.newsml.toolkit
 

Methods in org.newsml.toolkit that return Property
 Property NewsMLFactory.createProperty()
          Create a new, empty Property element.
 Property NewsMLFactory.createProperty(Property node)
          Copy an existing Property element.
 Property PropertyNode.getProperty(int index)
          Get a generic property.
 Property[] PropertyNode.getProperty()
          Get all Property children in an array.
 

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

Uses of Property in org.newsml.toolkit.dom
 

Methods in org.newsml.toolkit.dom that return Property
 Property DOMNewsMLFactory.createProperty()
           
 Property DOMNewsMLFactory.createProperty(Property node)
           
 

Methods in org.newsml.toolkit.dom with parameters of type Property
 Property DOMNewsMLFactory.createProperty(Property node)