Documentation
      ¶
    
    
  
    
  
    Index ¶
- type XmlTreeImporter
 - func (x *XmlTreeImporter) GetDeletes() *sdcpb.PathSet
 - func (x *XmlTreeImporter) GetElement(key string) importer.ImportConfigAdapterElement
 - func (x *XmlTreeImporter) GetElements() []importer.ImportConfigAdapterElement
 - func (x *XmlTreeImporter) GetKeyValue() (string, error)
 - func (x *XmlTreeImporter) GetName() string
 - func (x *XmlTreeImporter) GetTVValue(ctx context.Context, slt *sdcpb.SchemaLeafType) (*sdcpb.TypedValue, error)
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type XmlTreeImporter ¶
type XmlTreeImporter struct {
	// contains filtered or unexported fields
}
    func NewXmlTreeImporter ¶
func NewXmlTreeImporter(d *etree.Element) *XmlTreeImporter
func (*XmlTreeImporter) GetDeletes ¶ added in v0.0.63
func (x *XmlTreeImporter) GetDeletes() *sdcpb.PathSet
func (*XmlTreeImporter) GetElement ¶
func (x *XmlTreeImporter) GetElement(key string) importer.ImportConfigAdapterElement
func (*XmlTreeImporter) GetElements ¶
func (x *XmlTreeImporter) GetElements() []importer.ImportConfigAdapterElement
func (*XmlTreeImporter) GetKeyValue ¶
func (x *XmlTreeImporter) GetKeyValue() (string, error)
func (*XmlTreeImporter) GetName ¶
func (x *XmlTreeImporter) GetName() string
func (*XmlTreeImporter) GetTVValue ¶
func (x *XmlTreeImporter) GetTVValue(ctx context.Context, slt *sdcpb.SchemaLeafType) (*sdcpb.TypedValue, error)
 Click to show internal directories. 
   Click to hide internal directories.