public class SchemaHelper extends Object
| Constructor and Description |
|---|
SchemaHelper() |
| Modifier and Type | Method and Description |
|---|---|
static Optional<String> |
getDefaultValue(org.mule.apache.xerces.xs.XSAttributeUse attributeDeclaration) |
static Optional<String> |
getDefaultValue(org.mule.apache.xerces.xs.XSElementDeclaration element) |
static Double |
getDoubleValue(org.mule.apache.xerces.xs.XSObject patternFacetObject) |
static org.mule.apache.xerces.xs.XSObject |
getFacet(org.mule.apache.xerces.impl.dv.xs.XSSimpleTypeDecl element,
int facetType) |
static Integer |
getIntegerValue(org.mule.apache.xerces.xs.XSObject patternFacetObject) |
public static Optional<String> getDefaultValue(org.mule.apache.xerces.xs.XSElementDeclaration element)
public static Optional<String> getDefaultValue(org.mule.apache.xerces.xs.XSAttributeUse attributeDeclaration)
public static Integer getIntegerValue(org.mule.apache.xerces.xs.XSObject patternFacetObject)
public static Double getDoubleValue(org.mule.apache.xerces.xs.XSObject patternFacetObject)
public static org.mule.apache.xerces.xs.XSObject getFacet(org.mule.apache.xerces.impl.dv.xs.XSSimpleTypeDecl element,
int facetType)
Copyright © 2018 MuleSoft, Inc.. All rights reserved.