Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + const ElementService_GetChild1_FullMethodName + const ElementService_GetChild2_1_FullMethodName + const ElementService_RequireChild1_FullMethodName + const ElementService_RequireChild2_1_FullMethodName + const ElementService_SetElementListener_FullMethodName + const ElementService_SetEndElementListener_FullMethodName + const ElementService_SetEndTextElementListener_FullMethodName + const ElementService_SetStartElementListener_FullMethodName + const ElementService_SetTextElementListener_FullMethodName + const ElementService_ToString_FullMethodName + const EndElementListenerService_End_FullMethodName + const EndTextElementListenerService_End_FullMethodName + const RootElementService_GetContentHandler_FullMethodName + const RootElementService_NewRootElement_FullMethodName + const StartElementListenerService_Start_FullMethodName + var ElementService_ServiceDesc = grpc.ServiceDesc + var EndElementListenerService_ServiceDesc = grpc.ServiceDesc + var EndTextElementListenerService_ServiceDesc = grpc.ServiceDesc + var File_proto_sax_sax_proto protoreflect.FileDescriptor + var RootElementService_ServiceDesc = grpc.ServiceDesc + var StartElementListenerService_ServiceDesc = grpc.ServiceDesc + func RegisterElementServiceServer(s grpc.ServiceRegistrar, srv ElementServiceServer) + func RegisterEndElementListenerServiceServer(s grpc.ServiceRegistrar, srv EndElementListenerServiceServer) + func RegisterEndTextElementListenerServiceServer(s grpc.ServiceRegistrar, srv EndTextElementListenerServiceServer) + func RegisterRootElementServiceServer(s grpc.ServiceRegistrar, srv RootElementServiceServer) + func RegisterStartElementListenerServiceServer(s grpc.ServiceRegistrar, srv StartElementListenerServiceServer) + type ElementServiceClient interface + GetChild1 func(ctx context.Context, in *GetChild1Request, opts ...grpc.CallOption) (*GetChild1Response, error) + GetChild2_1 func(ctx context.Context, in *GetChild2_1Request, opts ...grpc.CallOption) (*GetChild2_1Response, error) + RequireChild1 func(ctx context.Context, in *RequireChild1Request, opts ...grpc.CallOption) (*RequireChild1Response, error) + RequireChild2_1 func(ctx context.Context, in *RequireChild2_1Request, opts ...grpc.CallOption) (*RequireChild2_1Response, error) + SetElementListener func(ctx context.Context, in *SetElementListenerRequest, opts ...grpc.CallOption) (*SetElementListenerResponse, error) + SetEndElementListener func(ctx context.Context, in *SetEndElementListenerRequest, opts ...grpc.CallOption) (*SetEndElementListenerResponse, error) + SetEndTextElementListener func(ctx context.Context, in *SetEndTextElementListenerRequest, ...) (*SetEndTextElementListenerResponse, error) + SetStartElementListener func(ctx context.Context, in *SetStartElementListenerRequest, ...) (*SetStartElementListenerResponse, error) + SetTextElementListener func(ctx context.Context, in *SetTextElementListenerRequest, ...) (*SetTextElementListenerResponse, error) + ToString func(ctx context.Context, in *ToStringRequest, opts ...grpc.CallOption) (*ToStringResponse, error) + func NewElementServiceClient(cc grpc.ClientConnInterface) ElementServiceClient + type ElementServiceServer interface + GetChild1 func(context.Context, *GetChild1Request) (*GetChild1Response, error) + GetChild2_1 func(context.Context, *GetChild2_1Request) (*GetChild2_1Response, error) + RequireChild1 func(context.Context, *RequireChild1Request) (*RequireChild1Response, error) + RequireChild2_1 func(context.Context, *RequireChild2_1Request) (*RequireChild2_1Response, error) + SetElementListener func(context.Context, *SetElementListenerRequest) (*SetElementListenerResponse, error) + SetEndElementListener func(context.Context, *SetEndElementListenerRequest) (*SetEndElementListenerResponse, error) + SetEndTextElementListener func(context.Context, *SetEndTextElementListenerRequest) (*SetEndTextElementListenerResponse, error) + SetStartElementListener func(context.Context, *SetStartElementListenerRequest) (*SetStartElementListenerResponse, error) + SetTextElementListener func(context.Context, *SetTextElementListenerRequest) (*SetTextElementListenerResponse, error) + ToString func(context.Context, *ToStringRequest) (*ToStringResponse, error) + type EndElementListenerServiceClient interface + End func(ctx context.Context, in *EndRequest, opts ...grpc.CallOption) (*EndResponse, error) + func NewEndElementListenerServiceClient(cc grpc.ClientConnInterface) EndElementListenerServiceClient + type EndElementListenerServiceServer interface + End func(context.Context, *EndRequest) (*EndResponse, error) + type EndRequest struct + func (*EndRequest) Descriptor() ([]byte, []int) + func (*EndRequest) ProtoMessage() + func (x *EndRequest) ProtoReflect() protoreflect.Message + func (x *EndRequest) Reset() + func (x *EndRequest) String() string + type EndResponse struct + func (*EndResponse) Descriptor() ([]byte, []int) + func (*EndResponse) ProtoMessage() + func (x *EndResponse) ProtoReflect() protoreflect.Message + func (x *EndResponse) Reset() + func (x *EndResponse) String() string + type EndTextElementListenerEndRequest struct + Arg0 string + func (*EndTextElementListenerEndRequest) Descriptor() ([]byte, []int) + func (*EndTextElementListenerEndRequest) ProtoMessage() + func (x *EndTextElementListenerEndRequest) GetArg0() string + func (x *EndTextElementListenerEndRequest) ProtoReflect() protoreflect.Message + func (x *EndTextElementListenerEndRequest) Reset() + func (x *EndTextElementListenerEndRequest) String() string + type EndTextElementListenerServiceClient interface + End func(ctx context.Context, in *EndTextElementListenerEndRequest, ...) (*EndResponse, error) + func NewEndTextElementListenerServiceClient(cc grpc.ClientConnInterface) EndTextElementListenerServiceClient + type EndTextElementListenerServiceServer interface + End func(context.Context, *EndTextElementListenerEndRequest) (*EndResponse, error) + type GetChild1Request struct + Arg0 string + func (*GetChild1Request) Descriptor() ([]byte, []int) + func (*GetChild1Request) ProtoMessage() + func (x *GetChild1Request) GetArg0() string + func (x *GetChild1Request) ProtoReflect() protoreflect.Message + func (x *GetChild1Request) Reset() + func (x *GetChild1Request) String() string + type GetChild1Response struct + Result int64 + func (*GetChild1Response) Descriptor() ([]byte, []int) + func (*GetChild1Response) ProtoMessage() + func (x *GetChild1Response) GetResult() int64 + func (x *GetChild1Response) ProtoReflect() protoreflect.Message + func (x *GetChild1Response) Reset() + func (x *GetChild1Response) String() string + type GetChild2_1Request struct + Arg0 string + Arg1 string + func (*GetChild2_1Request) Descriptor() ([]byte, []int) + func (*GetChild2_1Request) ProtoMessage() + func (x *GetChild2_1Request) GetArg0() string + func (x *GetChild2_1Request) GetArg1() string + func (x *GetChild2_1Request) ProtoReflect() protoreflect.Message + func (x *GetChild2_1Request) Reset() + func (x *GetChild2_1Request) String() string + type GetChild2_1Response struct + Result int64 + func (*GetChild2_1Response) Descriptor() ([]byte, []int) + func (*GetChild2_1Response) ProtoMessage() + func (x *GetChild2_1Response) GetResult() int64 + func (x *GetChild2_1Response) ProtoReflect() protoreflect.Message + func (x *GetChild2_1Response) Reset() + func (x *GetChild2_1Response) String() string + type GetContentHandlerRequest struct + Handle int64 + func (*GetContentHandlerRequest) Descriptor() ([]byte, []int) + func (*GetContentHandlerRequest) ProtoMessage() + func (x *GetContentHandlerRequest) GetHandle() int64 + func (x *GetContentHandlerRequest) ProtoReflect() protoreflect.Message + func (x *GetContentHandlerRequest) Reset() + func (x *GetContentHandlerRequest) String() string + type GetContentHandlerResponse struct + Result int64 + func (*GetContentHandlerResponse) Descriptor() ([]byte, []int) + func (*GetContentHandlerResponse) ProtoMessage() + func (x *GetContentHandlerResponse) GetResult() int64 + func (x *GetContentHandlerResponse) ProtoReflect() protoreflect.Message + func (x *GetContentHandlerResponse) Reset() + func (x *GetContentHandlerResponse) String() string + type NewRootElementRequest struct + Arg0 string + func (*NewRootElementRequest) Descriptor() ([]byte, []int) + func (*NewRootElementRequest) ProtoMessage() + func (x *NewRootElementRequest) GetArg0() string + func (x *NewRootElementRequest) ProtoReflect() protoreflect.Message + func (x *NewRootElementRequest) Reset() + func (x *NewRootElementRequest) String() string + type NewRootElementResponse struct + Result int64 + func (*NewRootElementResponse) Descriptor() ([]byte, []int) + func (*NewRootElementResponse) ProtoMessage() + func (x *NewRootElementResponse) GetResult() int64 + func (x *NewRootElementResponse) ProtoReflect() protoreflect.Message + func (x *NewRootElementResponse) Reset() + func (x *NewRootElementResponse) String() string + type RequireChild1Request struct + Arg0 string + func (*RequireChild1Request) Descriptor() ([]byte, []int) + func (*RequireChild1Request) ProtoMessage() + func (x *RequireChild1Request) GetArg0() string + func (x *RequireChild1Request) ProtoReflect() protoreflect.Message + func (x *RequireChild1Request) Reset() + func (x *RequireChild1Request) String() string + type RequireChild1Response struct + Result int64 + func (*RequireChild1Response) Descriptor() ([]byte, []int) + func (*RequireChild1Response) ProtoMessage() + func (x *RequireChild1Response) GetResult() int64 + func (x *RequireChild1Response) ProtoReflect() protoreflect.Message + func (x *RequireChild1Response) Reset() + func (x *RequireChild1Response) String() string + type RequireChild2_1Request struct + Arg0 string + Arg1 string + func (*RequireChild2_1Request) Descriptor() ([]byte, []int) + func (*RequireChild2_1Request) ProtoMessage() + func (x *RequireChild2_1Request) GetArg0() string + func (x *RequireChild2_1Request) GetArg1() string + func (x *RequireChild2_1Request) ProtoReflect() protoreflect.Message + func (x *RequireChild2_1Request) Reset() + func (x *RequireChild2_1Request) String() string + type RequireChild2_1Response struct + Result int64 + func (*RequireChild2_1Response) Descriptor() ([]byte, []int) + func (*RequireChild2_1Response) ProtoMessage() + func (x *RequireChild2_1Response) GetResult() int64 + func (x *RequireChild2_1Response) ProtoReflect() protoreflect.Message + func (x *RequireChild2_1Response) Reset() + func (x *RequireChild2_1Response) String() string + type RootElementServiceClient interface + GetContentHandler func(ctx context.Context, in *GetContentHandlerRequest, opts ...grpc.CallOption) (*GetContentHandlerResponse, error) + NewRootElement func(ctx context.Context, in *NewRootElementRequest, opts ...grpc.CallOption) (*NewRootElementResponse, error) + func NewRootElementServiceClient(cc grpc.ClientConnInterface) RootElementServiceClient + type RootElementServiceServer interface + GetContentHandler func(context.Context, *GetContentHandlerRequest) (*GetContentHandlerResponse, error) + NewRootElement func(context.Context, *NewRootElementRequest) (*NewRootElementResponse, error) + type SetElementListenerRequest struct + Arg0 int64 + func (*SetElementListenerRequest) Descriptor() ([]byte, []int) + func (*SetElementListenerRequest) ProtoMessage() + func (x *SetElementListenerRequest) GetArg0() int64 + func (x *SetElementListenerRequest) ProtoReflect() protoreflect.Message + func (x *SetElementListenerRequest) Reset() + func (x *SetElementListenerRequest) String() string + type SetElementListenerResponse struct + func (*SetElementListenerResponse) Descriptor() ([]byte, []int) + func (*SetElementListenerResponse) ProtoMessage() + func (x *SetElementListenerResponse) ProtoReflect() protoreflect.Message + func (x *SetElementListenerResponse) Reset() + func (x *SetElementListenerResponse) String() string + type SetEndElementListenerRequest struct + Arg0 int64 + func (*SetEndElementListenerRequest) Descriptor() ([]byte, []int) + func (*SetEndElementListenerRequest) ProtoMessage() + func (x *SetEndElementListenerRequest) GetArg0() int64 + func (x *SetEndElementListenerRequest) ProtoReflect() protoreflect.Message + func (x *SetEndElementListenerRequest) Reset() + func (x *SetEndElementListenerRequest) String() string + type SetEndElementListenerResponse struct + func (*SetEndElementListenerResponse) Descriptor() ([]byte, []int) + func (*SetEndElementListenerResponse) ProtoMessage() + func (x *SetEndElementListenerResponse) ProtoReflect() protoreflect.Message + func (x *SetEndElementListenerResponse) Reset() + func (x *SetEndElementListenerResponse) String() string + type SetEndTextElementListenerRequest struct + Arg0 int64 + func (*SetEndTextElementListenerRequest) Descriptor() ([]byte, []int) + func (*SetEndTextElementListenerRequest) ProtoMessage() + func (x *SetEndTextElementListenerRequest) GetArg0() int64 + func (x *SetEndTextElementListenerRequest) ProtoReflect() protoreflect.Message + func (x *SetEndTextElementListenerRequest) Reset() + func (x *SetEndTextElementListenerRequest) String() string + type SetEndTextElementListenerResponse struct + func (*SetEndTextElementListenerResponse) Descriptor() ([]byte, []int) + func (*SetEndTextElementListenerResponse) ProtoMessage() + func (x *SetEndTextElementListenerResponse) ProtoReflect() protoreflect.Message + func (x *SetEndTextElementListenerResponse) Reset() + func (x *SetEndTextElementListenerResponse) String() string + type SetStartElementListenerRequest struct + Arg0 int64 + func (*SetStartElementListenerRequest) Descriptor() ([]byte, []int) + func (*SetStartElementListenerRequest) ProtoMessage() + func (x *SetStartElementListenerRequest) GetArg0() int64 + func (x *SetStartElementListenerRequest) ProtoReflect() protoreflect.Message + func (x *SetStartElementListenerRequest) Reset() + func (x *SetStartElementListenerRequest) String() string + type SetStartElementListenerResponse struct + func (*SetStartElementListenerResponse) Descriptor() ([]byte, []int) + func (*SetStartElementListenerResponse) ProtoMessage() + func (x *SetStartElementListenerResponse) ProtoReflect() protoreflect.Message + func (x *SetStartElementListenerResponse) Reset() + func (x *SetStartElementListenerResponse) String() string + type SetTextElementListenerRequest struct + Arg0 int64 + func (*SetTextElementListenerRequest) Descriptor() ([]byte, []int) + func (*SetTextElementListenerRequest) ProtoMessage() + func (x *SetTextElementListenerRequest) GetArg0() int64 + func (x *SetTextElementListenerRequest) ProtoReflect() protoreflect.Message + func (x *SetTextElementListenerRequest) Reset() + func (x *SetTextElementListenerRequest) String() string + type SetTextElementListenerResponse struct + func (*SetTextElementListenerResponse) Descriptor() ([]byte, []int) + func (*SetTextElementListenerResponse) ProtoMessage() + func (x *SetTextElementListenerResponse) ProtoReflect() protoreflect.Message + func (x *SetTextElementListenerResponse) Reset() + func (x *SetTextElementListenerResponse) String() string + type StartElementListenerServiceClient interface + Start func(ctx context.Context, in *StartRequest, opts ...grpc.CallOption) (*StartResponse, error) + func NewStartElementListenerServiceClient(cc grpc.ClientConnInterface) StartElementListenerServiceClient + type StartElementListenerServiceServer interface + Start func(context.Context, *StartRequest) (*StartResponse, error) + type StartRequest struct + Arg0 int64 + func (*StartRequest) Descriptor() ([]byte, []int) + func (*StartRequest) ProtoMessage() + func (x *StartRequest) GetArg0() int64 + func (x *StartRequest) ProtoReflect() protoreflect.Message + func (x *StartRequest) Reset() + func (x *StartRequest) String() string + type StartResponse struct + func (*StartResponse) Descriptor() ([]byte, []int) + func (*StartResponse) ProtoMessage() + func (x *StartResponse) ProtoReflect() protoreflect.Message + func (x *StartResponse) Reset() + func (x *StartResponse) String() string + type ToStringRequest struct + func (*ToStringRequest) Descriptor() ([]byte, []int) + func (*ToStringRequest) ProtoMessage() + func (x *ToStringRequest) ProtoReflect() protoreflect.Message + func (x *ToStringRequest) Reset() + func (x *ToStringRequest) String() string + type ToStringResponse struct + Result string + func (*ToStringResponse) Descriptor() ([]byte, []int) + func (*ToStringResponse) ProtoMessage() + func (x *ToStringResponse) GetResult() string + func (x *ToStringResponse) ProtoReflect() protoreflect.Message + func (x *ToStringResponse) Reset() + func (x *ToStringResponse) String() string + type UnimplementedElementServiceServer struct + func (UnimplementedElementServiceServer) GetChild1(context.Context, *GetChild1Request) (*GetChild1Response, error) + func (UnimplementedElementServiceServer) GetChild2_1(context.Context, *GetChild2_1Request) (*GetChild2_1Response, error) + func (UnimplementedElementServiceServer) RequireChild1(context.Context, *RequireChild1Request) (*RequireChild1Response, error) + func (UnimplementedElementServiceServer) RequireChild2_1(context.Context, *RequireChild2_1Request) (*RequireChild2_1Response, error) + func (UnimplementedElementServiceServer) SetElementListener(context.Context, *SetElementListenerRequest) (*SetElementListenerResponse, error) + func (UnimplementedElementServiceServer) SetEndElementListener(context.Context, *SetEndElementListenerRequest) (*SetEndElementListenerResponse, error) + func (UnimplementedElementServiceServer) SetEndTextElementListener(context.Context, *SetEndTextElementListenerRequest) (*SetEndTextElementListenerResponse, error) + func (UnimplementedElementServiceServer) SetStartElementListener(context.Context, *SetStartElementListenerRequest) (*SetStartElementListenerResponse, error) + func (UnimplementedElementServiceServer) SetTextElementListener(context.Context, *SetTextElementListenerRequest) (*SetTextElementListenerResponse, error) + func (UnimplementedElementServiceServer) ToString(context.Context, *ToStringRequest) (*ToStringResponse, error) + type UnimplementedEndElementListenerServiceServer struct + func (UnimplementedEndElementListenerServiceServer) End(context.Context, *EndRequest) (*EndResponse, error) + type UnimplementedEndTextElementListenerServiceServer struct + func (UnimplementedEndTextElementListenerServiceServer) End(context.Context, *EndTextElementListenerEndRequest) (*EndResponse, error) + type UnimplementedRootElementServiceServer struct + func (UnimplementedRootElementServiceServer) GetContentHandler(context.Context, *GetContentHandlerRequest) (*GetContentHandlerResponse, error) + func (UnimplementedRootElementServiceServer) NewRootElement(context.Context, *NewRootElementRequest) (*NewRootElementResponse, error) + type UnimplementedStartElementListenerServiceServer struct + func (UnimplementedStartElementListenerServiceServer) Start(context.Context, *StartRequest) (*StartResponse, error) + type UnsafeElementServiceServer interface + type UnsafeEndElementListenerServiceServer interface + type UnsafeEndTextElementListenerServiceServer interface + type UnsafeRootElementServiceServer interface + type UnsafeStartElementListenerServiceServer interface