Searched refs:grammar (Results 1 - 25 of 2345) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-schema/openam-diagnostics-schema/src/main/java/com/sun/identity/diagnostic/base/core/jaxbgen/impl/runtime/
H A DDefaultJAXBContextImpl.java23 * also creates the GrammarInfoFacade that unifies all of the grammar
31 * This object keeps information about the grammar.
69 * Once we load a grammar, we will cache the value here.
71 private com.sun.msv.grammar.Grammar grammar = null; field in class:DefaultJAXBContextImpl
74 * Loads a grammar object for the unmarshal-time validation.
80 public synchronized com.sun.msv.grammar.Grammar getGrammar() throws JAXBException {
81 if( grammar==null )
82 grammar = gi.getGrammar();
83 return grammar;
[all...]
H A DGrammarInfoFacade.java51 // the element was not located in any of the grammar infos...
64 // the element was not located in any of the grammar infos...
216 private com.sun.msv.grammar.Grammar bgm = null;
218 public com.sun.msv.grammar.Grammar getGrammar() throws JAXBException {
220 com.sun.msv.grammar.Grammar[] grammars = new com.sun.msv.grammar.Grammar[grammarInfos.length];
233 com.sun.msv.grammar.Grammar n = grammars[i];
245 private com.sun.msv.grammar.Grammar union( com.sun.msv.grammar.Grammar g1, com.sun.msv.grammar
[all...]
H A DGrammarInfo.java13 * Keeps the information about the grammar as a whole.
83 com.sun.msv.grammar.Grammar getGrammar() throws JAXBException;
H A DValidatingUnmarshaller.java18 import com.sun.msv.grammar.Grammar;
45 public static ValidatingUnmarshaller create( Grammar grammar, argument
52 new REDocumentDeclaration(grammar),
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DDefaultJAXBContextImpl.java23 * also creates the GrammarInfoFacade that unifies all of the grammar
31 * This object keeps information about the grammar.
69 * Once we load a grammar, we will cache the value here.
71 private com.sun.msv.grammar.Grammar grammar = null; field in class:DefaultJAXBContextImpl
74 * Loads a grammar object for the unmarshal-time validation.
80 public synchronized com.sun.msv.grammar.Grammar getGrammar() throws JAXBException {
81 if( grammar==null )
82 grammar = gi.getGrammar();
83 return grammar;
[all...]
H A DGrammarInfoFacade.java51 // the element was not located in any of the grammar infos...
64 // the element was not located in any of the grammar infos...
216 private com.sun.msv.grammar.Grammar bgm = null;
218 public com.sun.msv.grammar.Grammar getGrammar() throws JAXBException {
220 com.sun.msv.grammar.Grammar[] grammars = new com.sun.msv.grammar.Grammar[grammarInfos.length];
233 com.sun.msv.grammar.Grammar n = grammars[i];
245 private com.sun.msv.grammar.Grammar union( com.sun.msv.grammar.Grammar g1, com.sun.msv.grammar
[all...]
H A DGrammarInfo.java13 * Keeps the information about the grammar as a whole.
83 com.sun.msv.grammar.Grammar getGrammar() throws JAXBException;
H A DValidatingUnmarshaller.java18 import com.sun.msv.grammar.Grammar;
45 public static ValidatingUnmarshaller create( Grammar grammar, argument
52 new REDocumentDeclaration(grammar),
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DDefaultJAXBContextImpl.java23 * also creates the GrammarInfoFacade that unifies all of the grammar
31 * This object keeps information about the grammar.
69 * Once we load a grammar, we will cache the value here.
71 private com.sun.msv.grammar.Grammar grammar = null; field in class:DefaultJAXBContextImpl
74 * Loads a grammar object for the unmarshal-time validation.
80 public synchronized com.sun.msv.grammar.Grammar getGrammar() throws JAXBException {
81 if( grammar==null )
82 grammar = gi.getGrammar();
83 return grammar;
[all...]
H A DGrammarInfoFacade.java51 // the element was not located in any of the grammar infos...
64 // the element was not located in any of the grammar infos...
216 private com.sun.msv.grammar.Grammar bgm = null;
218 public com.sun.msv.grammar.Grammar getGrammar() throws JAXBException {
220 com.sun.msv.grammar.Grammar[] grammars = new com.sun.msv.grammar.Grammar[grammarInfos.length];
233 com.sun.msv.grammar.Grammar n = grammars[i];
245 private com.sun.msv.grammar.Grammar union( com.sun.msv.grammar.Grammar g1, com.sun.msv.grammar
[all...]
H A DGrammarInfo.java13 * Keeps the information about the grammar as a whole.
83 com.sun.msv.grammar.Grammar getGrammar() throws JAXBException;
H A DValidatingUnmarshaller.java18 import com.sun.msv.grammar.Grammar;
45 public static ValidatingUnmarshaller create( Grammar grammar, argument
52 new REDocumentDeclaration(grammar),
/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DDefaultJAXBContextImpl.java23 * also creates the GrammarInfoFacade that unifies all of the grammar
31 * This object keeps information about the grammar.
69 * Once we load a grammar, we will cache the value here.
71 private com.sun.msv.grammar.Grammar grammar = null; field in class:DefaultJAXBContextImpl
74 * Loads a grammar object for the unmarshal-time validation.
80 public synchronized com.sun.msv.grammar.Grammar getGrammar() throws JAXBException {
81 if( grammar==null )
82 grammar = gi.getGrammar();
83 return grammar;
[all...]
H A DGrammarInfoFacade.java51 // the element was not located in any of the grammar infos...
64 // the element was not located in any of the grammar infos...
216 private com.sun.msv.grammar.Grammar bgm = null;
218 public com.sun.msv.grammar.Grammar getGrammar() throws JAXBException {
220 com.sun.msv.grammar.Grammar[] grammars = new com.sun.msv.grammar.Grammar[grammarInfos.length];
233 com.sun.msv.grammar.Grammar n = grammars[i];
245 private com.sun.msv.grammar.Grammar union( com.sun.msv.grammar.Grammar g1, com.sun.msv.grammar
[all...]
H A DGrammarInfo.java13 * Keeps the information about the grammar as a whole.
83 com.sun.msv.grammar.Grammar getGrammar() throws JAXBException;
H A DValidatingUnmarshaller.java18 import com.sun.msv.grammar.Grammar;
45 public static ValidatingUnmarshaller create( Grammar grammar, argument
52 new REDocumentDeclaration(grammar),
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DDefaultJAXBContextImpl.java23 * also creates the GrammarInfoFacade that unifies all of the grammar
31 * This object keeps information about the grammar.
69 * Once we load a grammar, we will cache the value here.
71 private com.sun.msv.grammar.Grammar grammar = null; field in class:DefaultJAXBContextImpl
74 * Loads a grammar object for the unmarshal-time validation.
80 public synchronized com.sun.msv.grammar.Grammar getGrammar() throws JAXBException {
81 if( grammar==null )
82 grammar = gi.getGrammar();
83 return grammar;
[all...]
H A DGrammarInfoFacade.java51 // the element was not located in any of the grammar infos...
64 // the element was not located in any of the grammar infos...
216 private com.sun.msv.grammar.Grammar bgm = null;
218 public com.sun.msv.grammar.Grammar getGrammar() throws JAXBException {
220 com.sun.msv.grammar.Grammar[] grammars = new com.sun.msv.grammar.Grammar[grammarInfos.length];
233 com.sun.msv.grammar.Grammar n = grammars[i];
245 private com.sun.msv.grammar.Grammar union( com.sun.msv.grammar.Grammar g1, com.sun.msv.grammar
[all...]
H A DGrammarInfo.java13 * Keeps the information about the grammar as a whole.
83 com.sun.msv.grammar.Grammar getGrammar() throws JAXBException;
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DDefaultJAXBContextImpl.java23 * also creates the GrammarInfoFacade that unifies all of the grammar
31 * This object keeps information about the grammar.
69 * Once we load a grammar, we will cache the value here.
71 private com.sun.msv.grammar.Grammar grammar = null; field in class:DefaultJAXBContextImpl
74 * Loads a grammar object for the unmarshal-time validation.
80 public synchronized com.sun.msv.grammar.Grammar getGrammar() throws JAXBException {
81 if( grammar==null )
82 grammar = gi.getGrammar();
83 return grammar;
[all...]
H A DGrammarInfoFacade.java51 // the element was not located in any of the grammar infos...
64 // the element was not located in any of the grammar infos...
216 private com.sun.msv.grammar.Grammar bgm = null;
218 public com.sun.msv.grammar.Grammar getGrammar() throws JAXBException {
220 com.sun.msv.grammar.Grammar[] grammars = new com.sun.msv.grammar.Grammar[grammarInfos.length];
233 com.sun.msv.grammar.Grammar n = grammars[i];
245 private com.sun.msv.grammar.Grammar union( com.sun.msv.grammar.Grammar g1, com.sun.msv.grammar
[all...]
H A DGrammarInfo.java13 * Keeps the information about the grammar as a whole.
83 com.sun.msv.grammar.Grammar getGrammar() throws JAXBException;
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DDefaultJAXBContextImpl.java23 * also creates the GrammarInfoFacade that unifies all of the grammar
31 * This object keeps information about the grammar.
69 * Once we load a grammar, we will cache the value here.
71 private com.sun.msv.grammar.Grammar grammar = null; field in class:DefaultJAXBContextImpl
74 * Loads a grammar object for the unmarshal-time validation.
80 public synchronized com.sun.msv.grammar.Grammar getGrammar() throws JAXBException {
81 if( grammar==null )
82 grammar = gi.getGrammar();
83 return grammar;
[all...]
H A DGrammarInfoFacade.java51 // the element was not located in any of the grammar infos...
64 // the element was not located in any of the grammar infos...
216 private com.sun.msv.grammar.Grammar bgm = null;
218 public com.sun.msv.grammar.Grammar getGrammar() throws JAXBException {
220 com.sun.msv.grammar.Grammar[] grammars = new com.sun.msv.grammar.Grammar[grammarInfos.length];
233 com.sun.msv.grammar.Grammar n = grammars[i];
245 private com.sun.msv.grammar.Grammar union( com.sun.msv.grammar.Grammar g1, com.sun.msv.grammar
[all...]
H A DGrammarInfo.java13 * Keeps the information about the grammar as a whole.
83 com.sun.msv.grammar.Grammar getGrammar() throws JAXBException;

Completed in 86 milliseconds

1234567891011>>