class NullBuilder extends AbstractBuilder
m_context
Constructor and Description |
---|
NullBuilder(BuilderContext ctx,
java.util.Set tagnames)
create a NullBuilder that applies to all given tagnames
|
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)
return a NullBuilder according to the list of tagnames to ignore.
|
void |
start(java.lang.String rawName,
org.xml.sax.Attributes atts)
called by Converter at the start of an element
|
attributeIsSet, attributeIsSet, characters, getAttribute, getAttribute, getValue, getValue, hasAttributeValue, hasAttributeValue, ignoreChildren, postEnd, preStart, useForChildren
NullBuilder(BuilderContext ctx, java.util.Set tagnames)
tagnames
- Set of String. If null, this builder applies to all tagnames.public void start(java.lang.String rawName, org.xml.sax.Attributes atts)
public void end()
public IBuilder getBuilder(BuilderContext ctx, java.lang.String rawName, org.xml.sax.Attributes atts)