public class

XSCMBinOp

extends CMNode
java.lang.Object
   ↳ org.apache.xerces.impl.dtd.models.CMNode
     ↳ org.apache.xerces.impl.xs.models.XSCMBinOp

Class Overview

Content model Bin-Op node.

Summary

Public Constructors
XSCMBinOp(int type, CMNode leftNode, CMNode rightNode)
Public Methods
boolean isNullable()
Protected Methods
void calcFirstPos(CMStateSet toSet)
void calcLastPos(CMStateSet toSet)
[Expand]
Inherited Methods
From class org.apache.xerces.impl.dtd.models.CMNode
From class java.lang.Object

Public Constructors

public XSCMBinOp (int type, CMNode leftNode, CMNode rightNode)

Public Methods

public boolean isNullable ()

Protected Methods

protected void calcFirstPos (CMStateSet toSet)

protected void calcLastPos (CMStateSet toSet)