|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
E
- type of additional element.public interface WildCardExtension<E>
This class provides extensibility data structure for additional elements and attributes.
Method Summary | |
---|---|
java.util.Map<javax.xml.namespace.QName,java.lang.Object> |
getAttributes()
Gets a Map of additional attributes. |
java.util.List<E> |
getElements()
Gets list of additional elements. |
java.lang.Class<E> |
getElementType()
Returns the type of additional elements. |
void |
setAttributes(java.util.Map<javax.xml.namespace.QName,java.lang.Object> attributes)
Sets the Map of additional attributes to the give Map . |
void |
setElements(java.util.List<E> elements)
Sets the List of additional elements. |
Method Detail |
---|
java.lang.Class<E> getElementType()
java.util.List<E> getElements()
java.util.Map<javax.xml.namespace.QName,java.lang.Object> getAttributes()
Map
of additional attributes. Keys are the QName
. Values can be String
,
QName
, List
of String
, List
of QName
.
void setElements(java.util.List<E> elements)
List
of additional elements.
the
- List
of additional elements to setvoid setAttributes(java.util.Map<javax.xml.namespace.QName,java.lang.Object> attributes)
Map
of additional attributes to the give Map
. Keys are the QName
. Values
can be String
, QName
, List
of String
, List
of
QName
.
attributes
- additional attributes to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |