Package | Description |
---|---|
com.sun.msv.generator | |
com.sun.msv.grammar |
abstract grammar model(AGM): common part.
|
com.sun.msv.grammar.util |
Miscellaneous utility classes.
|
com.sun.msv.grammar.xmlschema |
W3C XML Schema grammar model.
|
com.sun.msv.reader |
reads XML representation of grammar and creates AGM.
|
com.sun.msv.reader.relax.core.checker |
Non-essential schema conformance checks.
|
com.sun.msv.reader.trex |
shared code between RELAX NG reader and TREX reader.
|
com.sun.msv.reader.trex.ng.comp |
parses RELAX NG with DTD compatibility annotation into AGM.
|
com.sun.msv.relaxns.verifier |
"divide&validate" framework implementation.
|
com.sun.msv.verifier.psvi |
Type-assignment engine
that can be used by application programs.
|
com.sun.msv.verifier.regexp |
VGM implementation by using regular expression derivation algorithm.
|
com.sun.msv.verifier.regexp.xmlschema |
RegExp VGM implementation that supports special semantics of XML Schema
|
com.sun.msv.writer.relaxng |
AGM to RELAX NG converter
|
Modifier and Type | Method and Description |
---|---|
Expression |
SchemaLocationRemover.onAttribute(AttributeExp exp) |
Expression |
NoneTypeRemover.onAttribute(AttributeExp exp) |
void |
Generator.onAttribute(AttributeExp exp) |
void |
ElementDeclCollector.onAttribute(AttributeExp exp) |
Modifier and Type | Method and Description |
---|---|
Object |
ExpressionVisitor.onAttribute(AttributeExp exp) |
Expression |
ExpressionVisitorExpression.onAttribute(AttributeExp exp) |
void |
ExpressionVisitorVoid.onAttribute(AttributeExp exp) |
boolean |
ExpressionVisitorBoolean.onAttribute(AttributeExp exp) |
Modifier and Type | Method and Description |
---|---|
boolean |
ExpressionFinder.onAttribute(AttributeExp exp) |
Object |
ExpressionPrinter.onAttribute(AttributeExp exp) |
void |
ExpressionWalker.onAttribute(AttributeExp exp) |
Expression |
RefExpRemover.onAttribute(AttributeExp exp) |
Modifier and Type | Field and Description |
---|---|
AttributeExp |
AttributeDeclExp.self
actual definition.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeDeclExp.set(AttributeExp exp) |
Modifier and Type | Method and Description |
---|---|
void |
RunAwayExpressionChecker.onAttribute(AttributeExp exp) |
Modifier and Type | Method and Description |
---|---|
boolean |
ExportedHedgeRuleChecker.onAttribute(AttributeExp exp) |
void |
IdAbuseChecker.onAttribute(AttributeExp exp) |
void |
DblAttrConstraintChecker.onAttribute(AttributeExp exp) |
Modifier and Type | Method and Description |
---|---|
Object |
TREXSequencedStringChecker.onAttribute(AttributeExp exp) |
Modifier and Type | Method and Description |
---|---|
protected void |
RELAXNGCompReader.addDefaultValue(AttributeExp exp,
String value)
note that the specified expression is marked with the default value.
|
Modifier and Type | Method and Description |
---|---|
Expression |
IslandSchemaImpl.Binder.onAttribute(AttributeExp exp) |
Modifier and Type | Method and Description |
---|---|
void |
TypedContentHandler.endAttribute(String namespaceURI,
String localName,
String qName,
AttributeExp type)
receives notification of the end of an attribute.
|
Modifier and Type | Field and Description |
---|---|
AttributeExp |
AttributeToken.matchedExp
holds a reference to the assigned type.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AttributeToken.match(AttributeExp exp) |
boolean |
Token.match(AttributeExp p) |
Object |
StringCareLevelCalculator.onAttribute(AttributeExp exp) |
void |
CombinedChildContentExpCreator.onAttribute(AttributeExp exp) |
Object |
ElementsOfConcernCollector.onAttribute(AttributeExp exp) |
Expression |
AttributeFeeder.onAttribute(AttributeExp exp) |
Expression |
AttributePicker.onAttribute(AttributeExp exp) |
Expression |
ResidualCalculator.onAttribute(AttributeExp exp) |
Expression |
AttributePruner.onAttribute(AttributeExp exp) |
Expression |
AttributeRemover.onAttribute(AttributeExp exp) |
Modifier and Type | Field and Description |
---|---|
protected AttributeExp |
XSREDocDecl.xsiAttExp
AttributeExp that matches to "xsi:***" attributes.
|
Modifier and Type | Method and Description |
---|---|
void |
PatternWriter.onAttribute(AttributeExp exp) |
Copyright © 2016 Oracle Corporation. All rights reserved.