|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfor.jfor.converter.AbstractBuilder
org.jfor.jfor.converter.StyleSheetBuilder
an IBuilder that handles jfor:stylesheet
Field Summary |
Fields inherited from class org.jfor.jfor.converter.AbstractBuilder |
m_context |
Constructor Summary | |
StyleSheetBuilder(BuilderContext ctx)
Constructor. |
|
StyleSheetBuilder(BuilderContext ctx,
boolean isStyle)
Constructor. |
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 jfor:stylesheet 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 |
Constructor Detail |
public StyleSheetBuilder(BuilderContext ctx)
public StyleSheetBuilder(BuilderContext ctx, boolean isStyle)
Method Detail |
public void start(java.lang.String rawName, org.xml.sax.Attributes attrs) throws java.io.IOException
java.io.IOException
public void end() throws java.io.IOException
java.io.IOException
public IBuilder getBuilder(BuilderContext ctx, java.lang.String rawName, org.xml.sax.Attributes atts)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |