|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AttributesImpl in org.apache.cocoon.components.language.markup.xsp |
---|
Methods in org.apache.cocoon.components.language.markup.xsp with parameters of type AttributesImpl | |
---|---|
protected void |
XSPExpressionFilter.addAttribute(AttributesImpl attribs,
String name,
String value)
Add an attribute if it is neither null nor empty (length 0). |
Uses of AttributesImpl in org.apache.cocoon.forms.formmodel |
---|
Methods in org.apache.cocoon.forms.formmodel that return AttributesImpl | |
---|---|
AttributesImpl |
Upload.getXMLElementAttributes()
Adds attributes @required, @mime-types |
AttributesImpl |
Submit.getXMLElementAttributes()
|
AttributesImpl |
Repeater.getXMLElementAttributes()
Adds @size attribute |
AttributesImpl |
ImageMap.getXMLElementAttributes()
Adds the @imageuri attribute to the XML element |
AttributesImpl |
Field.getXMLElementAttributes()
Adds the @required attribute |
AttributesImpl |
EnhancedRepeater.getXMLElementAttributes()
|
protected AttributesImpl |
BooleanField.getXMLElementAttributes()
|
protected AttributesImpl |
AbstractWidget.getXMLElementAttributes()
The XML attributes used in AbstractWidget.generateSaxFragment(ContentHandler, Locale)
to be placed on the wrapping element for all the XML-instance-content of this Widget. |
Uses of AttributesImpl in org.apache.cocoon.portal.transformation |
---|
Methods in org.apache.cocoon.portal.transformation with parameters of type AttributesImpl | |
---|---|
protected void |
CopletTransformer.output(String uri,
String format,
AttributesImpl newAttrs)
Output the link |
Uses of AttributesImpl in org.apache.cocoon.transformation |
---|
Methods in org.apache.cocoon.transformation that return AttributesImpl | |
---|---|
protected AttributesImpl |
AbstractSAXTransformer.getMutableAttributes(Attributes a)
Helper method to get a modifiable attribute set. |
Uses of AttributesImpl in org.apache.cocoon.xml |
---|
Subclasses of AttributesImpl in org.apache.cocoon.xml | |
---|---|
class |
ImmutableAttributesImpl
Immutable attributes |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |