|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.bind.GrammarInfo
public abstract class GrammarInfo
Keeps the information about the grammar as a whole. Implementation of this interface is provided by the generated code.
| Constructor Summary | |
|---|---|
GrammarInfo()
Deprecated. |
|
| Method Summary | |
|---|---|
abstract java.lang.Class |
getDefaultImplementation(java.lang.Class javaContentInterface)
Deprecated. Gets the default implementation for the given public content interface. |
protected com.sun.msv.grammar.Grammar |
getGrammar()
Deprecated. Gets the MSV AGM which can be used to validate XML during marshalling/unmarshalling. |
protected abstract java.lang.String[] |
getProbePoints()
Deprecated. Return the probe points for this GrammarInfo, which are used to detect {namespaceURI,localName} collisions across the GrammarInfo's on the schemaPath. |
protected abstract java.lang.Class |
getRootElement(java.lang.String namespaceUri,
java.lang.String localName)
Deprecated. Gets a generated implementation class for the specified root element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GrammarInfo()
| Method Detail |
|---|
protected abstract java.lang.Class getRootElement(java.lang.String namespaceUri,
java.lang.String localName)
namespaceUri - The string needs to be interned for a performance reason.localName - The string needs to be interned for a performance reason.
protected abstract java.lang.String[] getProbePoints()
public abstract java.lang.Class getDefaultImplementation(java.lang.Class javaContentInterface)
javaContentInterface - the Class object of the public interface.
protected com.sun.msv.grammar.Grammar getGrammar()
throws JAXBException
JAXBException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||