-
client.net.sf.saxon.ce.tree.linked.LinkedTreeBuilder.startElement()
Notify the start of an element
-
com.adobe.dp.xml.util.XMLSerializer.startElement()
-
com.amazonaws.util.XMLWriter.startElement()
Starts a new element with the specified name at the current position in the in-progress XML document.
@param element The name of the new element.
@return This XMLWriter so that additional method calls can be chainedtogether.
-
com.caucho.vfs.XmlWriter.startElement()
-
com.hp.hpl.jena.rdf.arp.impl.XMLHandler.startElement()
-
com.mucommander.xml.XmlWriter.startElement()
Writes an element opening sequence.
This is a convenience method and is strictly equivalent to calling {@link #startElement(String,boolean) startElement}(name, false)
.
@param name name of the element to open.
@throws IOException if an I/O error occurs.
@see #startElement(String,XmlAttributes)
@see #writeStandAloneElement(String)
@see #writeStandAloneElement(String,XmlAttributes)
-
com.sun.org.apache.xerces.internal.impl.xs.identity.XPathMatcher.startElement()
The start of an element. If the document specifies the start element by using an empty tag, then the startElement method will immediately be followed by the endElement method, with no intervening methods.
@param element The name of the element.
@param attributes The element attributes.
@throws SAXException Thrown by handler to signal an error.
-
com.sun.org.apache.xml.internal.serializer.ToXMLStream.startElement()
-
com.sun.star.xml.sax.XDocumentHandler.startElement()
-
com.threerings.getdown.util.MetaProgressObserver.startElement()
-
com.volantis.mcs.wbsax.WBSAXContentHandler.startElement()
Start a WBXML element using the coded element name and flags provided.
@param name the element name to use, as a code.
@param attributes true if this element will contain attribute data.
@param content true if this element will contain content data.
@throws WBSAXException if there was a problem.
-
com.volantis.styling.engine.StylingEngine.startElement()
A new element has been encountered that needs styling.
@param namespace The namespace of the element, may not be null.
@param localName The local name of the element.
@param attributes The attributes of the element.
-
com.volantis.xml.pipeline.sax.XMLProcess.startElement()
-
com.volantis.xml.pipeline.sax.dynamic.DynamicElementRule.startElement()
Invoked by the dynamic process when it receives a {@link com.volantis.xml.pipeline.sax.XMLProcess#startElement} event forthe pipeline element(s) that this rule has been registered.
The objects that are passed in (attributes and element name) must not be used outside this method.
@param dynamicProcess The DynamicProcess that has invoked this rule.
@param element The name of the element that the rule was invoked for.
@param attributes The attributes of the element that the rule was invokedfor.
@return An object that is passed to the matching endElement, may be null.
@throws SAXException
-
com.volantis.xml.pipeline.sax.impl.template.TemplateModel.startElement()
-
com.volantis.xml.xml.serialize.XMLSerializer.startElement()
-
de.danet.an.workflow.util.SAXEventBufferImpl.startElement()
-
java.io.OutputStreamWriter.startElement()
-
java.io.Writer.startElement()
-
javax.faces.context.PartialResponseWriter.startElement()
-
javax.faces.context.ResponseWriter.startElement()
-
javax.xml.transform.sax.TransformerHandler.startElement()
-
mf.org.apache.xerces.impl.xs.identity.XPathMatcher.startElement()
The start of an element. If the document specifies the start element by using an empty tag, then the startElement method will immediately be followed by the endElement method, with no intervening methods.
@param element The name of the element.
@param attributes The element attributes.
@throws SAXException Thrown by handler to signal an error.
-
net.sf.jasperreports.engine.util.JRXmlWriteHelper.startElement()
-
net.sf.robocode.serialization.XmlWriter.startElement()
-
net.sf.saxon.event.Receiver.startElement()
Notify the start of an element
@param nameCode integer code identifying the name of the element within the name pool.
@param typeCode integer code identifying the element's type within the name pool. The value -1indicates the default type, xs:untyped.
@param locationId an integer which can be interpreted using a {@link net.sf.saxon.event.LocationProvider} to returninformation such as line number and system ID. If no location information is available, the value zero is supplied.
@param properties bit-significant properties of the element node. If there are no revelantproperties, zero is supplied. The definitions of the bits are in class {@link net.sf.saxon.event.ReceiverOptions}
-
net.sf.saxon.tinytree.TinyBuilder.startElement()
Notify the start tag of an element
-
net.sf.saxon.tree.TreeBuilder.startElement()
Notify the start of an element
-
net.sourceforge.chaperon.process.LexicalProcessor.startElement()
Receive notification of the beginning of an element.
-
net.sourceforge.ganttproject.parser.TagHandler.startElement()
Method when start to parse an attibute
-
nexj.core.util.IndentingXMLWriter.startElement()
-
nexj.core.util.XMLWriter.startElement()
Opens and closes an element.
-
no.priv.garshol.duke.utils.XMLPrettyPrinter.startElement()
-
nu.validator.xml.XhtmlSaxEmitter.startElement()
-
org.apache.abdera.writer.StreamWriter.startElement()
Start an element
@param qname Element qname
-
org.apache.avalon.framework.configuration.NamespacedSAXConfigurationHandler.startElement()
Handling hook for starting parsing of an element.
@param namespaceURI a String
value
@param localName a String
value
@param rawName a String
value
@param attributes an Attributes
value
@throws SAXException if an error occurs
-
org.apache.avalon.framework.configuration.SAXConfigurationHandler.startElement()
Handling hook for starting parsing of an element.
@param namespaceURI a String
value
@param localName a String
value
@param rawName a String
value
@param attributes an Attributes
value
@throws SAXException if an error occurs
-
org.apache.axis.encoding.Deserializer.startElement()
-
org.apache.axis.encoding.SerializationContext.startElement()
Writes (using the Writer) the start tag for element QName along with the indicated attributes and namespace mappings.
@param qName is the name of the element
@param attributes are the attributes to write
-
org.apache.axis.encoding.SerializationContextImpl.startElement()
Writes (using the Writer) the start tag for element QName along with the indicated attributes and namespace mappings.
@param qName is the name of the element
@param attributes are the attributes to write
-
org.apache.axis.message.SOAPHandler.startElement()
-
org.apache.cocoon.sax.SAXConsumer.startElement()
-
org.apache.cocoon.xml.ContentHandlerWrapper.startElement()
Receive notification of the beginning of an element.
-
org.apache.cocoon.xml.dom.DOMBuilder.startElement()
Receive notification of the beginning of an element.
@parameter uri The Namespace URI, or the empty string if the elementhas no Namespace URI or if Namespace processing is not being performed.
@parameter loc The local name (without prefix), or the emptystring if Namespace processing is not being performed.
@parameter raw The raw XML 1.0 name (with prefix), or the emptystring if raw names are not available.
@parameter a The attributes attached to the element. If there are noattributes, it shall be an empty Attributes object.
@exception SAXException If this method was not called appropriately.
-
org.apache.hivemind.sdl.SDLDocumentAdaptor.startElement()
-
org.apache.jackrabbit.vault.util.xml.serialize.XMLSerializer.startElement()
-
org.apache.myfaces.custom.buffer.HtmlBufferResponseWriterWrapper.startElement()
-
org.apache.myfaces.renderkit.html.HtmlResponseWriterImpl.startElement()
-
org.apache.myfaces.tobago.internal.webapp.HtmlResponseWriter.startElement()
-
org.apache.myfaces.tobago.internal.webapp.TobagoResponseWriterImpl.startElement()
-
org.apache.myfaces.tobago.webapp.TobagoResponseWriter.startElement()
-
org.apache.myfaces.trinidadinternal.renderkit.core.ppr.XmlResponseWriter.startElement()
-
org.apache.shale.test.mock.MockResponseWriter.startElement()
{@inheritDoc}
-
org.apache.sling.rewriter.Transformer.startElement()
-
org.apache.tika.sax.XHTMLContentHandler.startElement()
Starts the given element. Table cells and list items are automatically indented by emitting a tab character as ignorable whitespace.
-
org.apache.uima.cas_data.impl.XCasToCasDataSaxHandler.startElement()
-
org.apache.ws.commons.serialize.CharSetXMLWriter.startElement()
-
org.apache.xalan.transformer.ResultTreeHandler.startElement()
Bottleneck the startElement event. This is used to "pend" an element, so that attributes can still be added to it before the real "startElement" is called on the result tree listener.
@param ns Namespace URI of element
@param localName Local part of qname of element
@param name Name of element
@param atts List of attributes for the element
@throws org.xml.sax.SAXException
-
org.apache.xerces.impl.xpath.XPathMatcher.startElement()
The start of an element. If the document specifies the start element by using an empty tag, then the startElement method will immediately be followed by the endElement method, with no intervening methods.
@param element The name of the element.
@param attributes The element attributes.
@throws XNIException Thrown by handler to signal an error.
-
org.apache.xerces.impl.xs.identity.XPathMatcher.startElement()
The start of an element. If the document specifies the start element by using an empty tag, then the startElement method will immediately be followed by the endElement method, with no intervening methods.
@param element The name of the element.
@param attributes The element attributes.
@param elementDecl: The element declaration for the element
@throws SAXException Thrown by handler to signal an error.
-
org.apache.xerces.validators.schema.identity.XPathMatcher.startElement()
The start of an element. If the document specifies the start element by using an empty tag, then the startElement method will immediately be followed by the endElement method, with no intervening methods.
@param element The name of the element.
@param attributes The element attributes.
@param eIndex: the element index of the current element
@param grammar: the currently-active Schema Grammar
@throws SAXException Thrown by handler to signal an error.
-
org.apache.xml.dtm.ref.DTMDocumentImpl.startElement()
-
org.apache.xml.serialize.XMLSerializer.startElement()
-
org.apache.xml.serializer.SerializationHandler.startElement()
-
org.apache.xml.utils.DOMBuilder.startElement()
Receive notification of the beginning of an element.
The Parser will invoke this method at the beginning of every element in the XML document; there will be a corresponding endElement() event for every startElement() event (even when the element is empty). All of the element's content will be reported, in order, before the corresponding endElement() event.
If the element name has a namespace prefix, the prefix will still be attached. Note that the attribute list provided will contain only attributes with explicit values (specified or defaulted): #IMPLIED attributes will be omitted.
@param ns The namespace of the node
@param localName The local part of the qualified name
@param name The element name.
@param atts The attributes attached to the element, if any.
@see #endElement
@see org.xml.sax.Attributes
-
org.camunda.bpm.engine.impl.form.engine.HtmlDocumentBuilder.startElement()
-
org.codehaus.dna.impl.SAXConfigurationHandler.startElement()
Start an element and thus a Configuration object.
@param uri the uri (ignored)
@param localName the localName (ignored)
@param qName the qualified name (used for name of configuration)
@param attributes the attributes of XML element
@throws SAXException if unable to parse element
-
org.codehaus.plexus.util.xml.PrettyPrintXMLWriter.startElement()
{@inheritDoc}
-
org.codehaus.plexus.util.xml.XMLWriter.startElement()
-
org.databene.commons.xml.SimpleXMLWriter.startElement()
-
org.dom4j.io.XMLWriter.startElement()
-
org.eclipse.persistence.internal.oxm.NodeValue.startElement()
INTERNAL:
@param xPathFragment
@param unmarshalRecord
@param atts
@return
-
org.eclipse.persistence.internal.oxm.record.UnmappedContentHandlerWrapper.startElement()
-
org.eclipse.persistence.internal.oxm.record.UnmarshalRecord.startElement()
-
org.eclipse.persistence.internal.oxm.record.deferred.AnyMappingContentHandler.startElement()
-
org.eclipse.persistence.internal.oxm.record.deferred.BinaryMappingContentHandler.startElement()
-
org.eclipse.persistence.internal.oxm.record.deferred.CompositeCollectionMappingContentHandler.startElement()
-
org.eclipse.persistence.internal.oxm.record.deferred.CompositeObjectMappingContentHandler.startElement()
-
org.eclipse.persistence.internal.oxm.record.deferred.DescriptorNotFoundContentHandler.startElement()
-
org.eclipse.persistence.internal.oxm.unmapped.UnmappedContentHandler.startElement()
-
org.eclipse.persistence.oxm.record.UnmarshalRecord.startElement()
-
org.eclipse.persistence.oxm.unmapped.UnmappedContentHandler.startElement()
-
org.exist.memtree.MemTreeBuilder.startElement()
Create a new element.
@param namespaceURI DOCUMENT ME!
@param localName DOCUMENT ME!
@param qname DOCUMENT ME!
@param attributes DOCUMENT ME!
@return the node number of the created element
-
org.exist.util.serializer.SAXSerializer.startElement()
-
org.exolab.castor.xml.UnmarshalHandler.startElement()
ContentHandler#startElement
Signals the start of element.
@param localName The name of the element.
@param atts The AttributeList containing the associated attributes for the element.
-
org.formulacompiler.spreadsheet.internal.odf.xml.stream.ElementWriter.startElement()
-
org.gradle.internal.html.SimpleHtmlWriter.startElement()
-
org.gradle.internal.xml.SimpleXmlWriter.startElement()
-
org.iso_relax.dispatcher.IslandVerifier.startElement()
-
org.jasig.portal.StructureAttributesIncorporationFilter.startElement()
-
org.jdom.input.SAXHandler.startElement()
This reports the occurrence of an actual element. It will include the element's attributes, with the exception of XML vocabulary specific attributes, such as xmlns:[namespace prefix]
and xsi:schemaLocation
.
@param namespaceURI String
namespace URI this elementis associated with, or an empty String
@param localName String
name of element (with nonamespace prefix, if one is present)
@param qName String
XML 1.0 version of element name:[namespace prefix]:[localName]
@param atts Attributes
list for this element
@throws SAXException when things go wrong
-
org.jfree.layouting.layouter.feed.InputFeed.startElement()
-
org.jfree.report.data.PrecomputedValueRegistry.startElement()
-
org.pdf4j.saxon.event.Receiver.startElement()
Notify the start of an element
@param nameCode integer code identifying the name of the element within the name pool.
@param typeCode integer code identifying the element's type within the name pool. The value -1indicates the default type, xs:untyped.
@param locationId an integer which can be interpreted using a {@link org.pdf4j.saxon.event.LocationProvider} to returninformation such as line number and system ID. If no location information is available, the value zero is supplied.
@param properties bit-significant properties of the element node. If there are no revelantproperties, zero is supplied. The definitions of the bits are in class {@link org.pdf4j.saxon.event.ReceiverOptions}
-
org.pdf4j.saxon.tinytree.TinyBuilder.startElement()
Notify the start tag of an element
-
org.pdf4j.saxon.tree.TreeBuilder.startElement()
Notify the start of an element
-
org.teiid.query.processor.xml.Element.startElement()
-
org.xml.sax.ContentHandler.startElement()
rg/sax/features/namespaces and the
http://xml.org/sax/features/namespace-prefixes properties:
- the Namespace URI and local name are required when the namespaces property is true (the default), and are optional when the namespaces property is false (if one is specified, both must be);
- the qualified name is required when the namespace-prefixes property is true, and is optional when the namespace-prefixes property is false (the default).
Note that the attribute list provided will contain only attributes with explicit values (specified or defaulted): #IMPLIED attributes will be omitted. The attribute list will contain attributes used for Namespace declarations (xmlns* attributes) only if the http://xml.org/sax/features/namespace-prefixes
property is true (it is false by default, and support for a true value is optional).
Like {@link #characters characters()}, attribute values may have characters that need more than one char
value.
@param uri the Namespace URI, or the empty string if theelement has no Namespace URI or if Namespace processing is not being performed
@param localName the local name (without prefix), or theempty string if Namespace processing is not being performed
@param qName the qualified name (with prefix), or theempty string if qualified names are not available
@param atts the attributes attached to the element. Ifthere are no attributes, it shall be an empty Attributes object. The value of this object after startElement returns is undefined
@throws org.xml.sax.SAXException any SAX exception, possiblywrapping another exception
@see #endElement
@see org.xml.sax.Attributes
@see org.xml.sax.helpers.AttributesImpl
-
org.xml.sax.DocumentHandler.startElement()
Receive notification of the beginning of an element.
The Parser will invoke this method at the beginning of every element in the XML document; there will be a corresponding endElement() event for every startElement() event (even when the element is empty). All of the element's content will be reported, in order, before the corresponding endElement() event.
If the element name has a namespace prefix, the prefix will still be attached. Note that the attribute list provided will contain only attributes with explicit values (specified or defaulted): #IMPLIED attributes will be omitted.
@param name The element type name.
@param atts The attributes attached to the element, if any.
@exception org.xml.sax.SAXException Any SAX exception, possiblywrapping another exception.
@see #endElement
@see org.xml.sax.AttributeList
-
org.xml.sax.helpers.DefaultHandler.startElement()
Receive notification of the start of an element.
By default, do nothing. Application writers may override this method in a subclass to take specific actions at the start of each element (such as allocating a new tree node or writing output to a file).
@param name The element type name.
@param attributes The specified or defaulted attributes.
@exception org.xml.sax.SAXException Any SAX exception, possiblywrapping another exception.
@see org.xml.sax.ContentHandler#startElement
-
org.xmlBlaster.util.qos.storage.HistoryQueueProperty.startElement()
-
org.xmlBlaster.util.qos.storage.MsgUnitStoreProperty.startElement()
-
speculoos.config.xml.TagHandler.startElement()
Handles the start of a tag.
@param uri
@param localName
@param qName
@param attributes
@throws SAXException
@see org.xml.sax.ContentHandler#startElement(java.lang.String,java.lang.String,java.lang.String,org.xml.sax.Attributes)