### YamlMime:JavaEnum uid: "com.azure.xml.XmlToken" fullName: "com.azure.xml.XmlToken" name: "XmlToken" nameWithType: "XmlToken" summary: "Token types used when reading XML content." inheritances: - "" - "" inheritedClassMethods: - classRef: "java.lang.Enum" methodsRef: - "valueOf" - "clone" - "compareTo" - "describeConstable" - "equals" - "finalize" - "getDeclaringClass" - "hashCode" - "name" - "ordinal" - "toString" - classRef: "java.lang.Object" methodsRef: - "getClass" - "notify" - "notifyAll" - "wait" - "wait" - "wait" syntax: "public enum **XmlToken**
extends Enum<>" fields: - uid: "com.azure.xml.XmlToken.END_DOCUMENT" fullName: "com.azure.xml.XmlToken.END_DOCUMENT" name: "END_DOCUMENT" nameWithType: "XmlToken.END_DOCUMENT" summary: "Indicates the end of an XML document." desc: "Indicates the end of an XML document." - uid: "com.azure.xml.XmlToken.END_ELEMENT" fullName: "com.azure.xml.XmlToken.END_ELEMENT" name: "END_ELEMENT" nameWithType: "XmlToken.END_ELEMENT" summary: "Indicates the end of an XML element." desc: "Indicates the end of an XML element." - uid: "com.azure.xml.XmlToken.START_DOCUMENT" fullName: "com.azure.xml.XmlToken.START_DOCUMENT" name: "START_DOCUMENT" nameWithType: "XmlToken.START_DOCUMENT" summary: "Indicates the start of an XML document." desc: "Indicates the start of an XML document." - uid: "com.azure.xml.XmlToken.START_ELEMENT" fullName: "com.azure.xml.XmlToken.START_ELEMENT" name: "START_ELEMENT" nameWithType: "XmlToken.START_ELEMENT" summary: "Indicates the start of an XML element." desc: "Indicates the start of an XML element." methods: - uid: "com.azure.xml.XmlToken.valueOf(java.lang.String)" fullName: "com.azure.xml.XmlToken.valueOf(String name)" name: "valueOf(String name)" nameWithType: "XmlToken.valueOf(String name)" modifiers: - "static" parameters: - name: "name" type: "String" syntax: "public static XmlToken valueOf(String name)" returns: type: "" - uid: "com.azure.xml.XmlToken.values()" fullName: "com.azure.xml.XmlToken.values()" name: "values()" nameWithType: "XmlToken.values()" modifiers: - "static" syntax: "public static XmlToken[] values()" returns: type: "[]" desc: "Token types used when reading XML content." metadata: {} package: "com.azure.xml" artifact: com.azure:azure-xml:1.1.0