getValue method

String? getValue([
  1. DOMContext<Object>? domContext,
  2. DOMTreeMap<Object>? treeMap
])

Implementation

String? getValue([DOMContext? domContext, DOMTreeMap? treeMap]) =>
    valueHandler.getAttributeValue(domContext);