Class CMAny
java.lang.Object
org.apache.xerces.impl.dtd.models.CMNode
org.apache.xerces.impl.dtd.models.CMAny
Content model any node.
INTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
- Version:
- $Id: CMAny.java 572057 2007-09-02 18:03:20Z mrglavas $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
calcFirstPos
(CMStateSet toSet) protected void
calcLastPos
(CMStateSet toSet) boolean
toString()
Methods inherited from class org.apache.xerces.impl.dtd.models.CMNode
firstPos, isCompactedForUPA, lastPos, setIsCompactUPAModel, setMaxStates, type
-
Constructor Details
-
CMAny
Constructs a content model any.
-
-
Method Details
-
isNullable
public boolean isNullable()- Specified by:
isNullable
in classCMNode
-
toString
-
calcFirstPos
- Specified by:
calcFirstPos
in classCMNode
-
calcLastPos
- Specified by:
calcLastPos
in classCMNode
-