<?php
namespace GT\Dom;

use DOMProcessingInstruction;

class ProcessingInstruction extends DOMProcessingInstruction {
	use RegisteredNodeClass;
}
