Searched refs:_baseURI (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/events/
H A DEntityDeclarationImpl.java36 private String _baseURI; field in class:EntityDeclarationImpl
100 return _baseURI;
112 _baseURI = baseURI;
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/content/
H A DX509Data.java335 return new XMLX509IssuerSerial(e, this._baseURI);
353 return new XMLX509SKI(e, this._baseURI);
372 return new XMLX509SubjectName(e, this._baseURI);
391 return new XMLX509Certificate(e, this._baseURI);
409 return new XMLX509CRL(e, this._baseURI);
H A DKeyValue.java141 RSAKeyValue kv = new RSAKeyValue(rsa, this._baseURI);
150 DSAKeyValue kv = new DSAKeyValue(dsa, this._baseURI);
H A DRetrievalMethod.java134 return new Transforms(transformsElem, this._baseURI);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DElementProxy.java51 protected String _baseURI = null; field in class:ElementProxy
99 this._baseURI = BaseURI;
189 this._baseURI = BaseURI;
233 return this._baseURI;
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DXMLSignature.java216 this._baseURI = BaseURI;
256 this._baseURI = BaseURI;
502 return new ObjectContainer(objElem, this._baseURI);
685 this._signedInfo.addDocument(this._baseURI, referenceURI, trans,
701 this._signedInfo.addDocument(this._baseURI, referenceURI, trans,
715 this._signedInfo.addDocument(this._baseURI, referenceURI, trans,
727 this._signedInfo.addDocument(this._baseURI, referenceURI, null,
H A DSignatureProperties.java115 return new SignatureProperty(propertyElem, this._baseURI);
H A DReference.java173 this._baseURI = BaseURI;
220 this._baseURI=BaseURI;
224 transforms = new Transforms(el,this._baseURI);
408 this._baseURI, this._manifest._perManifestResolvers);
419 XMLSignatureInput input = resolver.resolve(URIAttr, this._baseURI);
H A DManifest.java217 Reference ref = new Reference(_referencesEl[i], this._baseURI, this);
312 new Reference(_referencesEl[i], this._baseURI, this);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/
H A DKeyInfo.java442 return new KeyName(e, this._baseURI);
460 return new KeyValue(e, this._baseURI);
478 return new MgmtData(e, this._baseURI);
496 return new PGPData(e, this._baseURI);
515 return new RetrievalMethod(e, this._baseURI);
533 return new SPKIData(e, this._baseURI);
553 return new X509Data(e, this._baseURI);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/
H A DTransforms.java310 return new Transform(transforms[i], this._baseURI);

Completed in 68 milliseconds