Uses of Class
com.thaiopensource.relaxng.impl.NotAllowedPattern

Packages that use NotAllowedPattern
com.thaiopensource.relaxng.impl   
 

Uses of NotAllowedPattern in com.thaiopensource.relaxng.impl
 

Subclasses of NotAllowedPattern in com.thaiopensource.relaxng.impl
(package private)  class UnexpandedNotAllowedPattern
           
 

Fields in com.thaiopensource.relaxng.impl declared as NotAllowedPattern
protected  NotAllowedPattern PatternBuilder.notAllowed
           
 

Methods in com.thaiopensource.relaxng.impl with parameters of type NotAllowedPattern
 Object PatternFunction.caseNotAllowed(NotAllowedPattern p)
           
 Object ApplyAfterFunction.caseNotAllowed(NotAllowedPattern p)
           
 Object AbstractPatternFunction.caseNotAllowed(NotAllowedPattern p)