content method

Parser content()

Implementation

Parser content() => ref0(characterData)
    .or(ref0(element))
    .or(ref0(processing))
    .or(ref0(comment))
    .or(ref0(cdata))
    .star();