com.altova.xml.meta.SimpleType
该类使您能够访问有关从简单类型生成的类的Schema信息。请注意,该类并不旨在提供有关XML文档中简单类型的特定实例的动态信息。相反,它使您能够以编程方式获取有关XML Schema中定义的特定简单类型的信息。
方法
Name | 描述 | |
---|---|---|
![]() | SimpleType getBaseType() | 返回此类型的基类型。 |
![]() | String[] getEnumerations() | 返回一个包含所有枚举方面的数组。 |
![]() | int getFractionDigits() | 返回此方面的值。 |
![]() | int getLength() | 返回此方面的值。 |
![]() | String getLocalName() | 返回类型的本地名称。 |
![]() | String getMaxExclusive() | 返回此方面的值。 |
![]() | String getMaxInclusive() | 返回此方面的值。 |
![]() | int getMaxLength() | 返回此方面的值。 |
![]() | String getMinExclusive() | 返回此方面的值。 |
![]() | String getMinInclusive() | 返回此方面的值。 |
![]() | int getMinLength() | 返回此方面的值。 |
![]() | String getNamespaceURI() | 返回类型的命名空间URI。 |
![]() | String[] getPatterns() | 返回一个包含所有模式方面的数组。 |
![]() | int getTotalDigits() | 返回此方面的值。 |
![]() | int getWhitespace() | 返回空白方面的值,它是以下之一: com.altova.typeinfo.WhitespaceType.Whitespace_Unknown com.altova.typeinfo.WhitespaceType.Whitespace_Preserve com.altova.typeinfo.WhitespaceType.Whitespace_Replace com.altova.typeinfo.WhitespaceType.Whitespace_Collapse |