Searched refs:nsContext (Results 1 - 25 of 26) sorted by relevance

12

/forgerock/openam-v13/openam-schema/openam-diagnostics-schema/src/main/java/com/sun/identity/diagnostic/base/core/jaxbgen/impl/runtime/
H A DSAXMarshaller.java71 this.nsContext = new NamespaceContextImpl(
76 private final NamespaceContextImpl nsContext; field in class:SAXMarshaller
78 public NamespaceContext2 getNamespaceContext() { return nsContext; }
127 nsContext.startElement();
131 nsContext.declareNamespace(uri,suggestion,false);
136 String[] uris = nsContext.getNamespacePrefixMapper().getPreDeclaredNamespaceUris();
140 nsContext.declareNamespace(uris[i],null,false);
159 nsContext.endNamespaceDecls();
171 String prefix = nsContext.getPrefix(uri);
181 nsContext
[all...]
H A DValidationContext.java90 private final NamespaceContextImpl nsContext = new NamespaceContextImpl(null); field in class:ValidationContext
92 public NamespaceContextImpl getNamespaceContext() { return nsContext; }
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DSAXMarshaller.java71 this.nsContext = new NamespaceContextImpl(
76 private final NamespaceContextImpl nsContext; field in class:SAXMarshaller
78 public NamespaceContext2 getNamespaceContext() { return nsContext; }
127 nsContext.startElement();
131 nsContext.declareNamespace(uri,suggestion,false);
136 String[] uris = nsContext.getNamespacePrefixMapper().getPreDeclaredNamespaceUris();
140 nsContext.declareNamespace(uris[i],null,false);
159 nsContext.endNamespaceDecls();
171 String prefix = nsContext.getPrefix(uri);
181 nsContext
[all...]
H A DValidationContext.java90 private final NamespaceContextImpl nsContext = new NamespaceContextImpl(null); field in class:ValidationContext
92 public NamespaceContextImpl getNamespaceContext() { return nsContext; }
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DSAXMarshaller.java71 this.nsContext = new NamespaceContextImpl(
76 private final NamespaceContextImpl nsContext; field in class:SAXMarshaller
78 public NamespaceContext2 getNamespaceContext() { return nsContext; }
127 nsContext.startElement();
131 nsContext.declareNamespace(uri,suggestion,false);
136 String[] uris = nsContext.getNamespacePrefixMapper().getPreDeclaredNamespaceUris();
140 nsContext.declareNamespace(uris[i],null,false);
159 nsContext.endNamespaceDecls();
171 String prefix = nsContext.getPrefix(uri);
181 nsContext
[all...]
H A DValidationContext.java90 private final NamespaceContextImpl nsContext = new NamespaceContextImpl(null); field in class:ValidationContext
92 public NamespaceContextImpl getNamespaceContext() { return nsContext; }
/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DSAXMarshaller.java71 this.nsContext = new NamespaceContextImpl(
76 private final NamespaceContextImpl nsContext; field in class:SAXMarshaller
78 public NamespaceContext2 getNamespaceContext() { return nsContext; }
127 nsContext.startElement();
131 nsContext.declareNamespace(uri,suggestion,false);
136 String[] uris = nsContext.getNamespacePrefixMapper().getPreDeclaredNamespaceUris();
140 nsContext.declareNamespace(uris[i],null,false);
159 nsContext.endNamespaceDecls();
171 String prefix = nsContext.getPrefix(uri);
181 nsContext
[all...]
H A DValidationContext.java90 private final NamespaceContextImpl nsContext = new NamespaceContextImpl(null); field in class:ValidationContext
92 public NamespaceContextImpl getNamespaceContext() { return nsContext; }
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DSAXMarshaller.java71 this.nsContext = new NamespaceContextImpl(
76 private final NamespaceContextImpl nsContext; field in class:SAXMarshaller
78 public NamespaceContext2 getNamespaceContext() { return nsContext; }
127 nsContext.startElement();
131 nsContext.declareNamespace(uri,suggestion,false);
136 String[] uris = nsContext.getNamespacePrefixMapper().getPreDeclaredNamespaceUris();
140 nsContext.declareNamespace(uris[i],null,false);
159 nsContext.endNamespaceDecls();
171 String prefix = nsContext.getPrefix(uri);
181 nsContext
[all...]
H A DValidationContext.java90 private final NamespaceContextImpl nsContext = new NamespaceContextImpl(null); field in class:ValidationContext
92 public NamespaceContextImpl getNamespaceContext() { return nsContext; }
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DSAXMarshaller.java71 this.nsContext = new NamespaceContextImpl(
76 private final NamespaceContextImpl nsContext; field in class:SAXMarshaller
78 public NamespaceContext2 getNamespaceContext() { return nsContext; }
127 nsContext.startElement();
131 nsContext.declareNamespace(uri,suggestion,false);
136 String[] uris = nsContext.getNamespacePrefixMapper().getPreDeclaredNamespaceUris();
140 nsContext.declareNamespace(uris[i],null,false);
159 nsContext.endNamespaceDecls();
171 String prefix = nsContext.getPrefix(uri);
181 nsContext
[all...]
H A DValidationContext.java90 private final NamespaceContextImpl nsContext = new NamespaceContextImpl(null); field in class:ValidationContext
92 public NamespaceContextImpl getNamespaceContext() { return nsContext; }
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DSAXMarshaller.java71 this.nsContext = new NamespaceContextImpl(
76 private final NamespaceContextImpl nsContext; field in class:SAXMarshaller
78 public NamespaceContext2 getNamespaceContext() { return nsContext; }
127 nsContext.startElement();
131 nsContext.declareNamespace(uri,suggestion,false);
136 String[] uris = nsContext.getNamespacePrefixMapper().getPreDeclaredNamespaceUris();
140 nsContext.declareNamespace(uris[i],null,false);
159 nsContext.endNamespaceDecls();
171 String prefix = nsContext.getPrefix(uri);
181 nsContext
[all...]
H A DValidationContext.java90 private final NamespaceContextImpl nsContext = new NamespaceContextImpl(null); field in class:ValidationContext
92 public NamespaceContextImpl getNamespaceContext() { return nsContext; }
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxb1-impl.jarMETA-INF/ META-INF/MANIFEST.MF COPYING.txt META-INF/services/ META-INF/ ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/forgerock/opendj2/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj-b2.6/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj2.6.2/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj2-jel-hg/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj2-hg/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...

Completed in 84 milliseconds

12