コード例 #1
0
ファイル: BaseType.php プロジェクト: goetas/goetas-xsd-reader
 public function __construct(Schema $xsd, DOMElement $node)
 {
     parent::__construct($xsd, $node->getAttribute("name"));
     $this->node = $node;
     $this->recurse($node);
 }