canInlineFeature abstract method

bool canInlineFeature(
  1. List<XMLNode> features
)

Called by the SASL2 negotiator to find out whether the negotiator is willing to inline a feature. features is the list of elements inside the element.

Implementation

bool canInlineFeature(List<XMLNode> features);