|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Parseable | |
---|---|
org.kohsuke.rngom.ast.builder | |
org.kohsuke.rngom.binary | Minimal binarized pattern object model (one example of ast.om implementation). |
org.kohsuke.rngom.digested | Another RELAX NG AST implementation that optimizes away inclusions and some other syntax sugars, while still retaining all the annotations, location information, and etc. |
org.kohsuke.rngom.parse.compact | |
org.kohsuke.rngom.parse.host | Implementation of the asm.builder package that uses two other builds simultaneously. |
org.kohsuke.rngom.parse.xml |
Uses of Parseable in org.kohsuke.rngom.ast.builder |
---|
Methods in org.kohsuke.rngom.ast.builder with parameters of type Parseable | |
---|---|
void |
Include.endInclude(Parseable current,
String uri,
String ns,
L loc,
A anno)
|
P |
SchemaBuilder.makeExternalRef(Parseable current,
String uri,
String ns,
Scope<P,E,L,A,CL> scope,
L loc,
A anno)
|
Uses of Parseable in org.kohsuke.rngom.binary |
---|
Methods in org.kohsuke.rngom.binary with parameters of type Parseable | |
---|---|
ParsedPattern |
SchemaBuilderImpl.makeExternalRef(Parseable current,
String uri,
String ns,
Scope scope,
Location loc,
Annotations anno)
|
Uses of Parseable in org.kohsuke.rngom.digested |
---|
Methods in org.kohsuke.rngom.digested that return Parseable | |
---|---|
Parseable |
DPattern.createParseable()
Creates a Parseable object that reparses this pattern. |
Methods in org.kohsuke.rngom.digested with parameters of type Parseable | |
---|---|
DPattern |
DSchemaBuilderImpl.makeExternalRef(Parseable current,
String uri,
String ns,
Scope<DPattern,org.kohsuke.rngom.digested.ElementWrapper,LocatorImpl,org.kohsuke.rngom.digested.Annotation,org.kohsuke.rngom.digested.CommentListImpl> scope,
LocatorImpl loc,
org.kohsuke.rngom.digested.Annotation anno)
|
Uses of Parseable in org.kohsuke.rngom.parse.compact |
---|
Classes in org.kohsuke.rngom.parse.compact that implement Parseable | |
---|---|
class |
CompactParseable
RELAX NG schema in the compact syntax. |
Uses of Parseable in org.kohsuke.rngom.parse.host |
---|
Methods in org.kohsuke.rngom.parse.host with parameters of type Parseable | |
---|---|
void |
IncludeHost.endInclude(Parseable current,
String uri,
String ns,
Location _loc,
Annotations _anno)
|
ParsedPattern |
SchemaBuilderHost.makeExternalRef(Parseable current,
String uri,
String ns,
Scope _scope,
Location _loc,
Annotations _anno)
|
Uses of Parseable in org.kohsuke.rngom.parse.xml |
---|
Classes in org.kohsuke.rngom.parse.xml that implement Parseable | |
---|---|
class |
SAXParseable
RELAX NG schema in the XML syntax. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |