Searched refs:encodeAttribute (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/sax/
H A DSAXDocumentSerializerWithPrefixMapping.java159 if (encodeAttribute(uri, atts.getQName(i), atts.getLocalName(i))) {
191 if (encodeAttribute(atts.getURI(i), atts.getQName(i), atts.getLocalName(i))) {
227 protected final boolean encodeAttribute(String namespaceURI, String qName, String localName) throws IOException { method in class:SAXDocumentSerializerWithPrefixMapping
H A DSAXDocumentSerializer.java526 if (encodeAttribute(atts.getURI(i), atts.getQName(i), atts.getLocalName(i))) {
554 if (encodeAttribute(atts.getURI(i), atts.getQName(i), atts.getLocalName(i))) {
582 protected boolean encodeAttribute(String namespaceURI, String qName, String localName) throws IOException { method in class:SAXDocumentSerializer
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/dom/
H A DDOMDocumentSerializer.java200 encodeAttribute(namespaceURI, a.getNodeName(), a.getLocalName());
333 protected final void encodeAttribute(String namespaceURI, String qName, String localName) throws IOException { method in class:DOMDocumentSerializer
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXDocumentSerializer.java726 final boolean isIndexed = encodeAttribute(namespaceURI, prefix, localName);
818 private boolean encodeAttribute(String namespaceURI, String prefix, String localName) throws IOException { method in class:StAXDocumentSerializer
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapClient.java948 encodeAttribute(ber, attrs[i]);
962 private void encodeAttribute(BerEncoder ber, Attribute attr) method in class:LdapClient
1027 encodeAttribute(ber, attr);

Completed in 41 milliseconds