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

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

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

origin: robovm/robovm

/**
 * Entity reference event.
 *
 * @param name Name of entity
 *
 * @throws org.xml.sax.SAXException
 */
public void entityReference(String name) throws org.xml.sax.SAXException
{
  flushPending();
  startEntity(name);
  endEntity(name);
  if (m_tracer != null)
    fireEntityReference(name);
}
origin: org.apache.xalan/com.springsource.org.apache.xml.serializer

/**
 * Receive notivication of a entityReference.
 *
 * @param name non-null reference to the name of the entity.
 *
 * @throws org.xml.sax.SAXException
 */
public void entityReference(String name) throws org.xml.sax.SAXException
{
   if (m_tracer != null)
     super.fireEntityReference(name);    
}
 
origin: org.apache.karaf.bundles/org.apache.karaf.bundles.xalan-2.7.1

/**
 * Receive notivication of a entityReference.
 *
 * @param name non-null reference to the name of the entity.
 *
 * @throws org.xml.sax.SAXException
 */
public void entityReference(String name) throws org.xml.sax.SAXException
{
   if (m_tracer != null)
     super.fireEntityReference(name);    
}
 
origin: org.apache.karaf.bundles/org.apache.karaf.bundles.xalan-2.7.1

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

super.fireEntityReference(name);            
origin: MobiVM/robovm

/**
 * Entity reference event.
 *
 * @param name Name of entity
 *
 * @throws org.xml.sax.SAXException
 */
public void entityReference(String name) throws org.xml.sax.SAXException
{
  flushPending();
  startEntity(name);
  endEntity(name);
  if (m_tracer != null)
    fireEntityReference(name);
}
origin: ibinti/bugvm

/**
 * Entity reference event.
 *
 * @param name Name of entity
 *
 * @throws org.xml.sax.SAXException
 */
public void entityReference(String name) throws org.xml.sax.SAXException
{
  flushPending();
  startEntity(name);
  endEntity(name);
  if (m_tracer != null)
    fireEntityReference(name);
}
origin: com.bugvm/bugvm-rt

/**
 * Entity reference event.
 *
 * @param name Name of entity
 *
 * @throws org.xml.sax.SAXException
 */
public void entityReference(String name) throws org.xml.sax.SAXException
{
  flushPending();
  startEntity(name);
  endEntity(name);
  if (m_tracer != null)
    fireEntityReference(name);
}
origin: com.gluonhq/robovm-rt

/**
 * Entity reference event.
 *
 * @param name Name of entity
 *
 * @throws org.xml.sax.SAXException
 */
public void entityReference(String name) throws org.xml.sax.SAXException
{
  flushPending();
  startEntity(name);
  endEntity(name);
  if (m_tracer != null)
    fireEntityReference(name);
}
origin: xalan/serializer

/**
 * Entity reference event.
 *
 * @param name Name of entity
 *
 * @throws org.xml.sax.SAXException
 */
public void entityReference(String name) throws org.xml.sax.SAXException
{
  flushPending();
  startEntity(name);
  endEntity(name);
  if (m_tracer != null)
    fireEntityReference(name);
}
origin: com.mobidevelop.robovm/robovm-rt

/**
 * Entity reference event.
 *
 * @param name Name of entity
 *
 * @throws org.xml.sax.SAXException
 */
public void entityReference(String name) throws org.xml.sax.SAXException
{
  flushPending();
  startEntity(name);
  endEntity(name);
  if (m_tracer != null)
    fireEntityReference(name);
}
origin: org.apache.xalan/serializer

/**
 * Entity reference event.
 *
 * @param name Name of entity
 *
 * @throws org.xml.sax.SAXException
 */
public void entityReference(String name) throws org.xml.sax.SAXException
{
  flushPending();
  startEntity(name);
  endEntity(name);
  if (m_tracer != null)
    fireEntityReference(name);
}
origin: org.apache.xalan/com.springsource.org.apache.xml.serializer

/**
 * Entity reference event.
 *
 * @param name Name of entity
 *
 * @throws org.xml.sax.SAXException
 */
public void entityReference(String name) throws org.xml.sax.SAXException
{
  flushPending();
  startEntity(name);
  endEntity(name);
  if (m_tracer != null)
    fireEntityReference(name);
}
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.xalan

/**
 * Entity reference event.
 *
 * @param name Name of entity
 *
 * @throws org.xml.sax.SAXException
 */
public void entityReference(String name) throws org.xml.sax.SAXException
{
  flushPending();
  startEntity(name);
  endEntity(name);
  if (m_tracer != null)
    fireEntityReference(name);
}
origin: org.apache.karaf.bundles/org.apache.karaf.bundles.xalan-2.7.1

/**
 * Entity reference event.
 *
 * @param name Name of entity
 *
 * @throws org.xml.sax.SAXException
 */
public void entityReference(String name) throws org.xml.sax.SAXException
{
  flushPending();
  startEntity(name);
  endEntity(name);
  if (m_tracer != null)
    fireEntityReference(name);
}
origin: FlexoVM/flexovm

/**
 * Entity reference event.
 *
 * @param name Name of entity
 *
 * @throws org.xml.sax.SAXException
 */
public void entityReference(String name) throws org.xml.sax.SAXException
{
  flushPending();
  startEntity(name);
  endEntity(name);
  if (m_tracer != null)
    fireEntityReference(name);
}
org.apache.xml.serializerSerializerBasefireEntityReference

Javadoc

To fire off the entity reference 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,
  • fireEndElem,
  • fireEndEntity,
  • fireStartDoc,
  • fireStartElem,
  • flushMyWriter,
  • flushPending,
  • getElementURI

Popular in Java

  • Running tasks concurrently on multiple threads
  • findViewById (Activity)
  • startActivity (Activity)
  • getSharedPreferences (Context)
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • DateFormat (java.text)
    Formats or parses dates and times.This class provides factories for obtaining instances configured f
  • Reference (javax.naming)
  • JFrame (javax.swing)
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
  • Top 12 Jupyter Notebook extensions
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