WSST::SchemaParser - SchemaParser interface of WSST


WSST documentation Contained in the WSST distribution.

Index


Code Index:

NAME

Top

WSST::SchemaParser - SchemaParser interface of WSST

DESCRIPTION

Top

SchemaParser is interface of schema file parser.

METHODS

Top

types

Returns file types supported by parser.

parse

Parses schema file, and returns Schema object.

SEE ALSO

Top

http://code.google.com/p/wsst/

AUTHORS

Top

Mitsuhisa Oshikawa <mitsuhisa [at] gmail.com> Yusuke Kawasaki <u-suke [at] kawa.net>

COPYRIGHT AND LICENSE

Top


WSST documentation Contained in the WSST distribution.

package WSST::SchemaParser;

use strict;
use WSST::Schema;

our $VERSION = '0.1.1';

sub types;

sub parse;

1;