xmltorng.document.relaxng.impl
Class TextImpl

java.lang.Object
  extended by xmltorng.document.relaxng.impl.NonEmptyPatternImpl
      extended by xmltorng.document.relaxng.impl.TextImpl
All Implemented Interfaces:
NonEmptyPattern, Pattern, Text

public class TextImpl
extends NonEmptyPatternImpl
implements Text


Field Summary
static Text TEXT_PATTERN
           
 
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
 int getPatternType()
          Return the pattern type.
 void setBeRepeated(boolean canBeRepeated)
           
 
Methods inherited from class xmltorng.document.relaxng.impl.NonEmptyPatternImpl
canBeRepeated, isEmpty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface xmltorng.framework.document.relaxng.NonEmptyPattern
canBeRepeated
 
Methods inherited from interface xmltorng.framework.document.relaxng.Pattern
isEmpty
 

Field Detail

TEXT_PATTERN

public static final Text TEXT_PATTERN
Method Detail

setBeRepeated

public void setBeRepeated(boolean canBeRepeated)
Overrides:
setBeRepeated in class NonEmptyPatternImpl

getPatternType

public int getPatternType()
Description copied from interface: NonEmptyPattern
Return the pattern type. Is one of the PATTERN_* constants.

Specified by:
getPatternType in interface NonEmptyPattern