analýza/alt2xml.txt
changeset 39 a5020340362b
parent 29 7284f95da10e
child 54 3d5cc308e268
     1.1 --- a/analýza/alt2xml.txt	Sun Jun 08 11:24:03 2014 +0200
     1.2 +++ b/analýza/alt2xml.txt	Sun Jun 08 15:00:19 2014 +0200
     1.3 @@ -27,6 +27,13 @@
     1.4  
     1.5  Možnost zakódovat properties XMLReaderu a skutečné SystemId do URI SystemId.
     1.6  
     1.7 +Komentáře přes LexicalHandler
     1.8 +	To set the LexicalHandler for an XML reader, use the setProperty method
     1.9 +	with the property name http://xml.org/sax/properties/lexical-handler
    1.10 +	and an object implementing this interface (or null) as the value.
    1.11 +	If the reader does not report lexical events, it will throw
    1.12 +	a SAXNotRecognizedException when you attempt to register the handler.
    1.13 +
    1.14  Vstupní formáty:
    1.15  	RegExp:
    1.16  		hledá v textu shodu s výrazem (typicky bude končit koncem řádku) a vrací skupiny z výrazu jako elementy
    1.17 @@ -56,6 +63,7 @@
    1.18  		adresářová struktura
    1.19  		atributy souborů (včetně rozšířených)
    1.20  		volitelně obsah souborů
    1.21 +		volitelně počítat hashe
    1.22  		zpracovat celý podstrom nebo volitelně jen soubory/adresáře vyhovující regulárnímu výrazu
    1.23  		vhodné pro konfiguraci programů
    1.24  	Jednoduché XML
    1.25 @@ -87,8 +95,8 @@
    1.26  
    1.27  	--action <pluginName>
    1.28  
    1.29 -	--action-property <key> <value>
    1.30 -	--action-properties <array> (last option, opaque data follows)
    1.31 +	--action-property <key> <value> (recommended way of parametrization, self-documenting)
    1.32 +	-- <array> (last option/separator, followed by  opaque data for output module)
    1.33  
    1.34  
    1.35  Self-documenting: