Uses of Enum
com.azure.xml.XmlToken
-
Uses of XmlToken in com.azure.xml
Subclasses with type arguments of type XmlToken in com.azure.xmlMethods in com.azure.xml that return XmlTokenModifier and TypeMethodDescriptionXmlReader.currentToken()Gets theXmlTokenthat the reader points to currently.XmlReader.nextElement()Iterates to and returns the nextXmlToken.START_ELEMENTorXmlToken.END_ELEMENTin the XML stream.static XmlTokenReturns the enum constant of this type with the specified name.static XmlToken[]XmlToken.values()Returns an array containing the constants of this enum type, in the order they are declared.