Class that is able to transform a source into a NodeSetBase.
|
|
|
|
|
parse(self,
nsobj,
autostep)
Parse provided object if possible and return a NodeSetBase object. |
source code
|
|
|
|
|
|
|
parse_string_single(self,
nsstr,
autostep)
Parse provided string and return a NodeSetBase object. |
source code
|
|
|
|
parse_group(self,
group,
namespace=None,
autostep=None)
Parse provided single group name (without @ prefix). |
source code
|
|
|
|
|
|
|
grouplist(self,
namespace=None)
Return a sorted list of groups from current resolver (in optional
group source / namespace). |
source code
|
|
|
|
all_nodes(self,
namespace=None)
Get all nodes from group resolver as a list of strings. |
source code
|
|
|
|
_next_op(self,
pat)
Opcode parsing subroutine. |
source code
|
|
|
|
_scan_string_single(self,
nsstr,
autostep)
Single node scan, returns (pat, list of rangesets) |
source code
|
|
|
|
_scan_string(self,
nsstr,
autostep)
Parsing engine's string scanner method (iterator). |
source code
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|