public interface GrammarInfo
Modifier and Type | Method and Description |
---|---|
ValidatableObject |
castToValidatableObject(Object o) |
XMLSerializable |
castToXMLSerializable(Object o) |
UnmarshallingEventHandler |
createUnmarshaller(String namespaceUri,
String localName,
UnmarshallingContext context)
Creates an unmarshaller that can unmarshal a given element.
|
Class |
getDefaultImplementation(Class javaContentInterface)
Gets the default implementation for the given public content
interface.
|
com.sun.msv.grammar.Grammar |
getGrammar()
Gets the MSV AGM which can be used to validate XML during
marshalling/unmarshalling.
|
String[] |
getProbePoints()
Return the probe points for this GrammarInfo, which are used to detect
{namespaceURI,localName} collisions across the GrammarInfo's on the
schemaPath.
|
Class |
getRootElement(String namespaceUri,
String localName)
Creates an instance for the root element.
|
boolean |
recognize(String nsUri,
String localName)
Returns true if the invocation of the createUnmarshaller method
will return a non-null value for the given name pair.
|
UnmarshallingEventHandler createUnmarshaller(String namespaceUri, String localName, UnmarshallingContext context)
namespaceUri
- 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.Class getRootElement(String namespaceUri, String localName)
String[] getProbePoints()
boolean recognize(String nsUri, String localName)
nsUri
- 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.Class getDefaultImplementation(Class javaContentInterface)
javaContentInterface
- the Class object of the public interface.com.sun.msv.grammar.Grammar getGrammar() throws JAXBException
JAXBException
XMLSerializable castToXMLSerializable(Object o)
ValidatableObject castToValidatableObject(Object o)
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.