Package | Description |
---|---|
com.sun.xml.xsom |
Interfaces that the client should use to access schema information.
|
com.sun.xml.xsom.impl |
Implementation of the
com.sun.xml.xsom package. |
com.sun.xml.xsom.impl.parser |
Parser that reads XML Schema documents and builds an
XSSchemaSet object. |
Modifier and Type | Method and Description |
---|---|
XmlString |
XSElementDecl.getDefaultValue() |
XmlString |
XSAttributeDecl.getDefaultValue() |
XmlString |
XSAttributeUse.getDefaultValue()
Gets the default value of this attribute use, if one is specified.
|
XmlString |
XSElementDecl.getFixedValue() |
XmlString |
XSAttributeDecl.getFixedValue() |
XmlString |
XSAttributeUse.getFixedValue()
Gets the fixed value of this attribute use, if one is specified.
|
XmlString |
XSFacet.getValue()
Gets the value of the facet.
|
XmlString |
XSXPath.getXPath()
Gets the XPath as a string.
|
Modifier and Type | Method and Description |
---|---|
XmlString |
AttributeUseImpl.getDefaultValue() |
XmlString |
AttributeDeclImpl.getDefaultValue() |
XmlString |
ElementDecl.getDefaultValue() |
XmlString |
AttributeUseImpl.getFixedValue() |
XmlString |
AttributeDeclImpl.getFixedValue() |
XmlString |
ElementDecl.getFixedValue() |
XmlString |
FacetImpl.getValue() |
XmlString |
XPathImpl.getXPath() |
Modifier and Type | Method and Description |
---|---|
XmlString |
NGCCRuntimeEx.createXmlString(String value) |
Copyright © 2017 Oracle. All rights reserved.