xmltorng.framework.document.relaxng
Interface Attribute

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

public interface Attribute
extends NonEmptyPattern

Attribute 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
 NameClass getNameClass()
          Return the nameClass.
 Pattern getPattern()
          Return the pattern.
 
Methods inherited from interface xmltorng.framework.document.relaxng.NonEmptyPattern
canBeRepeated, getPatternType
 
Methods inherited from interface xmltorng.framework.document.relaxng.Pattern
isEmpty
 

Method Detail

getNameClass

NameClass getNameClass()
Return the nameClass. Is not null.


getPattern

Pattern getPattern()
Return the pattern. is not null.