documentFragmentContent method

Parser documentFragmentContent()

Implementation

Parser documentFragmentContent() => ref0(characterData)
    .or(ref0(element))
    .or(ref0(comment))
    .or(ref0(cdata))
    .or(ref0(declaration))
    .or(ref0(processing))
    .or(ref0(doctype));