HEADER

biouml.plugins.cellml
Interface DomHelper

All Known Implementing Classes:
DomHelperSupport

public interface DomHelper

Utility class that provides meta information for DomElementTransformer.


Method Summary
 PropertyDescriptorgetPropertyDescriptor(Node node, Element parent)
          Returns PropertyDescriptor for the specified node (attribute or element).

Method Detail

getPropertyDescriptor

public PropertyDescriptor getPropertyDescriptor(Node node, Element parent)
Returns PropertyDescriptor for the specified node (attribute or element).

FOOTER

BOTTOM