239240241242243244245
* * @return the transformer to be tested */ protected DOMTransformer getTransformer() { return new WapTV5UnabridgedTransformer( new WMLRootConfiguration()); }
164165166167168169170
public abstract static class DOMProtocolFactory extends VolantisProtocolFactory { } public abstract static class WMLRootFactory extends DOMProtocolFactory { public ProtocolConfiguration createConfiguration() { return new WMLRootConfiguration(); }