Package | Description |
---|---|
org.apache.xerces.impl.xs |
Modifier and Type | Method and Description |
---|---|
XSGroupDecl |
SchemaGrammar.getGlobalGroupDecl(String declName)
get one global group
|
XSGroupDecl |
SchemaGrammar.getGlobalGroupDecl(String declName,
String location) |
Modifier and Type | Method and Description |
---|---|
void |
SchemaGrammar.addGlobalGroupDecl(XSGroupDecl decl)
register one global group
|
void |
SchemaGrammar.BuiltinSchemaGrammar.addGlobalGroupDecl(XSGroupDecl decl) |
void |
SchemaGrammar.Schema4Annotations.addGlobalGroupDecl(XSGroupDecl decl) |
void |
SchemaGrammar.addGlobalGroupDecl(XSGroupDecl decl,
String location) |
void |
SchemaGrammar.BuiltinSchemaGrammar.addGlobalGroupDecl(XSGroupDecl decl,
String location) |
void |
SchemaGrammar.Schema4Annotations.addGlobalGroupDecl(XSGroupDecl decl,
String location) |
void |
SchemaGrammar.addRedefinedGroupDecl(XSGroupDecl derived,
XSGroupDecl base,
SimpleLocator locator)
add a group redefined by restriction: for later constraint checking
|
void |
SchemaGrammar.BuiltinSchemaGrammar.addRedefinedGroupDecl(XSGroupDecl derived,
XSGroupDecl base,
SimpleLocator locator) |
void |
SchemaGrammar.Schema4Annotations.addRedefinedGroupDecl(XSGroupDecl derived,
XSGroupDecl base,
SimpleLocator locator) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.