.\" Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .if !\nF .nr F 0 .if \nF>0 \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} .\} .\" ======================================================================== .\" .IX Title "SOAP::WSDL::Generator::Template::XSD 3pm" .TH SOAP::WSDL::Generator::Template::XSD 3pm "2018-05-05" "perl v5.26.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" SOAP::WSDL::Generator::Template::XSD \- XSD code generator .SH "DESCRIPTION" .IX Header "DESCRIPTION" \&\s-1SOAP::WSDL\s0's \s-1XSD\s0 code generator .SH "SYNOPSIS" .IX Header "SYNOPSIS" See wsdl2perl for an example on how to use this class. .SH "METHODS" .IX Header "METHODS" .SS "new" .IX Subsection "new" Constructor. .PP Options (Options can also be set via set_OPTION methods): .IP "\(bu" 4 silent .Sp Suppress warnings about what's being generated .SS "generate" .IX Subsection "generate" Shortcut for calling generate_typelib and generate_client .SS "generate_client" .IX Subsection "generate_client" Generates a client interface .SS "generate_server" .IX Subsection "generate_server" Generates a server class .SS "generate_typelib" .IX Subsection "generate_typelib" Generates type and element classes .SS "generate_typemap" .IX Subsection "generate_typemap" Generate a typemap class required by \s-1SOAP::WSDL\s0's MessageParser .SS "generate_interface" .IX Subsection "generate_interface" (Deprecated) alias for generate_client .SS "get_name_resolver" .IX Subsection "get_name_resolver" Returns a name resolver template plugin .SS "visit_XSD_Attribute" .IX Subsection "visit_XSD_Attribute" Visitor method for SOAP::WSDL::XSD::Attribute. Should be factored out into visitor class. .SS "visit_XSD_ComplexType" .IX Subsection "visit_XSD_ComplexType" Visitor method for SOAP::WSDL::XSD::ComplexType. Should be factored out into visitor class. .SS "visit_XSD_Element" .IX Subsection "visit_XSD_Element" Visitor method for SOAP::WSDL::XSD::Element. Should be factored out into visitor class. .SS "visit_XSD_SimpleType" .IX Subsection "visit_XSD_SimpleType" Visitor method for SOAP::WSDL::XSD::SimpleType. Should be factored out into visitor class. .SH "AUTHOR" .IX Header "AUTHOR" Replace the whitespace by @ for E\-Mail Address. .PP .Vb 1 \& Martin Kutter Emartin.kutter fen\-net.deE .Ve .SH "LICENSE AND COPYRIGHT" .IX Header "LICENSE AND COPYRIGHT" Copyright 2008, 2009 Martin Kutter. .PP This file is part of SOAP-WSDL. You may distribute/modify it under the same terms as perl itself .SH "Repository information" .IX Header "Repository information" .Vb 1 \& $Id: WSDLParser.pm 770 2009\-01\-24 22:55:54Z kutterma $ \& \& $LastChangedDate: 2009\-01\-24 23:55:54 +0100 (Sa, 24 Jan 2009) $ \& $LastChangedRevision: 770 $ \& $LastChangedBy: kutterma $ \& \& $HeadURL: https://soap\-wsdl.svn.sourceforge.net/svnroot/soap\-wsdl/SOAP\-WSDL/trunk/lib/SOAP/WSDL/Expat/WSDLParser.pm $ .Ve