Uses of Interface
com.sun.tools.rngom.parse.Parseable
Packages that use Parseable
Package
Description
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.rngom.ast.builder
Methods in com.sun.tools.rngom.ast.builder with parameters of type Parseable -
Uses of Parseable in com.sun.tools.rngom.binary
Methods in com.sun.tools.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 com.sun.tools.rngom.digested
Methods in com.sun.tools.rngom.digested that return ParseableModifier and TypeMethodDescriptionDPattern.createParseable()Creates aParseableobject that reparses this pattern.Methods in com.sun.tools.rngom.digested with parameters of type ParseableModifier and TypeMethodDescriptionDSchemaBuilderImpl.makeExternalRef(Parseable current, String uri, String ns, Scope<DPattern, com.sun.tools.rngom.digested.ElementWrapper, LocatorImpl, com.sun.tools.rngom.digested.Annotation, com.sun.tools.rngom.digested.CommentListImpl> scope, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno) -
Uses of Parseable in com.sun.tools.rngom.parse.compact
Classes in com.sun.tools.rngom.parse.compact that implement Parseable -
Uses of Parseable in com.sun.tools.rngom.parse.host
Methods in com.sun.tools.rngom.parse.host with parameters of type ParseableModifier and TypeMethodDescriptionvoidIncludeHost.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 com.sun.tools.rngom.parse.xml
Classes in com.sun.tools.rngom.parse.xml that implement Parseable