-
com.adobe.dp.epub.ops.OPSDocument.createElement()
-
com.dotcms.repackage.org.dom4j.DocumentFactory.createElement()
-
com.gargoylesoftware.htmlunit.SgmlPage.createElement()
Creates an element, the type of which depends on the specified tag name.
@param tagName the tag name which determines the type of element to be created
@return an element, the type of which depends on the specified tag name
-
com.gargoylesoftware.htmlunit.html.HtmlPage.createElement()
{@inheritDoc}
@param tagName the tag name, preferably in lowercase
-
com.google.gwt.dom.client.Document.createElement()
Creates a new element.
@param tagName the tag name of the element to be created
@return the newly created element
-
com.google.gwt.user.client.ui.AbstractImagePrototype.createElement()
Creates a new {@link Element} based on the image represented by thisprototype. The DOM structure may not necessarily a simple <img>
element. It may be a more complex structure that should be treated opaquely.
@return the ImagePrototypeElement
corresponding to the imagerepresented by this prototype
-
com.google.gwt.xml.client.Document.createElement()
This method creates a new Element
.
@param tagName the tag name of the new Element
@return the newly created Element
-
com.python.pydev.analysis.additionalinfo.InfoFactory.createElement()
-
com.sun.org.apache.xerces.internal.dom.DocumentImpl.createElement()
-
com.sun.xml.tree.XmlDocument.createElement()
DOM: Create a new element, associated with this document, with no children, attributes, or parent, by calling createElementEx.
@param tagName the tag of the element, used to determine whattype element to create as well as what tag to assign the new node.
@exception IllegalArgumentException if a mapping is defined,but is invalid because the element can't be instantiated or does not subclass ElementNode.
-
com.volantis.mcs.dom.DOMFactory.createElement()
Create element node.
@return Newly created Element node.
-
com.volantis.mcs.xdime.initialisation.ElementFactory.createElement()
Create the element.
@param context
@return The element to create.
-
com.volantis.xml.xerces.dom.DocumentImpl.createElement()
-
de.mhus.lib.form.builders.FormElementRegistry.createElement()
-
elemental.js.html.JsDocument.createElement()
-
javax.xml.soap.SOAPFactory.createElement()
Create a SOAPElement object initialized with the given Name object.
@param name a Name object with the XML name for the new element
@return the new SOAPElement object that was created
@throws SOAPException if there is an error in creating the SOAPElement object
-
mf.org.w3c.dom.Document.createElement()
Creates an element of the type specified. Note that the instance returned implements the Element
interface, so attributes can be specified directly on the returned object.
In addition, if there are known attributes with default values, Attr
nodes representing them are automatically created and attached to the element.
To create an element with a qualified name and namespace URI, use the createElementNS
method.
@param tagName The name of the element type to instantiate. For XML, this is case-sensitive, otherwise it depends on the case-sensitivity of the markup language in use. In that case, the name is mapped to the canonical form of that markup by the DOM implementation.
@return A new Element
object with the nodeName
attribute set to tagName
, and localName
, prefix
, and namespaceURI
set to null
.
@exception DOMException INVALID_CHARACTER_ERR: Raised if the specified name is not an XML name according to the XML version in use specified in the Document.xmlVersion
attribute.
-
net.n3.nanoxml.XMLElement.createElement()
Creates an empty element.
@param fullName the name of the element.
-
net.sf.latexdraw.parsers.svg.SVGDocument.createElement()
-
nux.xom.binary.NodeBuilder.createElement()
Contructs and returns a new element for the given qualified name and namespace URI.
@param qname the qualified name of the element (must not be null)
@param uri the namespace URI of the element
@return a new element
-
oracle.xml.parser.v2.XMLDocument.createElement()
-
org.adfemg.datacontrol.xml.data.XMLDCCollection.createElement()
Creates a new XMLDCElement "row" including the underlying XML element, adding this new element as a child of the master xml element and ivoking any @Created annotations on the XMLDCElement Invoked from DataControl#createRowData when a new row is explicitly being created.
@param index The index where the new element should be placed in front of.Use -1 for adding the first element to a empty collection.
@return the XMLDCElement.
-
org.allcolor.xml.parser.dom.ADocument.createElement()
DOCUMENT ME!
@param tagName DOCUMENT ME!
@return DOCUMENT ME!
@throws DOMException DOCUMENT ME!
-
org.apache.crimson.tree.XmlDocument.createElement()
DOM: Create a new element, associated with this document, with no children, attributes, or parent, by calling createElementEx.
@param tagName the tag of the element, used to determine whattype element to create as well as what tag to assign the new node.
@exception IllegalArgumentException if a mapping is defined,but is invalid because the element can't be instantiated or does not subclass ElementNode.
-
org.apache.jetspeed.cache.impl.EhDecorationContentCacheImpl.createElement()
-
org.apache.jetspeed.cache.impl.EhPortletContentCacheImpl.createElement()
-
org.apache.lenya.xml.NamespaceHelper.createElement()
Creates an element within the namespace of this NamespaceHelper object with a given local name containing a text node.
createElement("text")
: <prefix:text/>.
@param localName The local name of the element.
@return A new element.
-
org.apache.manifoldcf.core.common.XMLDoc.createElement()
Create an element
@param who Object parent Node
@param ename String element name
@return Object element
-
org.apache.oodt.cas.product.jaxrs.configurations.RdfConfiguration.createElement()
Creates an {@link Element} for a {@link Document}.
@param key a map key used to search this configuration's maps
@param value the value for the element
@param document the document context of the element
@return a new element constructed within the rules and constraints of thisconfiguration
-
org.apache.shale.clay.parser.builder.Builder.createElement()
Factory method that creates a {@link ElementBean} from a {@link Node}.
@param node markup
@return target config bean from the markup node
-
org.apache.tools.ant.IntrospectionHelper.createElement()
Creates a named nested element. Depending on the results of the initial introspection, either a method in the given parent instance or a simple no-arg constructor is used to create an instance of the specified element type.
@param project Project to which the parent object belongs.Must not be null
. If the resulting object is an instance of ProjectComponent, its Project reference is set to this parameter value.
@param parent Parent object used to create the instance.Must not be null
.
@param elementName Name of the element to create an instance of.Must not be null
.
@return an instance of the specified element type
@exception BuildException if no method is available to create theelement instance, or if the creating method fails.
-
org.apache.ws.jaxme.xs.xml.XsEChoice.createElement()
-
org.apache.ws.jaxme.xs.xml.XsTSimpleExplicitGroup.createElement()
-
org.apache.xerces.dom.DocumentImpl.createElement()
Factory method; creates an Element having this Document as its OwnerDoc.
@param tagName The name of the element type to instantiate. ForXML, this is case-sensitive. For HTML, the tagName parameter may be provided in any case, but it must be mapped to the canonical uppercase form by the DOM implementation.
@throws DOMException (INVALID_NAME_ERR) if the tag name is not acceptable.
-
org.apache.xindice.xml.dom.DocumentImpl.createElement()
Creates an element of the type specified. Note that the instance returned implements the Element interface, so attributes can be specified directly on the returned object.
@param tagName The name of the element type to instantiate. For XML, thisis case-sensitive. For HTML, the tagName
parameter may be provided in any case, but it must be mapped to the canonical uppercase form by the DOM implementation.
@return A new Element
object.
@exception DOMException INVALID_CHARACTER_ERR: Raised if the specified name contains an invalid character.
-
org.araneaframework.uilib.form.FormWidget.createElement()
This method makes a {@link FormElement}adding a {@link org.araneaframework.uilib.form.converter.BaseConverter}to the given {@link BaseControl}and {@link Data}.
@param elementName the name of the form element.
@param labelId id of the localized label.
@param control the type of control data.
@param data the type of data.
@param mandatory whether the element must be present in request.
@return {@link FormElement}by given parameters.
@throws Exception
-
org.aspectj.org.eclipse.jdt.internal.core.util.HandleFactory.createElement()
Returns a handle denoting the class member identified by its scope.
-
org.camunda.bpm.model.xml.instance.DomDocument.createElement()
Creates a new element in the dom document.
@param namespaceUri the namespaceUri of the new element
@param localName the localName of the new element
@return the new DOM element
-
org.dom4j.DocumentFactory.createElement()
-
org.eclipse.jdt.internal.core.util.HandleFactory.createElement()
Returns a handle denoting the class member identified by its scope.
-
org.eclipse.pde.core.plugin.IPluginModelFactory.createElement()
-
org.eclipse.ui.IElementFactory.createElement()
Re-creates and returns an object from the state captured within the given memento.
Under normal circumstances, the resulting object can be expected to be persistable; that is,
result.getAdapter(org.eclipse.ui.IPersistableElement.class)
should not return
null
.
@param memento a memento containing the state for the object
@return an object, or
null
if the element could not be created
-
org.eclipse.wst.xml.core.internal.commentelement.impl.CommentElementConfiguration.createElement()
-
org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument.createElement()
-
org.exist.memtree.DocumentImpl.createElement()
-
org.fao.geonet.kernel.EditLib.createElement()
Creates a new element for editing - used by Ajax new element addition.
@param schema
@param child
@param parent
@return
@throws Exception
-
org.infoset.xml.ItemConstructor.createElement()
-
org.jboss.ws.core.soap.SOAPFactoryImpl.createElement()
-
org.openiaml.model.inference.EcoreCreateElementsHelper.createElement()
-
org.openiaml.model.inference.EcoreInferenceHandler.createElement()
-
org.openoffice.xforms.Instance.createElement()
creates a new element in the instance The element will be inserted immediately below the root node of the instance.
@param _elementName the name of the to-be-created element
@return the node of the newly created element
@throws com.sun.star.xml.dom.DOMException
-
org.pentaho.reporting.engine.classic.core.elementfactory.ContentElementFactory.createElement()
Creates a new drawable field element based on the defined properties.
@return the generated elements
@throws IllegalStateException if the field name is not set.
@see ElementFactory#createElement()
-
org.pentaho.reporting.engine.classic.core.elementfactory.ContentFieldElementFactory.createElement()
Creates a new drawable field element based on the defined properties.
@return the generated elements
@throws IllegalStateException if the field name is not set.
@see ElementFactory#createElement()
-
org.pentaho.reporting.engine.classic.core.elementfactory.DateFieldElementFactory.createElement()
Creates the date text element based on the defined settings. Undefined properties will not be set in the generated element.
@return the generated date text element
@see org.pentaho.reporting.engine.classic.core.elementfactory.ElementFactory#createElement()
-
org.pentaho.reporting.engine.classic.core.elementfactory.HorizontalLineElementFactory.createElement()
Creates a new drawable field element based on the defined properties.
@return the generated elements
@throws IllegalStateException if the field name is not set.
@see ElementFactory#createElement()
-
org.pentaho.reporting.engine.classic.core.elementfactory.LabelElementFactory.createElement()
Creates the label element.
@return the generated label.
@throws IllegalStateException if the text is not defined.
@see org.pentaho.reporting.engine.classic.core.elementfactory.ElementFactory#createElement()
-
org.pentaho.reporting.engine.classic.core.elementfactory.MessageFieldElementFactory.createElement()
Creates the message text element based on the defined settings. Undefined properties will not be set in the generated element.
@return the generated numberic text element
@see org.pentaho.reporting.engine.classic.core.elementfactory.ElementFactory#createElement()
-
org.pentaho.reporting.engine.classic.core.elementfactory.NumberFieldElementFactory.createElement()
Creates the number text element based on the defined settings. Undefined properties will not be set in the generated element.
@return the generated numberic text element
@see org.pentaho.reporting.engine.classic.core.elementfactory.ElementFactory#createElement()
-
org.pentaho.reporting.engine.classic.core.elementfactory.RectangleElementFactory.createElement()
Creates a new drawable field element based on the defined properties.
@return the generated elements
@throws IllegalStateException if the field name is not set.
@see ElementFactory#createElement()
-
org.pentaho.reporting.engine.classic.core.elementfactory.TextFieldElementFactory.createElement()
Creates the text field element.
@return the generated text field element
@see org.pentaho.reporting.engine.classic.core.elementfactory.ElementFactory#createElement()
-
org.pentaho.reporting.engine.classic.core.elementfactory.VerticalLineElementFactory.createElement()
Creates a new drawable field element based on the defined properties.
@return the generated elements
@throws IllegalStateException if the field name is not set.
@see ElementFactory#createElement()
-
org.pentaho.reporting.engine.classic.extensions.modules.sbarcodes.elementfactory.BarcodeElementFactory.createElement()
Creates a new instance of the element. Override this method to return a concrete subclass of the element.
@return the newly generated instance of the element.
-
org.pentaho.reporting.engine.classic.extensions.modules.sparklines.elementfactory.BarSparklineElementFactory.createElement()
Creates a new instance of the element. Override this method to return a concrete subclass of the element.
@return the newly generated instance of the element.
-
org.pentaho.ui.xul.XulLoader.createElement()
-
org.structr.web.entity.dom.Page.createElement()
-
org.w3c.dom.Document.createElement()
Creates an element of the type specified. Note that the instance returned implements the Element
interface, so attributes can be specified directly on the returned object.
In addition, if there are known attributes with default values, Attr
nodes representing them are automatically created and attached to the element.
To create an element with a qualified name and namespace URI, use the createElementNS
method.
@param tagName The name of the element type to instantiate. For XML, this is case-sensitive. For HTML, the tagName
parameter may be provided in any case, but it must be mapped to the canonical uppercase form by the DOM implementation.
@return A new Element
object with the nodeName
attribute set to tagName
, and localName
, prefix
, and namespaceURI
set to null
.
@exception DOMException INVALID_CHARACTER_ERR: Raised if the specified name contains an illegal character.
-
org.w3c.dom.html.HTMLDocument.createElement()
-
org.waveprotocol.wave.client.editor.content.CMutableDocument.createElement()
-
org.waveprotocol.wave.model.document.raw.impl.RawDocumentImpl.createElement()
{@inheritDoc}
-
org.woped.core.model.PetriNetModelProcessor.createElement()
Method getNewPetriNetElement. Creates a new PetriNetElement with a special type (@see AbstractElementModel) and a Aalst type respectivley
@param type
@param aalsttype
@return AbstractElementModel
-
org.woped.editor.controller.vc.EditorVC.createElement()