Class SampleXmlUtil
java.lang.Object
org.apache.xmlbeans.impl.xsd2inst.SampleXmlUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic QName
crackQName
(String qName) Cracks a combined QName of the form URL:localnamestatic String
createSampleForType
(SchemaField element) static String
createSampleForType
(SchemaType sType)
-
Method Details
-
createSampleForType
- Parameters:
sType
- a schema type- Returns:
- Sample XML as a string
-
createSampleForType
- Parameters:
element
- a {code SchemaField}- Returns:
- Sample XML as a string
- Since:
- v5.0.3
-
crackQName
Cracks a combined QName of the form URL:localname
-