protectedValueForNode static method

ProtectedValue? protectedValueForNode(
  1. XmlElement node
)

Implementation

static ProtectedValue? protectedValueForNode(xml.XmlElement node) {
  return protectedValues[node];
}