xmltorng.framework.document.relaxng
Interface Value

All Superinterfaces:
NonEmptyPattern, Pattern
All Known Implementing Classes:
ValueImpl

public interface Value
extends NonEmptyPattern

Value pattern.


Field Summary
 
Fields inherited from interface xmltorng.framework.document.relaxng.NonEmptyPattern
PATTERN_ATTRIBUTE, PATTERN_DATA, PATTERN_GROUP, PATTERN_LIST, PATTERN_REF, PATTERN_TEXT, PATTERN_VALUE
 
Method Summary
 java.lang.String getDatatypeLibraryURI()
          Return the datatype library URI.
 java.lang.String getNsURI()
          Return the namespace URI.
 java.lang.String getType()
          Return the value type.
 java.lang.String getValue()
          Return the value.
 
Methods inherited from interface xmltorng.framework.document.relaxng.NonEmptyPattern
canBeRepeated, getPatternType
 
Methods inherited from interface xmltorng.framework.document.relaxng.Pattern
isEmpty
 

Method Detail

getType

java.lang.String getType()
Return the value type. Is a not null NCName.


getDatatypeLibraryURI

java.lang.String getDatatypeLibraryURI()
Return the datatype library URI. Is not null.


getNsURI

java.lang.String getNsURI()
Return the namespace URI. Is not null.


getValue

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