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

Packages that use RefPattern
com.thaiopensource.relaxng.impl   
 

Uses of RefPattern in com.thaiopensource.relaxng.impl
 

Fields in com.thaiopensource.relaxng.impl declared as RefPattern
(package private)  RefPattern SchemaBuilderImpl.Override.prp
           
private  RefPattern SchemaBuilderImpl.GrammarImpl.startRef
           
 

Methods in com.thaiopensource.relaxng.impl that return RefPattern
private  RefPattern SchemaBuilderImpl.GrammarImpl.lookup(String name)
           
private  RefPattern SchemaBuilderImpl.GrammarImpl.lookup1(String name)
           
 

Methods in com.thaiopensource.relaxng.impl with parameters of type RefPattern
 Object PatternFunction.caseRef(RefPattern p)
           
 Object AbstractPatternFunction.caseRef(RefPattern p)
           
private  void SchemaBuilderImpl.GrammarImpl.define(RefPattern rp, GrammarSection.Combine combine, ParsedPattern pattern, Location loc)
           
 

Constructors in com.thaiopensource.relaxng.impl with parameters of type RefPattern
SchemaBuilderImpl.Override(RefPattern prp, SchemaBuilderImpl.Override next)