Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jfor.jfor.converter
Class BeforeBuilder  view BeforeBuilder download BeforeBuilder.java

java.lang.Object
  extended byorg.jfor.jfor.converter.AbstractBuilder
      extended byorg.jfor.jfor.converter.BeforeBuilder
All Implemented Interfaces:
IBuilder

class BeforeBuilder
extends AbstractBuilder


Field Summary
private  org.jfor.jfor.rtflib.rtfdoc.RtfAttributes beforeAttributes
           
private  org.xml.sax.Attributes m_attrib
           
private  org.jfor.jfor.rtflib.rtfdoc.RtfBefore m_before
           
static java.lang.String TAG_STATIC
           
 
Fields inherited from class org.jfor.jfor.converter.AbstractBuilder
m_context
 
Constructor Summary
(package private) BeforeBuilder(BuilderContext ctx)
          if this fo:block is nested into another one, this is the builder that processes the enclosing block
 
Method Summary
 void end()
          called by Converter at the end of an element
 IBuilder getBuilder(BuilderContext ctx, java.lang.String rawName, org.xml.sax.Attributes atts)
          this builder processes fo:block elements
 void start(java.lang.String rawName, org.xml.sax.Attributes attrs)
          called by Converter at the start of an element
 
Methods inherited from class org.jfor.jfor.converter.AbstractBuilder
attributeIsSet, attributeIsSet, characters, getAttribute, getAttribute, getValue, getValue, hasAttributeValue, hasAttributeValue, ignoreChildren, postEnd, preStart, useForChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAG_STATIC

public static final java.lang.String TAG_STATIC
See Also:
Constant Field Values

m_attrib

private org.xml.sax.Attributes m_attrib

m_before

private org.jfor.jfor.rtflib.rtfdoc.RtfBefore m_before

beforeAttributes

private org.jfor.jfor.rtflib.rtfdoc.RtfAttributes beforeAttributes
Constructor Detail

BeforeBuilder

BeforeBuilder(BuilderContext ctx)
if this fo:block is nested into another one, this is the builder that processes the enclosing block

Method Detail

start

public void start(java.lang.String rawName,
                  org.xml.sax.Attributes attrs)
           throws java.io.IOException
called by Converter at the start of an element


end

public void end()
         throws java.io.IOException
called by Converter at the end of an element


getBuilder

public IBuilder getBuilder(BuilderContext ctx,
                           java.lang.String rawName,
                           org.xml.sax.Attributes atts)
this builder processes fo:block elements