Man Page: xml::validator::schema::typelibrary
Operating Environment: debian
Section: 3pm
Schema::TypeLibrary(3pm) User Contributed Perl Documentation Schema::TypeLibrary(3pm)NAMEXML::Validator::Schema::TypeLibrary - internal moduleDESCRIPTIONInternal module used to implement a library of types, simple and complex.USAGE# get a new type library, containing just the builtin types $library = XML::Validator::Schema::TypeLibrary->new(); # add a new type $library->add(name => 'myString', ns => 'http://my/ns', obj => $type_obj); # lookup a type my $type = $library->find(name => 'myString', ns => 'http://my/ns'); perl v5.10.0 2008-12-23 Schema::TypeLibrary(3pm)
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Introduction |
| Detecting unused variables... |
| Find columns in a file based on header and print to new file |