public interface XSDParticle
Elements in a content model have values for minOccurs and maxOccurs.
Starting with version 2.6.7, it is allowed to modify the content of the minOccurs and maxOccurs on particles, so new functions has been added.
Modifier and Type | Method and Description |
---|---|
XMLFragment |
generateElement(DTSContainer dts,
net.sf.saxon.om.NamespaceBinding xsNs)
Generates an XML representation of this particle.
|
int |
getMaxoccurs()
Access to the value of the maxOccurs variable on this particle.
|
int |
getMinoccurs()
Access to the value of the minOccurs variable on this particle.
|
int |
setMaxoccurs(int newValue)
Sets the value of the maxOccurs on this particle.
|
int |
setMinoccurs(int newValue)
Sets the value of the minOccurs on this particle.
|
int getMaxoccurs()
int setMaxoccurs(int newValue)
newValue
- the new value to setint setMinoccurs(int newValue)
newValue
- the new value to setint getMinoccurs()
XMLFragment generateElement(DTSContainer dts, net.sf.saxon.om.NamespaceBinding xsNs) throws XBRLSerializationException
dts
- the dtsxsNs
- namespaceXBRLSerializationException
- in case of problemsCopyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa