com.ebmwebsourcing.easybox.api.with
Interface WithOtherAttributes


public interface WithOtherAttributes


Method Summary
 void addOtherAttribute(javax.xml.namespace.QName qname, java.lang.String value)
           
 void clearOtherAttributes()
           
 java.lang.String getOtherAttribute(javax.xml.namespace.QName qname)
           
 java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
           
 boolean hasOtherAttribute(javax.xml.namespace.QName qname)
           
 void removeOtherAttribute(javax.xml.namespace.QName qname)
           
 

Method Detail

getOtherAttributes

java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()

hasOtherAttribute

boolean hasOtherAttribute(javax.xml.namespace.QName qname)

getOtherAttribute

java.lang.String getOtherAttribute(javax.xml.namespace.QName qname)

addOtherAttribute

void addOtherAttribute(javax.xml.namespace.QName qname,
                       java.lang.String value)

removeOtherAttribute

void removeOtherAttribute(javax.xml.namespace.QName qname)

clearOtherAttributes

void clearOtherAttributes()


Copyright © 2011 Petals Link. All Rights Reserved.