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

org.sweble.wikitext.lazy.utils.XmlAttributeGarbage Maven / Gradle / Ivy

There is a newer version: 3.1.9
Show newest version
/* 
 * This file is auto-generated.
 * DO NOT MODIFY MANUALLY!
 * 
 * Generated by AstNodeGenerator.
 * Last generated: 2014-09-12 00:37:37.
 */

package org.sweble.wikitext.lazy.utils;

import de.fau.cs.osr.ptk.common.ast.*;




/**
 * 

XML Attribute Garbage

*/ public class XmlAttributeGarbage extends StringContentNode { private static final long serialVersionUID = 1L; // ========================================================================= public XmlAttributeGarbage() { super(); } public XmlAttributeGarbage(String content) { super(content); } @Override public int getNodeType() { return org.sweble.wikitext.lazy.AstNodeTypes.NT_XML_ATTRIBUTE_GARBAGE; } // ========================================================================= // Properties // ========================================================================= // Children // ========================================================================= }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy