Searched refs:Id (Results 1 - 25 of 77) sorted by relevance

1234

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DSignatureProperty.java51 * Constructs {@link SignatureProperty} using sepcified <code>Target</code> attribute and <code>Id</code> attribute
55 * @param Id the <code>Id</code> will be specified by {@link Reference#getURI} in validation
57 public SignatureProperty(Document doc, String Target, String Id) { argument
62 this.setId(Id);
77 * Sets the <code>Id</code> attribute
79 * @param Id the <code>Id</code> attribute
81 public void setId(String Id) { argument
83 if (Id !
[all...]
H A DObjectContainer.java65 * Sets the <code>Id</code> attribute
67 * @param Id <code>Id</code> attribute
69 public void setId(String Id) { argument
71 if (Id != null) {
72 setLocalIdAttribute(Constants._ATT_ID, Id);
77 * Returns the <code>Id</code> attribute
79 * @return the <code>Id</code> attribute
H A DSignatureProperties.java66 Attr attr = element.getAttributeNodeNS(null, "Id");
75 Attr propertyAttr = propertyElem.getAttributeNodeNS(null, "Id");
122 * Sets the <code>Id</code> attribute
124 * @param Id the <code>Id</code> attribute
126 public void setId(String Id) { argument
128 if (Id != null) {
129 setLocalIdAttribute(Constants._ATT_ID, Id);
134 * Returns the <code>Id</code> attribute
136 * @return the <code>Id</cod
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DDatatypeMessages_fr.properties33 # @version $Id: DatatypeMessages_fr.properties 3021 2011-03-01 00:12:28Z joehw $
H A DXMLSchemaMessages_fr.properties32 # @version $Id: XMLSchemaMessages_fr.properties 3021 2011-03-01 00:12:28Z joehw $
H A DXMLSerializerMessages_fr.properties36 # @version $Id: XMLSerializerMessages_fr.properties 3021 2011-03-01 00:12:28Z joehw $
H A DXMLSchemaMessages_sv.properties32 # @version $Id: XMLSchemaMessages_sv.properties 3021 2011-03-01 00:12:28Z joehw $
H A DXMLSerializerMessages_it.properties36 # @version $Id: XMLSerializerMessages_it.properties 3021 2011-03-01 00:12:28Z joehw $
H A DXPointerMessages_it.properties33 # @version $Id: XPointerMessages_it.properties 3021 2011-03-01 00:12:28Z joehw $
H A DJAXPValidationMessages_fr.properties33 # @version $Id: JAXPValidationMessages_fr.properties 3021 2011-03-01 00:12:28Z joehw $
H A DSAXMessages_de.properties34 # @version $Id: SAXMessages_de.properties 3021 2011-03-01 00:12:28Z joehw $
H A DXMLSchemaMessages_es.properties32 # @version $Id: XMLSchemaMessages_es.properties 3021 2011-03-01 00:12:28Z joehw $
H A DXMLSchemaMessages_it.properties32 # @version $Id: XMLSchemaMessages_it.properties 3021 2011-03-01 00:12:28Z joehw $
H A DXMLSchemaMessages_ko.properties32 # @version $Id: XMLSchemaMessages_ko.properties 3021 2011-03-01 00:12:28Z joehw $
H A DXMLSchemaMessages_zh_CN.properties32 # @version $Id: XMLSchemaMessages_zh_CN.properties 3021 2011-03-01 00:12:28Z joehw $
H A DXMLSchemaMessages_zh_TW.properties32 # @version $Id: XMLSchemaMessages_zh_TW.properties 3021 2011-03-01 00:12:28Z joehw $
H A DXPointerMessages_pt_BR.properties33 # @version $Id: XPointerMessages_pt_BR.properties 3021 2011-03-01 00:12:28Z joehw $
H A DDOMMessages_fr.properties34 # @version $Id: DOMMessages_fr.properties 3021 2011-03-01 00:12:28Z joehw $
H A DDatatypeMessages_de.properties33 # @version $Id: DatatypeMessages_de.properties 3021 2011-03-01 00:12:28Z joehw $
H A DDatatypeMessages_es.properties33 # @version $Id: DatatypeMessages_es.properties 3021 2011-03-01 00:12:28Z joehw $
H A DDatatypeMessages_it.properties33 # @version $Id: DatatypeMessages_it.properties 3021 2011-03-01 00:12:28Z joehw $
H A DDatatypeMessages_pt_BR.properties33 # @version $Id: DatatypeMessages_pt_BR.properties 3021 2011-03-01 00:12:28Z joehw $
H A DDatatypeMessages_sv.properties33 # @version $Id: DatatypeMessages_sv.properties 3021 2011-03-01 00:12:28Z joehw $
H A DDatatypeMessages_zh_CN.properties33 # @version $Id: DatatypeMessages_zh_CN.properties 3021 2011-03-01 00:12:28Z joehw $
H A DJAXPValidationMessages_de.properties33 # @version $Id: JAXPValidationMessages_de.properties 3021 2011-03-01 00:12:28Z joehw $

Completed in 71 milliseconds

1234