Tabnine Logo
SerializerBase.fireEndElem
Code IndexAdd Tabnine to your IDE (free)

How to use
fireEndElem
method
in
org.apache.xml.serializer.SerializerBase

Best Java code snippets using org.apache.xml.serializer.SerializerBase.fireEndElem (Showing top 20 results out of 315)

origin: robovm/robovm

  super.fireEndElem(name);
m_elemContext = m_elemContext.m_prev;
origin: org.apache.xalan/com.springsource.org.apache.xml.serializer

/**
 * @see ExtendedContentHandler#endElement(String)
 */
public void endElement(String elemName) throws SAXException
{
  if (m_tracer != null)
    super.fireEndElem(elemName);                       
}
origin: org.apache.xalan/com.springsource.org.apache.xml.serializer

/**
 * From XSLTC
 * @see ExtendedContentHandler#endElement(String)
 */
public void endElement(String elemName) throws SAXException
{
  if (m_tracer != null)
    super.fireEndElem(elemName);
}
origin: org.apache.karaf.bundles/org.apache.karaf.bundles.xalan-2.7.1

/**
 * @see org.xml.sax.ContentHandler#endElement(String, String, String)
 */
public void endElement(String arg0, String arg1, String arg2)
  throws SAXException
{
  if (m_tracer != null)
    super.fireEndElem(arg2);    	
}
origin: org.apache.karaf.bundles/org.apache.karaf.bundles.xalan-2.7.1

/**
 * @see ExtendedContentHandler#endElement(String)
 */
public void endElement(String elemName) throws SAXException
{
  if (m_tracer != null)
    super.fireEndElem(elemName);                       
}
origin: org.apache.karaf.bundles/org.apache.karaf.bundles.xalan-2.7.1

/**
 * From XSLTC
 * @see ExtendedContentHandler#endElement(String)
 */
public void endElement(String elemName) throws SAXException
{
  if (m_tracer != null)
    super.fireEndElem(elemName);
}
origin: org.apache.xalan/com.springsource.org.apache.xml.serializer

/**
 * @see org.xml.sax.ContentHandler#endElement(String, String, String)
 */
public void endElement(String arg0, String arg1, String arg2)
  throws SAXException
{
  if (m_tracer != null)
    super.fireEndElem(arg2);    	
}
origin: org.apache.karaf.bundles/org.apache.karaf.bundles.xalan-2.7.1

super.fireEndElem(name);           
origin: org.apache.xalan/com.springsource.org.apache.xml.serializer

super.fireEndElem(name);           
origin: org.apache.karaf.bundles/org.apache.karaf.bundles.xalan-2.7.1

/**
 * Receive notification of the end of an element.
 * @param elementName The element type name
 * @throws org.xml.sax.SAXException Any SAX exception, possibly
 *     wrapping another exception.
 *
 * @see ExtendedContentHandler#endElement(String)
 */
public void endElement(String elementName) throws SAXException
{
  flushPending();
  m_saxHandler.endElement(EMPTYSTRING, elementName, elementName);
  // time to fire off endElement event
  if (m_tracer != null)
    super.fireEndElem(elementName);        
}
origin: org.apache.xalan/com.springsource.org.apache.xml.serializer

/**
 * Receive notification of the end of an element.
 * @param elementName The element type name
 * @throws org.xml.sax.SAXException Any SAX exception, possibly
 *     wrapping another exception.
 *
 * @see ExtendedContentHandler#endElement(String)
 */
public void endElement(String elementName) throws SAXException
{
  flushPending();
  m_saxHandler.endElement(EMPTYSTRING, elementName, elementName);
  // time to fire off endElement event
  if (m_tracer != null)
    super.fireEndElem(elementName);        
}
origin: org.apache.xalan/com.springsource.org.apache.xml.serializer

super.fireEndElem(qName);
origin: org.apache.karaf.bundles/org.apache.karaf.bundles.xalan-2.7.1

super.fireEndElem(qName);
origin: org.apache.xalan/com.springsource.org.apache.xml.serializer

super.fireEndElem(qName);       
origin: org.apache.karaf.bundles/org.apache.karaf.bundles.xalan-2.7.1

super.fireEndElem(qName);       
origin: ibinti/bugvm

  super.fireEndElem(name);
m_elemContext = m_elemContext.m_prev;
origin: org.apache.karaf.bundles/org.apache.karaf.bundles.xalan-2.7.1

  super.fireEndElem(name);
m_elemContext = m_elemContext.m_prev;
origin: com.gluonhq/robovm-rt

  super.fireEndElem(name);
m_elemContext = m_elemContext.m_prev;
origin: xalan/serializer

  super.fireEndElem(name);
m_elemContext = m_elemContext.m_prev;
origin: com.mobidevelop.robovm/robovm-rt

  super.fireEndElem(name);
m_elemContext = m_elemContext.m_prev;
org.apache.xml.serializerSerializerBasefireEndElem

Javadoc

To fire off the end element trace event

Popular methods of SerializerBase

  • setTransformer
    Sets the transformer associated with this serializer
  • addAttributeAlways
    Adds the given attribute to the set of attributes, even if there is no currently open element. This
  • addAttributes
    Add the given attributes to the currently collected ones. These attributes are always added, regardl
  • addCDATAElement
  • characters
  • comment
  • endEntity
    Report the end of an entity.
  • error
  • fatalError
  • fireCDATAEvent
    Report the CDATA trace event
  • fireCharEvent
    Report the characters trace event
  • fireCommentEvent
    Report the comment trace event
  • fireCharEvent,
  • fireCommentEvent,
  • fireEndEntity,
  • fireEntityReference,
  • fireStartDoc,
  • fireStartElem,
  • flushMyWriter,
  • flushPending,
  • getElementURI

Popular in Java

  • Reading from database using SQL prepared statement
  • getExternalFilesDir (Context)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • onCreateOptionsMenu (Activity)
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • GridBagLayout (java.awt)
    The GridBagLayout class is a flexible layout manager that aligns components vertically and horizonta
  • TreeMap (java.util)
    Walk the nodes of the tree left-to-right or right-to-left. Note that in descending iterations, next
  • BlockingQueue (java.util.concurrent)
    A java.util.Queue that additionally supports operations that wait for the queue to become non-empty
  • JCheckBox (javax.swing)
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now