Package | Description |
---|---|
org.apache.xerces.impl.dtd.models | |
org.apache.xerces.impl.xs.models |
Modifier and Type | Class and Description |
---|---|
class |
CMAny
Content model any node.
|
class |
CMBinOp
Content model Bin-Op node.
|
class |
CMLeaf
Content model leaf node.
|
class |
CMUniOp
Content model Uni-Op node.
|
Constructor and Description |
---|
CMBinOp(int type,
CMNode leftNode,
CMNode rightNode) |
CMUniOp(int type,
CMNode childNode) |
DFAContentModel(CMNode syntaxTree,
int leafCount,
boolean mixed)
Constructs a DFA content model.
|
Modifier and Type | Class and Description |
---|---|
class |
XSCMBinOp
Content model Bin-Op node.
|
class |
XSCMLeaf
Content model leaf node.
|
class |
XSCMRepeatingLeaf
A compound content model leaf node which carries occurence information.
|
class |
XSCMUniOp
Content model Uni-Op node.
|
Modifier and Type | Method and Description |
---|---|
CMNode |
CMNodeFactory.getCMBinOpNode(int type,
CMNode leftNode,
CMNode rightNode) |
CMNode |
CMNodeFactory.getCMLeafNode(int type,
Object leaf,
int id,
int position) |
CMNode |
CMNodeFactory.getCMRepeatingLeafNode(int type,
Object leaf,
int minOccurs,
int maxOccurs,
int id,
int position) |
CMNode |
CMNodeFactory.getCMUniOpNode(int type,
CMNode childNode) |
Modifier and Type | Method and Description |
---|---|
CMNode |
CMNodeFactory.getCMBinOpNode(int type,
CMNode leftNode,
CMNode rightNode) |
CMNode |
CMNodeFactory.getCMUniOpNode(int type,
CMNode childNode) |
Constructor and Description |
---|
XSCMBinOp(int type,
CMNode leftNode,
CMNode rightNode) |
XSCMUniOp(int type,
CMNode childNode) |
XSDFACM(CMNode syntaxTree,
int leafCount)
Constructs a DFA content model.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.