Uses of Interface
org.kohsuke.rngom.parse.Parseable
-
Packages that use Parseable Package Description com.sun.tools.txw2.builder.relaxng Reads RELAX NG grammar from RNGOM and builds the model for TXW.org.kohsuke.rngom.ast.builder org.kohsuke.rngom.binary Minimal binarized pattern object model (one example ofast.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 theasm.builder
package that uses two other builds simultaneously.org.kohsuke.rngom.parse.xml -
-
Uses of Parseable in com.sun.tools.txw2.builder.relaxng
Methods in com.sun.tools.txw2.builder.relaxng with parameters of type Parseable Modifier and Type Method Description Leaf
SchemaBuilderImpl. makeExternalRef(Parseable current, String uri, String ns, Scope<Leaf,ParsedElementAnnotation,LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl> scope, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)
-
Uses of Parseable in org.kohsuke.rngom.ast.builder
Methods in org.kohsuke.rngom.ast.builder with parameters of type Parseable Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description Parseable
DPattern. createParseable()
Creates aParseable
object that reparses this pattern.Methods in org.kohsuke.rngom.digested with parameters of type Parseable Modifier and Type Method Description 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 Modifier and Type Class Description 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 Modifier and Type Method Description 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 Modifier and Type Class Description class
SAXParseable
RELAX NG schema in the XML syntax.
-