add method

void add(
  1. XmlProcessor? xmlProcessor
)

Implementation

void add(XmlProcessor? xmlProcessor) {
  _children.add(xmlProcessor);
}