Package | Description |
---|---|
com.sun.tools.xjc.model |
Implementation of the
com.sun.xml.bind.v2.model.core package for XJC. |
com.sun.tools.xjc.util | |
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 | Field | Description |
---|---|---|
XmlString |
CTypeRef.defaultValue |
Modifier and Type | Method | Description |
---|---|---|
static CDefaultValue |
CDefaultValue.create(TypeUse typeUse,
XmlString defaultValue) |
Creates a new
CDefaultValue that computes the default value
by applying a lexical representation to a TypeUse . |
JExpression |
CEnumLeafInfo.createConstant(Outline outline,
XmlString literal) |
|
JExpression |
TypeUse.createConstant(Outline outline,
XmlString lexical) |
Creates a constant for the given lexical value.
|
void |
CElementInfo.initContentType(TypeUse contentType,
XSElementDecl source,
XmlString defaultValue) |
Constructor | Description |
---|---|
CElementInfo(Model model,
QName tagName,
CClassInfoParent parent,
TypeUse contentType,
XmlString defaultValue,
XSElementDecl source,
CCustomizations customizations,
Locator location) |
Creates an element in the given parent.
|
CTypeRef(CNonElement type,
QName elementName,
QName typeName,
boolean nillable,
XmlString defaultValue) |
Constructor | Description |
---|---|
NamespaceContextAdapter(XmlString xstr) |
Modifier and Type | Method | Description |
---|---|---|
XmlString |
XSAttributeDecl.getDefaultValue() |
|
XmlString |
XSAttributeUse.getDefaultValue() |
Gets the default value of this attribute use, if one is specified.
|
XmlString |
XSElementDecl.getDefaultValue() |
|
XmlString |
XSAttributeDecl.getFixedValue() |
|
XmlString |
XSAttributeUse.getFixedValue() |
Gets the fixed value of this attribute use, if one is specified.
|
XmlString |
XSElementDecl.getFixedValue() |
|
XmlString |
XSFacet.getValue() |
Gets the value of the facet.
|
XmlString |
XSXPath.getXPath() |
Gets the XPath as a string.
|
Modifier and Type | Method | Description |
---|---|---|
XmlString |
AttributeDeclImpl.getDefaultValue() |
|
XmlString |
AttributeUseImpl.getDefaultValue() |
|
XmlString |
ElementDecl.getDefaultValue() |
|
XmlString |
AttributeDeclImpl.getFixedValue() |
|
XmlString |
AttributeUseImpl.getFixedValue() |
|
XmlString |
ElementDecl.getFixedValue() |
|
XmlString |
FacetImpl.getValue() |
|
XmlString |
XPathImpl.getXPath() |
Modifier and Type | Method | Description |
---|---|---|
XmlString |
NGCCRuntimeEx.createXmlString(String value) |
Copyright © 2018 Oracle Corporation. All rights reserved.