Syntactik.NET Documentation
Syntactik.NET Documentation
API Reference
Syntactik.Compiler.Generator
XmlGenerator Class
XmlGenerator Methods
AddLocationMapRecord Method
EnterChoiceContainer Method
GetEncoding Method
IsLegalXmlChar Method
OnValue Method
ResolveChoiceValue Method
ResolveDqsEscape Method
Visit Method
WriteStartDocument Method
XmlGenerator
OnValue Method
Method called when the value of the current pair is resolved.
Namespace:
Syntactik.Compiler.Generator
Assembly:
Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
Copy
public
override
void
OnValue
(
string
value
,
ValueType
type
)
Parameters
value
Type:
System
String
String representing the value of the current pair.
type
Type:
Syntactik.DOM.Mapped
ValueType
Type of value.
See Also
Reference
XmlGenerator Class
Syntactik.Compiler.Generator Namespace
Send comments on this topic to
info@syntactik.com