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.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.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.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.xml
Classes in com.sun.tools.rngom.parse.xml that implement Parseable Modifier and Type Class Description classSAXParseableRELAX NG schema in the XML syntax.
-