Package | Description |
---|---|
org.apache.xerces.impl.dtd | |
org.apache.xerces.impl.xs | |
org.apache.xerces.parsers | |
org.apache.xerces.util | |
org.apache.xerces.xni.grammars |
Modifier and Type | Class and Description |
---|---|
class |
XMLDTDDescription
All information specific to DTD grammars.
|
Modifier and Type | Method and Description |
---|---|
XMLGrammarDescription |
DTDGrammar.getGrammarDescription() |
Modifier and Type | Method and Description |
---|---|
DTDGrammar |
DTDGrammarBucket.getGrammar(XMLGrammarDescription desc) |
Modifier and Type | Class and Description |
---|---|
class |
XSDDescription
All information specific to XML Schema grammars.
|
Modifier and Type | Method and Description |
---|---|
XMLGrammarDescription |
SchemaGrammar.getGrammarDescription() |
XMLGrammarDescription |
SchemaGrammar.BuiltinSchemaGrammar.getGrammarDescription() |
XMLGrammarDescription |
SchemaGrammar.Schema4Annotations.getGrammarDescription() |
Modifier and Type | Method and Description |
---|---|
boolean |
CachingParserPool.ShadowedGrammarPool.containsGrammar(XMLGrammarDescription desc)
Returns true if the grammar pool contains a grammar associated
to the specified description.
|
Grammar |
CachingParserPool.ShadowedGrammarPool.getGrammar(XMLGrammarDescription desc)
Returns the grammar associated to the specified description.
|
Grammar |
CachingParserPool.SynchronizedGrammarPool.retrieveGrammar(XMLGrammarDescription gDesc) |
Grammar |
CachingParserPool.ShadowedGrammarPool.retrieveGrammar(XMLGrammarDescription gDesc)
Retrieve a particular grammar.
|
Modifier and Type | Field and Description |
---|---|
XMLGrammarDescription |
XMLGrammarPoolImpl.Entry.desc |
Modifier and Type | Method and Description |
---|---|
boolean |
XMLGrammarPoolImpl.containsGrammar(XMLGrammarDescription desc)
Returns true if the grammar pool contains a grammar associated
to the specified grammar description.
|
boolean |
XMLGrammarPoolImpl.equals(XMLGrammarDescription desc1,
XMLGrammarDescription desc2)
This method checks whether two grammars are the same.
|
Grammar |
XMLGrammarPoolImpl.getGrammar(XMLGrammarDescription desc)
Returns the grammar associated to the specified grammar description.
|
int |
XMLGrammarPoolImpl.hashCode(XMLGrammarDescription desc)
Returns the hash code value for the given grammar description.
|
Grammar |
XMLGrammarPoolImpl.removeGrammar(XMLGrammarDescription desc)
Removes the grammar associated to the specified grammar description from the
grammar pool and returns the removed grammar.
|
Grammar |
XMLGrammarPoolImpl.retrieveGrammar(XMLGrammarDescription desc) |
Constructor and Description |
---|
XMLGrammarPoolImpl.Entry(int hash,
XMLGrammarDescription desc,
Grammar grammar,
XMLGrammarPoolImpl.Entry next) |
Modifier and Type | Interface and Description |
---|---|
interface |
XMLDTDDescription
All information specific to DTD grammars.
|
interface |
XMLSchemaDescription
All information specific to XML Schema grammars.
|
Modifier and Type | Method and Description |
---|---|
XMLGrammarDescription |
Grammar.getGrammarDescription()
get the
XMLGrammarDescription associated with this
object |
Modifier and Type | Method and Description |
---|---|
Grammar |
XMLGrammarPool.retrieveGrammar(XMLGrammarDescription desc)
This method requests that the application retrieve a grammar
corresponding to the given GrammarIdentifier from its cache.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.