Ticket #8 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Add <ignore/> section inside tag

Reported by: schst Assigned to: schst
Priority: high Milestone: v1.0.0
Component: XmlReader Version: SVN-HEAD
Severity: critical Keywords:
Cc:

Description

As some child tags are used in the constructor, there should be a way to ignore them so XJConf does not try to call the setter-method.

Change History

07/25/05 18:57:10 changed by schst

  • status changed from new to assigned.

07/25/05 19:45:57 changed by schst

  • summary changed from Add <ingore/> section inside tag to Add <ignore/> section inside tag.

07/26/05 11:33:50 changed by schst

  • status changed from assigned to closed.
  • resolution set to fixed.

XJConf now automatically ignores children, that are used in the constructor and does not try to call a setter method for them.

So no <ignore/> tag is necessary.