net.xoetrope.builder.w3c.html.tags
Class BlockQuote

java.lang.Object
  extended by net.xoetrope.builder.w3c.html.tags.XHtmlTagHandler
      extended by net.xoetrope.builder.w3c.html.tags.P
          extended by net.xoetrope.builder.w3c.html.tags.BlockQuote

public class BlockQuote
extends P

A BLOCKQUOTE element. The blockquote element indents the text as a block

Copyright (c) Xoetrope Ltd., 2002-2006

$Revision: 1.1 $

License: see License.txt


Field Summary
 
Fields inherited from class net.xoetrope.builder.w3c.html.tags.XHtmlTagHandler
attribSet, builder, children, comp, content, parent, parentComponent, style
 
Constructor Summary
BlockQuote()
          Creates a new instance of BlockQuote
 
Method Summary
 boolean breaksFlow()
          Does this tag break the flow?
 XHtmlTagHandler newInstance(XHtmlBuilder builder, XHtmlTagHandler parent)
          Create a new instance of this object
 
Methods inherited from class net.xoetrope.builder.w3c.html.tags.P
endProcessing, processText, startProcessing
 
Methods inherited from class net.xoetrope.builder.w3c.html.tags.XHtmlTagHandler
addChild, addElement, applyAlignment, applyStyle, decorateAttribute, getAttribute, getChildren, getComponent, getComponentName, getContent, getHeight, getHeight, getLength, getParent, getTextStyleAttributes, getWidth, getWidth, processComment, processCommonAttributes, setBuilder, setComponent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockQuote

public BlockQuote()
Creates a new instance of BlockQuote

Method Detail

newInstance

public XHtmlTagHandler newInstance(XHtmlBuilder builder,
                                   XHtmlTagHandler parent)
Create a new instance of this object

Overrides:
newInstance in class P
Parameters:
builder - the html builder and processor for the document
parent - the parent handler
Returns:
the new handler

breaksFlow

public boolean breaksFlow()
Does this tag break the flow?

Overrides:
breaksFlow in class XHtmlTagHandler
Returns:
true if the flow is broken, otherwsie false