Send feedback
Module: google.appengine.datastore.datastore_index_xml
Stay organized with collections
Save and categorize content based on your preferences.
Directly processes text of datastore-indexes.xml.
IndexesXmlParser is called with an XML string to produce an IndexXml object
containing the data from the XML.
IndexesXmlParser converts XML to Index object.
Index describes a single index specified in datastore-indexes.xml.
Classes
class IndexesXmlParser : Provides logic for walking down XML tree and pulling data.
Functions
IndexesXmlToIndexDefinitions(...) : Converts a <datastore-indexes> XML string into an IndexDefinitions objects.
IsAutoGenerated(...) : Tests if the given datastore-indexes.xml string implies auto-generation.
Other Members
BAD_DIRECTION
('<property> tag attribute "direction" must have value "asc" or "desc", given '
'"%s"')
BAD_MODE
'<property> tag attribute "mode" must have value "geospatial", given "%s"'
MISSING_KIND
'<datastore-index> node has missing attribute "kind".'
MODE_AND_ANCESTOR_SPECIFIED
'<property> tag attribute "mode" cannot be specifed with "ancestor"'
MODE_AND_DIRECTION_SPECIFIED
'<datastore-index> node has both direction and mode specfied'
NAME_MISSING
('<datastore-index> node with kind "%s" needs to have a name attribute '
'specified for its <property> node')
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-16 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-16 UTC."],[],[]]