biouml.plugins.cellml
Interface DomHelper
- All Known Implementing Classes:
- DomHelperSupport
- public interface DomHelper
Utility class that provides meta information for DomElementTransformer.
| Method Summary |
PropertyDescriptor | getPropertyDescriptor(Node node, Element parent) Returns PropertyDescriptor for the specified node (attribute or element). |
getPropertyDescriptor
public PropertyDescriptor getPropertyDescriptor(Node node, Element parent)
- Returns PropertyDescriptor for the specified node (attribute or element).
BOTTOM