public class StyleSheetBuilder extends AbstractBuilder
m_context| Constructor and Description |
|---|
StyleSheetBuilder(BuilderContext ctx)
Constructor.
|
StyleSheetBuilder(BuilderContext ctx,
boolean isStyle)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
attributeIsSet, attributeIsSet, characters, getAttribute, getAttribute, getValue, getValue, hasAttributeValue, hasAttributeValue, ignoreChildren, postEnd, preStart, useForChildrenpublic StyleSheetBuilder(BuilderContext ctx)
public StyleSheetBuilder(BuilderContext ctx, boolean isStyle)
public void start(java.lang.String rawName,
org.xml.sax.Attributes attrs)
throws java.io.IOException
java.io.IOExceptionpublic void end()
throws java.io.IOException
java.io.IOExceptionpublic IBuilder getBuilder(BuilderContext ctx, java.lang.String rawName, org.xml.sax.Attributes atts)