Uses of Class
microsoft.exchange.webservices.data.core.enumeration.misc.XmlNamespace
-
-
Uses of XmlNamespace in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core that return XmlNamespace Modifier and Type Method Description static XmlNamespaceEwsUtilities. getNamespaceFromUri(String namespaceUri)Gets the namespace from uri.Methods in microsoft.exchange.webservices.data.core with parameters of type XmlNamespace Modifier and Type Method Description voidEwsXmlReader. ensureCurrentNodeIsEndElement(XmlNamespace xmlNamespace, String localName)Ensures the current node is start element.voidEwsXmlReader. ensureCurrentNodeIsStartElement(XmlNamespace xmlNamespace, String localName)Ensures the current node is start element.static StringEwsUtilities. getNamespacePrefix(XmlNamespace xmlNamespace)Gets the namespace prefix from an XmlNamespace enum value.static StringEwsUtilities. getNamespaceUri(XmlNamespace xmlNamespace)Gets the namespace URI from an XmlNamespace enum value.booleanEwsXmlReader. isEndElement(XmlNamespace xmlNamespace, String localName)Determines whether current element is a end element.booleanEwsXmlReader. isStartElement(XmlNamespace xmlNamespace, String localName)Determines whether current element is a start element.StringEwsXmlReader. readAttributeValue(XmlNamespace xmlNamespace, String attributeName)Reads the attribute value.<T> TEwsXmlReader. readElementValue(Class<T> cls, XmlNamespace xmlNamespace, String localName)Reads the element value.StringEwsXmlReader. readElementValue(XmlNamespace xmlNamespace, String localName)Reads the element value.DateEwsServiceXmlReader. readElementValueAsDateTime(XmlNamespace xmlNamespace, String localName)Reads the element value as date time.voidEwsXmlReader. readEndElement(XmlNamespace xmlNamespace, String localName)Reads the end element.voidEwsXmlReader. readEndElementIfNecessary(XmlNamespace xmlNamespace, String localName)Reads the end element if necessary.voidEwsXmlReader. readStartElement(XmlNamespace xmlNamespace, String localName)Reads the start element.voidEwsXmlReader. readToDescendant(XmlNamespace xmlNamespace, String localName)Reads to the next descendant element with the specified local name and namespace.voidEwsXmlReader. skipElement(XmlNamespace xmlNamespace, String localName)Skips the element.voidEwsServiceXmlWriter. writeElementValue(XmlNamespace xmlNamespace, String localName, Object value)Writes the element value.voidEwsServiceXmlWriter. writeElementValue(XmlNamespace xmlNamespace, String localName, String displayName, Object value)Writes the element value.voidEwsServiceXmlWriter. 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 Modifier and Type Method Description static XmlNamespaceXmlNamespace. 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 Modifier and Type Method Description static SoapFaultDetailsSoapFaultDetails. parse(EwsXmlReader reader, XmlNamespace soapNamespace)Parses the.voidFolderIdWrapperList. writeToXml(EwsServiceXmlWriter writer, XmlNamespace ewsNamesapce, String xmlElementName)Writes to XML.voidItemIdWrapperList. writeToXml(EwsServiceXmlWriter writer, XmlNamespace ewsNamesapce, String xmlElementName)Writes to XML.voidUserConfiguration. writeToXml(EwsServiceXmlWriter writer, XmlNamespace xmlNamespace, String xmlElementName)Writes to XML.static voidUserConfiguration. 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 Modifier and Type Method Description XmlNamespaceComplexProperty. getNamespace()Gets the namespace.Methods in microsoft.exchange.webservices.data.property.complex with parameters of type XmlNamespace Modifier and Type Method Description voidComplexProperty. loadFromXml(EwsServiceXmlReader reader, XmlNamespace xmlNamespace, String xmlElementName)Loads from XML.voidComplexPropertyCollection. loadFromXml(EwsServiceXmlReader reader, XmlNamespace xmlNamespace, String localElementName)Loads from XML.voidFolderPermission. loadFromXml(EwsServiceXmlReader reader, XmlNamespace xmlNamespace, String xmlElementName)Loads from XML.voidUserConfigurationDictionary. loadFromXml(EwsServiceXmlReader reader, XmlNamespace xmlNamespace, String xmlElementName)voidComplexProperty. setNamespace(XmlNamespace xmlNamespace)Sets the namespace.voidComplexProperty. updateFromXml(EwsServiceXmlReader reader, XmlNamespace xmlNamespace, String xmlElementName)Loads from XML to update itself.voidComplexPropertyCollection. updateFromXml(EwsServiceXmlReader reader, XmlNamespace xmlNamespace, String xmlElementName)Loads from XML to update itself.voidComplexProperty. writeToXml(EwsServiceXmlWriter writer, XmlNamespace xmlNamespace, String xmlElementName)Writes to XML.voidComplexPropertyCollection. writeToXml(EwsServiceXmlWriter writer, XmlNamespace xmlNamespace, String xmlElementName)Writes to XML.voidDictionaryProperty. writeToXml(EwsServiceXmlWriter writer, XmlNamespace xmlNamespace, String xmlElementName)Writes to XML.
-