Package | Description |
---|---|
com.sun.tools.txw2.builder.relaxng |
Reads RELAX NG grammar from RNGOM and builds the model for TXW.
|
com.sun.tools.txw2.builder.xsd |
Reads XML Schema grammar from XSOM and builds the model for TXW.
|
com.sun.tools.txw2.model |
Modifier and Type | Method | Description |
---|---|---|
Leaf |
SchemaBuilderImpl.annotate(Leaf leaf,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
|
Leaf |
SchemaBuilderImpl.annotateAfter(Leaf leaf,
ParsedElementAnnotation parsedElementAnnotation) |
|
Leaf |
SchemaBuilderImpl.commentAfter(Leaf leaf,
CommentListImpl commentList) |
|
Leaf |
SchemaBuilderImpl.expandPattern(Leaf leaf) |
|
Leaf |
SchemaBuilderImpl.makeAttribute(NameClass nameClass,
Leaf leaf,
LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
|
Leaf |
SchemaBuilderImpl.makeChoice(List<Leaf> leaves,
LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
|
Leaf |
SchemaBuilderImpl.makeElement(NameClass nameClass,
Leaf leaf,
LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
|
Leaf |
SchemaBuilderImpl.makeEmpty(LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
|
Leaf |
SchemaBuilderImpl.makeErrorPattern() |
|
Leaf |
SchemaBuilderImpl.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) |
|
Leaf |
SchemaBuilderImpl.makeGroup(List<Leaf> leaves,
LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
|
Leaf |
SchemaBuilderImpl.makeInterleave(List<Leaf> leaves,
LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
|
Leaf |
SchemaBuilderImpl.makeList(Leaf leaf,
LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
|
Leaf |
SchemaBuilderImpl.makeMixed(Leaf leaf,
LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
|
Leaf |
SchemaBuilderImpl.makeNotAllowed(LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
|
Leaf |
SchemaBuilderImpl.makeOneOrMore(Leaf leaf,
LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
|
Leaf |
SchemaBuilderImpl.makeOptional(Leaf leaf,
LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
|
Leaf |
SchemaBuilderImpl.makeText(LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
|
Leaf |
SchemaBuilderImpl.makeValue(String datatypeLibrary,
String type,
String value,
Context c,
String ns,
LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
|
Leaf |
SchemaBuilderImpl.makeZeroOrMore(Leaf leaf,
LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
Modifier and Type | Method | Description |
---|---|---|
ElementAnnotationBuilder<Leaf,ParsedElementAnnotation,LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl> |
SchemaBuilderImpl.makeElementAnnotationBuilder(String ns,
String localName,
String prefix,
LocatorImpl locator,
CommentListImpl commentList,
Context context) |
|
Grammar<Leaf,ParsedElementAnnotation,LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl> |
SchemaBuilderImpl.makeGrammar(Scope<Leaf,ParsedElementAnnotation,LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl> scope) |
Modifier and Type | Method | Description |
---|---|---|
Leaf |
SchemaBuilderImpl.annotate(Leaf leaf,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
|
Leaf |
SchemaBuilderImpl.annotateAfter(Leaf leaf,
ParsedElementAnnotation parsedElementAnnotation) |
|
Leaf |
SchemaBuilderImpl.commentAfter(Leaf leaf,
CommentListImpl commentList) |
|
Leaf |
SchemaBuilderImpl.expandPattern(Leaf leaf) |
|
Leaf |
SchemaBuilderImpl.makeAttribute(NameClass nameClass,
Leaf leaf,
LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
|
Leaf |
SchemaBuilderImpl.makeElement(NameClass nameClass,
Leaf leaf,
LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
|
Leaf |
SchemaBuilderImpl.makeList(Leaf leaf,
LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
|
Leaf |
SchemaBuilderImpl.makeMixed(Leaf leaf,
LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
|
Leaf |
SchemaBuilderImpl.makeOneOrMore(Leaf leaf,
LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
|
Leaf |
SchemaBuilderImpl.makeOptional(Leaf leaf,
LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
|
Leaf |
SchemaBuilderImpl.makeZeroOrMore(Leaf leaf,
LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
Modifier and Type | Method | Description |
---|---|---|
Leaf |
SchemaBuilderImpl.makeChoice(List<Leaf> leaves,
LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
|
Leaf |
SchemaBuilderImpl.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) |
|
Grammar<Leaf,ParsedElementAnnotation,LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl> |
SchemaBuilderImpl.makeGrammar(Scope<Leaf,ParsedElementAnnotation,LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl> scope) |
|
Leaf |
SchemaBuilderImpl.makeGroup(List<Leaf> leaves,
LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
|
Leaf |
SchemaBuilderImpl.makeInterleave(List<Leaf> leaves,
LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
Modifier and Type | Method | Description |
---|---|---|
Leaf |
XmlSchemaBuilder.annotation(XSAnnotation xsAnnotation) |
|
Leaf |
XmlSchemaBuilder.attGroupDecl(XSAttGroupDecl ag) |
|
Leaf |
XmlSchemaBuilder.complexType(XSComplexType ct) |
|
Leaf |
XmlSchemaBuilder.elementDecl(XSElementDecl e) |
|
Leaf |
XmlSchemaBuilder.empty(XSContentType empty) |
|
Leaf |
XmlSchemaBuilder.facet(XSFacet xsFacet) |
|
Leaf |
XmlSchemaBuilder.identityConstraint(XSIdentityConstraint xsIdentityConstraint) |
|
Leaf |
XmlSchemaBuilder.listSimpleType(XSListSimpleType st) |
|
Leaf |
XmlSchemaBuilder.modelGroup(XSModelGroup mg) |
|
Leaf |
XmlSchemaBuilder.modelGroupDecl(XSModelGroupDecl mg) |
|
Leaf |
XmlSchemaBuilder.notation(XSNotation xsNotation) |
|
Leaf |
XmlSchemaBuilder.particle(XSParticle particle) |
|
Leaf |
XmlSchemaBuilder.restrictionSimpleType(XSRestrictionSimpleType rst) |
|
Leaf |
XmlSchemaBuilder.schema(XSSchema xsSchema) |
|
Leaf |
XmlSchemaBuilder.simpleType(XSSimpleType simpleType) |
|
Leaf |
XmlSchemaBuilder.unionSimpleType(XSUnionSimpleType st) |
|
Leaf |
XmlSchemaBuilder.wildcard(XSWildcard wc) |
|
Leaf |
XmlSchemaBuilder.xpath(XSXPath xsxPath) |
Modifier and Type | Class | Description |
---|---|---|
class |
Attribute |
Attribute declaration.
|
class |
Data |
|
class |
Define |
A named pattern.
|
class |
Element |
Element declaration.
|
class |
Empty |
|
class |
Grammar |
Represents a RELAX NG grammar.
|
class |
List |
|
class |
Node |
|
class |
Ref |
A reference to a named pattern.
|
class |
Value |
A constant value.
|
class |
WriterNode |
The
Node that maps to the program element. |
class |
XmlNode |
Modifier and Type | Field | Description |
---|---|---|
Leaf |
Node.leaf |
Children of this node.
|
Modifier and Type | Method | Description |
---|---|---|
Leaf |
Leaf.getNext() |
|
Leaf |
Leaf.getPrev() |
|
Leaf |
Leaf.merge(Leaf that) |
Combines two sets into one set.
|
Modifier and Type | Method | Description |
---|---|---|
protected Set<Leaf> |
XmlNode.collectChildren() |
Expand all refs and collect all children.
|
Iterator<Leaf> |
Node.iterator() |
Iterates all the children.
|
Iterable<Leaf> |
Leaf.siblings() |
Returns the collection of all the siblings
(including itself)
|
Modifier and Type | Method | Description |
---|---|---|
void |
Node.addChild(Leaf child) |
|
Leaf |
Leaf.merge(Leaf that) |
Combines two sets into one set.
|
Constructor | Description |
---|---|
Attribute(Locator location,
QName name,
Leaf leaf) |
|
Element(Locator location,
QName name,
Leaf leaf) |
|
List(Locator location,
Leaf leaf) |
|
Node(Locator location,
Leaf leaf) |
|
NodeSet(TxwOptions opts,
Leaf entry) |
|
WriterNode(Locator location,
Leaf leaf) |
|
XmlNode(Locator location,
QName name,
Leaf leaf) |
Copyright © 2018 Oracle Corporation. All rights reserved.