Home | History | Annotate | Download | only in objects

Lines Matching refs:nodelist

38 import org.w3c.dom.NodeList;
403 * Cast result object to a nodelist. Always issues an error.
413 new Object[]{ getTypeString() }); //"Can not convert "+getTypeString()+" to a NodeList!");
430 * Cast result object to a nodelist. Always issues an error.
440 new Object[]{ getTypeString() }); //"Can not convert "+getTypeString()+" to a NodeList!");
446 * Cast result object to a nodelist. Always issues an error.
452 public NodeList nodelist() throws javax.xml.transform.TransformerException
456 new Object[]{ getTypeString() }); //"Can not convert "+getTypeString()+" to a NodeList!");
463 * Cast result object to a nodelist. Always issues an error.