parse5
    Preparing search index...

    Interface CharacterToken

    interface CharacterToken {
        chars: string;
        location: null | Location;
        type: CHARACTER | NULL_CHARACTER | WHITESPACE_CHARACTER;
    }

    Hierarchy

    • TokenBase
      • CharacterToken
    Index

    Properties

    Properties

    chars: string
    location: null | Location