AdvancedHTMLParser.xpath.parsing
index

Copyright (c) 2019 Timothy Savannah under terms of LGPLv3. All Rights Reserved.
 
See LICENSE (https://gnu.org/licenses/lgpl-3.0.txt) for more information.
 
See: https://github.com/kata198/AdvancedHTMLParser for full information
 
xpath - Provide xpath support
 
    NOTE: THIS IS STILL IN ALPHA.
 
        Several parts of the XPath spec are not yet implemented,
         nor has the code yet been organized or optimized.

 
Modules
       
copy
re

 
Functions
       
parseXPathStrIntoOperations(xpathStr)
_parseXPathStrIntoOperations - INTERNAL - Processes the XPath string of this object into operations,
 
    and sets them on this object.

 
Data
        __all__ = ('parseXPathStrIntoOperations',)