xmltorng.framework.document.relaxng
Interface Param

All Known Implementing Classes:
ParamImpl

public interface Param

Data parameter.


Method Summary
 java.lang.String getName()
          Return the param name.
 java.lang.String getValue()
          Return the param value.
 

Method Detail

getName

java.lang.String getName()
Return the param name. Is a not null NCName.


getValue

java.lang.String getValue()
Return the param value. Is not null.