• Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 4 and Version 5 of OmeXmlJava

Show
Ignore:
Timestamp:
11/24/09 18:45:56 (10 months ago)
Author:
curtis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OmeXmlJava

    v4 v5  
    1515== Usage == 
    1616 
    17 You can peruse the [http://hudson.openmicroscopy.org.uk/job/LOCI/javadoc/ online API documentation], specifically the ome.xml.* packages. For an example of usage, see the [https://skyking.microscopy.wisc.edu/trac/java/browser/trunk/components/bio-formats/src/loci/formats/ome/OMEXML200802Metadata.java Bio-Formats metadata architecture]. 
     17You can peruse the [http://hudson.openmicroscopy.org.uk/job/LOCI/javadoc/ online API documentation], specifically the ome.xml.* packages. For an example of usage, see the [https://skyking.microscopy.wisc.edu/trac/java/browser/trunk/components/bio-formats/src/loci/formats/ome/OMEXML200809Metadata.java Bio-Formats metadata architecture]. 
    1818 
    1919The OMENode is the root ("OME") node of the OME-XML. Each XML element has its own node type (e.g., "Image" has !ImageNode) with its own accessor and mutator methods, to make navigation of the OME-XML structure easier than it would be with a raw DOM object. However, there are some limitations to what can be done with the API. If your application needs access to a node's backing DOM element to work with it directly, you can call getDOMElement() on a node. 

Trac Powered

Powered by Trac 0.11.5
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/