Uses of Interface
org.kohsuke.rngom.parse.Parseable
Packages that use Parseable
Package
Description
Reads RELAX NG grammar from RNGOM and builds the model for TXW.
Minimal binarized pattern object model (one example of
ast.om
implementation).Another RELAX NG AST implementation that optimizes away
inclusions and some other syntax sugars, while still retaining
all the annotations, location information, and etc.
Implementation of the
asm.builder
package that uses two
other builds simultaneously.-
Uses of Parseable in com.sun.tools.txw2.builder.relaxng
Methods in com.sun.tools.txw2.builder.relaxng with parameters of type ParseableModifier and TypeMethodDescriptionSchemaBuilderImpl.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 -
Uses of Parseable in org.kohsuke.rngom.binary
Methods in org.kohsuke.rngom.binary with parameters of type ParseableModifier and TypeMethodDescriptionSchemaBuilderImpl.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 ParseableModifier and TypeMethodDescriptionDPattern.createParseable()
Creates aParseable
object that reparses this pattern.Methods in org.kohsuke.rngom.digested with parameters of type ParseableModifier and TypeMethodDescriptionDSchemaBuilderImpl.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 -
Uses of Parseable in org.kohsuke.rngom.parse.host
Methods in org.kohsuke.rngom.parse.host with parameters of type ParseableModifier and TypeMethodDescriptionvoid
IncludeHost.endInclude
(Parseable current, String uri, String ns, Location _loc, Annotations _anno) 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