All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.dumijdev.dpxml.model.XML Maven / Gradle / Ivy

There is a newer version: 0.2.2
Show newest version
package io.github.dumijdev.dpxml.model;

public class XML extends XMLNode {
  public XML() {
  }

  public XML(Node parent) {
    super(parent);
  }

  public XML(String name) {
    super(name);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy