Searched defs:DocElementID (Results 1 – 1 of 1) sorted by relevance
77 type DocElementID struct { struct78 DocumentRefID string79 ElementRefID ElementID80 SpecialID string85 func (d DocElementID) MarshalJSON() ([]byte, error) {100 func (d *DocElementID) UnmarshalJSON(data []byte) (err error) {164 func RenderDocElementID(deID DocElementID) string {