public abstract class GrammarInfo extends Object
Constructor and Description |
---|
GrammarInfo()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract Class |
getDefaultImplementation(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 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 Class |
getRootElement(String namespaceUri,
String localName)
Deprecated.
Gets a generated implementation class for the specified root element.
|
protected abstract Class getRootElement(String namespaceUri, 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 String[] getProbePoints()
public abstract Class getDefaultImplementation(Class javaContentInterface)
javaContentInterface
- the Class object of the public interface.protected com.sun.msv.grammar.Grammar getGrammar() throws JAXBException
JAXBException
Copyright © 2017 Oracle Corporation. All rights reserved.