This library has 17 classes.
ECF: pyxis-scan.ecf
Library for parsing and scanning documents in Pyxis format
Provides:
Class EL_PYXIS_PARSER generates events from a Pyxis format parser. Pyxis is a direct analog of XML that is easier to read and edit making it suitable for configuration files.
Object buildable from node parse events generated by EL_PYXIS_PARSER
Further Information
Click on class link to see client examples.
Create an object from a Pyxis or XML file where the root element name matches a type alias (Pyxis is a more readable analog of XML inspired by the syntax of the Python programming language)
Further Information
Click on class link to see client examples.
File persistent buildable from pyxis
Further Information
Click on class link to see client examples.
Reflectively buildable from pyxis
Further Information
Click on class link to see notes, descendants and client examples.
Module pyxis
Further Information
Click on class link to see client examples.
Pyxis attribute parser
Further Information
Click on class link to see client examples.
Pyxis parser
Further Information
Click on class link to see client examples.
Pyxis parser Constants
Pyxis parse event type
Object for caching XML conversions of resource set in Pyxis format installed in application directory
Further Information
Click on class link to see client examples.
Pyxis string list
Pyxis text pattern factory
Command to convert Pyxis format file to XML
Further Information
Click on class link to see client examples.
Command to compile tree of UTF-8 encoded Pyxis source files into something else Performs file date time checking to decide if compilation target is up to date.
Further Information
Click on class link to see client examples.
Python unescape constants
Pyxis xml routines
XML generator that does not split text nodes on new line character. Tabs and new lines in from text content are escaped.
Further Information
Click on class link to see client examples.