Uses of Interface
com.sun.tools.rngom.parse.Parseable
-
Packages that use Parseable Package Description com.sun.tools.rngom.ast.builder com.sun.tools.rngom.binary Minimal binarized pattern object model (one example ofast.omimplementation).com.sun.tools.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.com.sun.tools.rngom.parse.compact com.sun.tools.rngom.parse.host Implementation of theasm.builderpackage that uses two other builds simultaneously.com.sun.tools.rngom.parse.xml -
-
Uses of Parseable in com.sun.tools.rngom.ast.builder
Methods in com.sun.tools.rngom.ast.builder with parameters of type Parseable Modifier and Type Method Description voidInclude. endInclude(Parseable current, String uri, String ns, L loc, A anno)PSchemaBuilder. makeExternalRef(Parseable current, String uri, String ns, Scope<P,E,L,A,CL> scope, L loc, A anno) -
Uses of Parseable in com.sun.tools.rngom.binary
Methods in com.sun.tools.rngom.binary with parameters of type Parseable Modifier and Type Method Description ParsedPatternSchemaBuilderImpl. 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 Parseable Modifier and Type Method Description ParseableDPattern. createParseable()Creates aParseableobject that reparses this pattern.Methods in com.sun.tools.rngom.digested with parameters of type Parseable Modifier and Type Method Description DPatternDSchemaBuilderImpl. 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 Modifier and Type Class Description classCompactParseableRELAX NG schema in the compact syntax. -
Uses of Parseable in com.sun.tools.rngom.parse.host
Methods in com.sun.tools.rngom.parse.host with parameters of type Parseable Modifier and Type Method Description voidIncludeHost. endInclude(Parseable current, String uri, String ns, Location _loc, Annotations _anno)ParsedPatternSchemaBuilderHost. 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 Modifier and Type Class Description classSAXParseableRELAX NG schema in the XML syntax.
-