Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ViewBrick ¶
type ViewBrick struct { Name xml.Name Attr []ViewAttr Type ViewBrickType Children []*ViewBrick }
func ParseXmlView ¶
type ViewBrickType ¶
type ViewBrickType uint
const ( ViewUndefined ViewBrickType = iota + 1 ViewElement ViewAggregation ViewProperty ViewRoot )
Click to show internal directories.
Click to hide internal directories.