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 and 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 and 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 and 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 and 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 and Description |
---|---|
Leaf |
XmlSchemaBuilder.annotation(com.sun.xml.xsom.XSAnnotation xsAnnotation) |
Leaf |
XmlSchemaBuilder.attGroupDecl(com.sun.xml.xsom.XSAttGroupDecl ag) |
Leaf |
XmlSchemaBuilder.complexType(com.sun.xml.xsom.XSComplexType ct) |
Leaf |
XmlSchemaBuilder.elementDecl(com.sun.xml.xsom.XSElementDecl e) |
Leaf |
XmlSchemaBuilder.empty(com.sun.xml.xsom.XSContentType empty) |
Leaf |
XmlSchemaBuilder.facet(com.sun.xml.xsom.XSFacet xsFacet) |
Leaf |
XmlSchemaBuilder.identityConstraint(com.sun.xml.xsom.XSIdentityConstraint xsIdentityConstraint) |
Leaf |
XmlSchemaBuilder.listSimpleType(com.sun.xml.xsom.XSListSimpleType st) |
Leaf |
XmlSchemaBuilder.modelGroup(com.sun.xml.xsom.XSModelGroup mg) |
Leaf |
XmlSchemaBuilder.modelGroupDecl(com.sun.xml.xsom.XSModelGroupDecl mg) |
Leaf |
XmlSchemaBuilder.notation(com.sun.xml.xsom.XSNotation xsNotation) |
Leaf |
XmlSchemaBuilder.particle(com.sun.xml.xsom.XSParticle particle) |
Leaf |
XmlSchemaBuilder.restrictionSimpleType(com.sun.xml.xsom.XSRestrictionSimpleType rst) |
Leaf |
XmlSchemaBuilder.schema(com.sun.xml.xsom.XSSchema xsSchema) |
Leaf |
XmlSchemaBuilder.simpleType(com.sun.xml.xsom.XSSimpleType simpleType) |
Leaf |
XmlSchemaBuilder.unionSimpleType(com.sun.xml.xsom.XSUnionSimpleType st) |
Leaf |
XmlSchemaBuilder.wildcard(com.sun.xml.xsom.XSWildcard wc) |
Leaf |
XmlSchemaBuilder.xpath(com.sun.xml.xsom.XSXPath xsxPath) |
Modifier and Type | Class and 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 and Description |
---|---|
Leaf |
Node.leaf
Children of this node.
|
Modifier and Type | Method and Description |
---|---|
Leaf |
Leaf.getNext() |
Leaf |
Leaf.getPrev() |
Leaf |
Leaf.merge(Leaf that)
Combines two sets into one set.
|
Modifier and Type | Method and 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 and Description |
---|---|
void |
Node.addChild(Leaf child)
|
Leaf |
Leaf.merge(Leaf that)
Combines two sets into one set.
|
Constructor and 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 © 2019 Oracle Corporation. All rights reserved.