public class XSDElementWildcard extends java.lang.Object implements XSDParticle
Constructor and Description |
---|
XSDElementWildcard(boolean allowsAny,
java.util.Set<java.lang.String> allowedSet,
java.util.Set<java.lang.String> disallowedSet,
java.lang.String processContents)
See saxonica documentation about com.saxonica.schema.Wildcard
|
Modifier and Type | Method and Description |
---|---|
XMLFragment |
generateElement(DTSContainer dts,
net.sf.saxon.om.NamespaceBinding xsNs)
Generate element.
|
java.util.Set<java.lang.String> |
getAllowedNamespaces()
Gets the allowed namespaces.
|
java.util.Set<java.lang.String> |
getDisallowedNamespace()
Gets the disallowed namespace.
|
int |
getMaxoccurs()
Gets the maxoccurs.
|
int |
getMinoccurs()
Gets the minoccurs.
|
java.lang.String |
getProcessContents()
Gets the process contents.
|
boolean |
isAllowsAny()
Checks if is allows any.
|
int |
setMaxoccurs(int newValue)
Sets the maxoccurs.
|
int |
setMinoccurs(int newValue)
Sets the minoccurs.
|
public XSDElementWildcard(boolean allowsAny, java.util.Set<java.lang.String> allowedSet, java.util.Set<java.lang.String> disallowedSet, java.lang.String processContents)
allowsAny
- the allows anyallowedSet
- the allowed setdisallowedSet
- the disallowed setprocessContents
- the process contentspublic boolean isAllowsAny()
public java.util.Set<java.lang.String> getAllowedNamespaces()
public java.util.Set<java.lang.String> getDisallowedNamespace()
public java.lang.String getProcessContents()
public XMLFragment generateElement(DTSContainer dts, net.sf.saxon.om.NamespaceBinding xsNs) throws XBRLSerializationException
generateElement
in interface XSDParticle
dts
- the dtsxsNs
- the xs nsXBRLSerializationException
- the XBRL serialization exceptionpublic int getMaxoccurs()
getMaxoccurs
in interface XSDParticle
public int getMinoccurs()
getMinoccurs
in interface XSDParticle
public int setMaxoccurs(int newValue)
setMaxoccurs
in interface XSDParticle
newValue
- the new valuepublic int setMinoccurs(int newValue)
setMinoccurs
in interface XSDParticle
newValue
- the new valueCopyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa