Home | History | Annotate | Download | only in xml

Lines Matching full:particle

84 type Particle struct {
85 XMLName struct{} `xml:"particle"`
478 {Value: &Particle{HasMass: true}, ExpectXML: `<particle>true</particle>`},