Get desktop application:
View/edit binary Protocol Buffers messages
Attribute ::= Name Eq AttValue
Used in:
content ::= CharData? ((element | Reference | CDSect | PI | Comment) CharData?)*
Used in:
Used in:
document ::= prolog element Misc* prolog ::= XMLDecl? Misc* (doctypedecl Misc*)? XMLDecl ::= '<?xml' VersionInfo EncodingDecl? SDDecl? S? '?>' doctypedecl ::= '<!DOCTYPE' S Name (S ExternalID)? S? ('[' intSubset ']' S?)? '>'
Used in:
XMLDecl
element ::= EmptyElemTag | STag content ETag
Used in:
,Use EmptyElemTag tag if missing, or STag and ETag otherwise.
Option will be sent into libxml2 parser. TODO(vitalybuka): Use proto extension. Options is libxml2 specific, other libs may need different data. At the moment mutator does not support extensions.
Used in:
, ,Used in:
Used in:
EmptyElemTag ::= '<' Name (S Attribute)* S? '/>' STag ::= '<' Name (S Attribute)* S? '>' ETag ::= '</' Name S? '>'
Used in: