List of usage examples for org.w3c.dom Node subclass-usage
From source file com.signavio.warehouse.business.util.jpdl4.Script.java
public class Script extends Node { private String expression; private String language; private String variable; private String text;
From source file com.signavio.warehouse.business.util.jpdl4.Sql.java
public class Sql extends Node { protected String var; protected Boolean unique; protected String query; protected Parameters parameters;
From source file com.CodeSeance.JSeance.CodeGenXML.XMLElements.Text.java
/**
* Class for writing text to the text sink in the current context
*
* @author Andres Murillo
* @version 1.0
*/
From source file com.gargoylesoftware.htmlunit.javascript.host.DocumentType.java
/**
* A JavaScript object for a DocumentType.
*
* @version $Revision: 7582 $
* @author Ahmed Ashour
* @see <a href="http://msdn.microsoft.com/en-us/library/ms762752.aspx">MSDN documentation</a>
From source file com.gargoylesoftware.htmlunit.javascript.host.dom.DocumentType.java
/**
* A JavaScript object for {@code DocumentType}.
*
* @author Ahmed Ashour
* @author Frank Danek
* @see <a href="http://msdn.microsoft.com/en-us/library/ms762752.aspx">MSDN documentation</a>
From source file fr.gael.dhus.olingo.v1.entity.Product.java
/** * A OData representation of a DHuS Product. */ public class Product extends Node { private static final Logger LOGGER = Logger.getLogger(Product.class);