|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.admc.jamama.dtd.impl.runtime.AbstractGrammarInfoImpl
Keeps the information about the grammar as a whole. Implementation of this interface is provided by the generated code.
| Constructor Summary | |
AbstractGrammarInfoImpl()
|
|
| Method Summary | |
abstract UnmarshallingEventHandler |
createUnmarshaller(java.lang.String namespaceUri,
java.lang.String localName,
UnmarshallingContext context)
Creates an unmarshaller that can unmarshal a given element. |
abstract java.lang.Class |
getDefaultImplementation(java.lang.Class javaContentInterface)
Gets the default implementation for the given public content interface. |
Grammar |
getGrammar()
Gets the MSV AGM which can be used to validate XML during marshalling/unmarshalling. |
abstract java.lang.String[] |
getProbePoints()
Return the probe points for this GrammarInfo, which are used to detect {namespaceURI,localName} collisions across the GrammarInfo's on the schemaPath. |
abstract boolean |
recognize(java.lang.String nsUri,
java.lang.String localName)
Returns true if the invocation of the createUnmarshaller method will return a non-null value for the given name pair. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.admc.jamama.dtd.impl.runtime.GrammarInfo |
getRootElement |
| Constructor Detail |
public AbstractGrammarInfoImpl()
| Method Detail |
public abstract UnmarshallingEventHandler createUnmarshaller(java.lang.String namespaceUri,
java.lang.String localName,
UnmarshallingContext context)
createUnmarshaller in interface GrammarInfonamespaceUri - The string needs to be interned by the caller
for a performance reason.localName - The string needs to be interned by the caller
for a performance reason.
public abstract java.lang.String[] getProbePoints()
getProbePoints in interface GrammarInfo
public abstract boolean recognize(java.lang.String nsUri,
java.lang.String localName)
recognize in interface GrammarInfolocalName - The string needs to be interned by the caller
for a performance reason.public abstract java.lang.Class getDefaultImplementation(java.lang.Class javaContentInterface)
getDefaultImplementation in interface GrammarInfojavaContentInterface - the Class object of the public interface.
public Grammar getGrammar()
throws JAXBException
getGrammar in interface GrammarInfoJAXBException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||