Package | Description |
---|---|
org.apache.xerces.dom | |
org.apache.xerces.impl.xs | |
org.apache.xerces.impl.xs.traversers | |
org.apache.xerces.impl.xs.util |
Modifier and Type | Field and Description |
---|---|
protected SchemaGrammar |
ASModelImpl.fGrammar
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SchemaGrammar |
ASModelImpl.getGrammar()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ASModelImpl.setGrammar(SchemaGrammar grammar)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
static class |
SchemaGrammar.BuiltinSchemaGrammar |
static class |
SchemaGrammar.Schema4Annotations
A partial schema for schemas for validating annotations.
|
Modifier and Type | Field and Description |
---|---|
protected SchemaGrammar[] |
ElementPSVImpl.fGrammars
deferred XSModel
|
Modifier and Type | Method and Description |
---|---|
SchemaGrammar |
XSGrammarBucket.getGrammar(String namespace)
Get the schema grammar for the specified namespace
|
SchemaGrammar[] |
XSGrammarBucket.getGrammars()
get all grammars in the registry
|
static SchemaGrammar |
SchemaGrammar.getS4SGrammar(short schemaVersion) |
Modifier and Type | Method and Description |
---|---|
void |
XSGrammarBucket.putGrammar(SchemaGrammar grammar)
Put a schema grammar into the registry
This method is for internal use only: it assumes that a grammar with
the same target namespace is not already in the bucket.
|
boolean |
XSGrammarBucket.putGrammar(SchemaGrammar grammar,
boolean deep)
put a schema grammar and any grammars imported by it (directly or
inderectly) into the registry.
|
boolean |
XSGrammarBucket.putGrammar(SchemaGrammar grammar,
boolean deep,
boolean ignoreConflict)
put a schema grammar and any grammars imported by it (directly or
inderectly) into the registry.
|
Constructor and Description |
---|
SchemaGrammar(SchemaGrammar grammar) |
XSAnnotationImpl(String contents,
SchemaGrammar grammar) |
XSModelImpl(SchemaGrammar[] grammars)
Construct an XSModelImpl, by storing some grammars and grammars imported
by them to this object.
|
XSModelImpl(SchemaGrammar[] grammars,
short s4sVersion) |
Modifier and Type | Method and Description |
---|---|
protected SchemaGrammar |
XSDHandler.findGrammar(XSDDescription desc,
boolean ignoreConflict)
First try to find a grammar in the bucket, if failed, consult the
grammar pool.
|
SchemaGrammar |
XSDHandler.parseSchema(XMLInputSource is,
XSDDescription desc,
Hashtable locationPairs)
This method initiates the parse of a schema.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
XSDHandler.getGlobalDeclFromGrammar(SchemaGrammar sGrammar,
int declType,
String localpart) |
protected Object |
XSDHandler.getGlobalDeclFromGrammar(SchemaGrammar sGrammar,
int declType,
String localpart,
String schemaLoc) |
protected Object |
XSDHandler.traverseGlobalDecl(int declType,
Element decl,
org.apache.xerces.impl.xs.traversers.XSDocumentInfo schemaDoc,
SchemaGrammar grammar) |
Modifier and Type | Method and Description |
---|---|
SchemaGrammar[] |
XSInputSource.getGrammars() |
Modifier and Type | Method and Description |
---|---|
void |
XSInputSource.setGrammars(SchemaGrammar[] grammars) |
protected XSModel |
XSGrammarPool.toXSModel(SchemaGrammar[] grammars,
short schemaVersion) |
Constructor and Description |
---|
XSInputSource(SchemaGrammar[] grammars) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.