This project has retired. For details please refer to its
Attic page .
MutableAttributes (Apache Portals Applications Web Content 2 Application 2.0-SNAPSHOT API)
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Method Summary
Methods
Modifier and Type
Method and Description
void
addAttribute (String name,
Object value)
Creates a new attribute set similar to this one except that it contains
an attribute with the given name and value.
Methods inherited from interface org.xml.sax.Attributes
getIndex , getIndex , getLength , getLocalName , getQName , getType , getType , getType , getURI , getValue , getValue , getValue
Method Detail
addAttribute
void addAttribute(String name,
Object value)
Creates a new attribute set similar to this one except that it contains
an attribute with the given name and value. The object must be
immutable, or not mutated by any client.
Parameters: name - the namevalue - the value
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2008–2015 The Apache Software Foundation . All rights reserved.