public interface AttributeContainer
Modifier and Type | Method and Description |
---|---|
int |
addDefaultAttribute(String localName,
String uri,
String prefix,
String value)
Method that can be used to add a new attribute value for an attribute
that was not yet contained by the container, as part of using attribute
default value mechanism.
|
int |
getAttributeCount() |
int getAttributeCount()
int addDefaultAttribute(String localName, String uri, String prefix, String value)
Note: caller has to ensure that the addition would not introduce a duplicate; attribute container implementation is not required to do any validation on attribute name (local name, prefix, uri) or value.
Copyright © 2015 fasterxml.com. All Rights Reserved.