Package | Description |
---|---|
com.sun.tools.rngom.ast.builder | |
com.sun.tools.rngom.binary |
Minimal binarized pattern object model (one example of
ast.om implementation). |
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 the
asm.builder package that uses two
other builds simultaneously. |
com.sun.tools.rngom.parse.xml |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
ParsedPattern |
SchemaBuilderImpl.makeExternalRef(Parseable current,
String uri,
String ns,
Scope scope,
Location loc,
Annotations anno) |
Modifier and Type | Method and Description |
---|---|
Parseable |
DPattern.createParseable()
Creates a
Parseable object that reparses this pattern. |
Modifier and Type | Method and Description |
---|---|
DPattern |
DSchemaBuilderImpl.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) |
Modifier and Type | Class and Description |
---|---|
class |
CompactParseable
RELAX NG schema in the compact syntax.
|
Modifier and Type | Method and 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) |
Modifier and Type | Class and Description |
---|---|
class |
SAXParseable
RELAX NG schema in the XML syntax.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.