org.apache.xerces.xs
Interface XSOpenContent

All Superinterfaces:
XSObject

public interface XSOpenContent
extends XSObject

This interface represents an openContent.

Version:
$Id: XSOpenContent.java 695518 2008-09-15 16:00:36Z knoaman $
Author:
Khaled Noaman, IBM

Field Summary
static short MODE_INTERLEAVE
           
static short MODE_NONE
          Mode type
static short MODE_SUFFIX
           
 
Method Summary
 boolean appliesToEmpty()
          A flag that indicates whether a default open content is applied when the content type of a complex type declaration is empty
 short getModeType()
          A mode type: none, interleave, suffix.
 XSWildcard getWildcard()
          A wildcard declaration
 
Methods inherited from interface org.apache.xerces.xs.XSObject
getName, getNamespace, getNamespaceItem, getType
 

Field Detail

MODE_NONE

public static final short MODE_NONE
Mode type

See Also:
Constant Field Values

MODE_INTERLEAVE

public static final short MODE_INTERLEAVE
See Also:
Constant Field Values

MODE_SUFFIX

public static final short MODE_SUFFIX
See Also:
Constant Field Values
Method Detail

getModeType

public short getModeType()
A mode type: none, interleave, suffix.


getWildcard

public XSWildcard getWildcard()
A wildcard declaration


appliesToEmpty

public boolean appliesToEmpty()
A flag that indicates whether a default open content is applied when the content type of a complex type declaration is empty



Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.