Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCreateCallArgsAggregator ¶
func NewCreateCallArgsAggregator() (core.Aggregator, error)
NewCreateElementAggregator constructs a CreateElementAggregator
Types ¶
type CreateCallArgsAggregator ¶
type CreateCallArgsAggregator struct {
// contains filtered or unexported fields
}
CreateCallArgsAggregator tracks document.createElement calls and first-arguments (i.e., element type tags)
func (*CreateCallArgsAggregator) DumpToStream ¶
func (agg *CreateCallArgsAggregator) DumpToStream(ctx *core.AggregationContext, stream io.Writer) error
DumpToStream implementation for create-elements
func (*CreateCallArgsAggregator) IngestRecord ¶
func (agg *CreateCallArgsAggregator) IngestRecord(ctx *core.ExecutionContext, lineNumber int, op byte, fields []string) error
IngestRecord parses a trace record, looking for document.createElement calls to track
Click to show internal directories.
Click to hide internal directories.