public class XMLSampleValueGenerator extends Object implements XSInstance.SampleValueGenerator
| Constructor and Description |
|---|
XMLSampleValueGenerator(org.apache.xerces.xs.XSModel schema,
InputSource sampleInput) |
| Modifier and Type | Method and Description |
|---|---|
String |
generateSampleValue(org.apache.xerces.xs.XSAttributeDeclaration attribute,
org.apache.xerces.xs.XSSimpleTypeDefinition simpleType,
jlibs.core.graph.Path path) |
String |
generateSampleValue(org.apache.xerces.xs.XSElementDeclaration element,
org.apache.xerces.xs.XSSimpleTypeDefinition simpleType,
jlibs.core.graph.Path path) |
org.apache.xerces.xs.XSTypeDefinition |
selectSubType(org.apache.xerces.xs.XSElementDeclaration element) |
public XMLSampleValueGenerator(org.apache.xerces.xs.XSModel schema,
InputSource sampleInput)
throws SAXException,
ParserConfigurationException,
IOException
public String generateSampleValue(org.apache.xerces.xs.XSElementDeclaration element, org.apache.xerces.xs.XSSimpleTypeDefinition simpleType, jlibs.core.graph.Path path)
generateSampleValue in interface XSInstance.SampleValueGeneratorpublic String generateSampleValue(org.apache.xerces.xs.XSAttributeDeclaration attribute, org.apache.xerces.xs.XSSimpleTypeDefinition simpleType, jlibs.core.graph.Path path)
generateSampleValue in interface XSInstance.SampleValueGeneratorpublic org.apache.xerces.xs.XSTypeDefinition selectSubType(org.apache.xerces.xs.XSElementDeclaration element)
selectSubType in interface XSInstance.SampleValueGeneratorCopyright © 2021. All rights reserved.