Uses of Class
microsoft.exchange.webservices.data.core.enumeration.misc.XmlNamespace

Packages that use XmlNamespace
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.enumeration.misc   
microsoft.exchange.webservices.data.misc   
microsoft.exchange.webservices.data.property.complex   
 

Uses of XmlNamespace in microsoft.exchange.webservices.data.core
 

Methods in microsoft.exchange.webservices.data.core that return XmlNamespace
static XmlNamespace EwsUtilities.getNamespaceFromUri(String namespaceUri)
          Gets the namespace from uri.
 

Methods in microsoft.exchange.webservices.data.core with parameters of type XmlNamespace
 void EwsXmlReader.ensureCurrentNodeIsEndElement(XmlNamespace xmlNamespace, String localName)
          Ensures the current node is start element.
 void EwsXmlReader.ensureCurrentNodeIsStartElement(XmlNamespace xmlNamespace, String localName)
          Ensures the current node is start element.
static String EwsUtilities.getNamespacePrefix(XmlNamespace xmlNamespace)
          Gets the namespace prefix from an XmlNamespace enum value.
static String EwsUtilities.getNamespaceUri(XmlNamespace xmlNamespace)
          Gets the namespace URI from an XmlNamespace enum value.
 boolean EwsXmlReader.isEndElement(XmlNamespace xmlNamespace, String localName)
          Determines whether current element is a end element.
 boolean EwsXmlReader.isStartElement(XmlNamespace xmlNamespace, String localName)
          Determines whether current element is a start element.
 String EwsXmlReader.readAttributeValue(XmlNamespace xmlNamespace, String attributeName)
          Reads the attribute value.
<T> T
EwsXmlReader.readElementValue(Class<T> cls, XmlNamespace xmlNamespace, String localName)
          Reads the element value.
 String EwsXmlReader.readElementValue(XmlNamespace xmlNamespace, String localName)
          Reads the element value.
 Date EwsServiceXmlReader.readElementValueAsDateTime(XmlNamespace xmlNamespace, String localName)
          Reads the element value as date time.
 void EwsXmlReader.readEndElement(XmlNamespace xmlNamespace, String localName)
          Reads the end element.
 void EwsXmlReader.readEndElementIfNecessary(XmlNamespace xmlNamespace, String localName)
          Reads the end element if necessary.
 void EwsXmlReader.readStartElement(XmlNamespace xmlNamespace, String localName)
          Reads the start element.
 void EwsXmlReader.readToDescendant(XmlNamespace xmlNamespace, String localName)
          Reads to the next descendant element with the specified local name and namespace.
 void EwsXmlReader.skipElement(XmlNamespace xmlNamespace, String localName)
          Skips the element.
 void EwsServiceXmlWriter.writeElementValue(XmlNamespace xmlNamespace, String localName, Object value)
          Writes the element value.
 void EwsServiceXmlWriter.writeElementValue(XmlNamespace xmlNamespace, String localName, String displayName, Object value)
          Writes the element value.
 void EwsServiceXmlWriter.writeStartElement(XmlNamespace xmlNamespace, String localName)
          Writes the start element.
 

Uses of XmlNamespace in microsoft.exchange.webservices.data.core.enumeration.misc
 

Methods in microsoft.exchange.webservices.data.core.enumeration.misc that return XmlNamespace
static XmlNamespace XmlNamespace.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XmlNamespace[] XmlNamespace.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of XmlNamespace in microsoft.exchange.webservices.data.misc
 

Methods in microsoft.exchange.webservices.data.misc with parameters of type XmlNamespace
static SoapFaultDetails SoapFaultDetails.parse(EwsXmlReader reader, XmlNamespace soapNamespace)
          Parses the.
 void UserConfiguration.writeToXml(EwsServiceXmlWriter writer, XmlNamespace xmlNamespace, String xmlElementName)
          Writes to XML.
 void ItemIdWrapperList.writeToXml(EwsServiceXmlWriter writer, XmlNamespace ewsNamesapce, String xmlElementName)
          Writes to XML.
 void FolderIdWrapperList.writeToXml(EwsServiceXmlWriter writer, XmlNamespace ewsNamesapce, String xmlElementName)
          Writes to XML.
static void UserConfiguration.writeUserConfigurationNameToXml(EwsServiceXmlWriter writer, XmlNamespace xmlNamespace, String name, FolderId parentFolderId)
          Writes to Xml.
 

Uses of XmlNamespace in microsoft.exchange.webservices.data.property.complex
 

Methods in microsoft.exchange.webservices.data.property.complex that return XmlNamespace
 XmlNamespace ComplexProperty.getNamespace()
          Gets the namespace.
 

Methods in microsoft.exchange.webservices.data.property.complex with parameters of type XmlNamespace
 void UserConfigurationDictionary.loadFromXml(EwsServiceXmlReader reader, XmlNamespace xmlNamespace, String xmlElementName)
           
 void FolderPermission.loadFromXml(EwsServiceXmlReader reader, XmlNamespace xmlNamespace, String xmlElementName)
          Loads from XML.
 void ComplexPropertyCollection.loadFromXml(EwsServiceXmlReader reader, XmlNamespace xmlNamespace, String localElementName)
          Loads from XML.
 void ComplexProperty.loadFromXml(EwsServiceXmlReader reader, XmlNamespace xmlNamespace, String xmlElementName)
          Loads from XML.
 void ComplexProperty.setNamespace(XmlNamespace xmlNamespace)
          Sets the namespace.
 void ComplexPropertyCollection.updateFromXml(EwsServiceXmlReader reader, XmlNamespace xmlNamespace, String xmlElementName)
          Loads from XML to update itself.
 void ComplexProperty.updateFromXml(EwsServiceXmlReader reader, XmlNamespace xmlNamespace, String xmlElementName)
          Loads from XML to update itself.
 void DictionaryProperty.writeToXml(EwsServiceXmlWriter writer, XmlNamespace xmlNamespace, String xmlElementName)
          Writes to XML.
 void ComplexPropertyCollection.writeToXml(EwsServiceXmlWriter writer, XmlNamespace xmlNamespace, String xmlElementName)
          Writes to XML.
 void ComplexProperty.writeToXml(EwsServiceXmlWriter writer, XmlNamespace xmlNamespace, String xmlElementName)
          Writes to XML.
 



Copyright © 2012–2015 Microsoft. All rights reserved.