Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
S
setAttList(AttList)
- Method in class com.conradroche.matra.decl.
ElementType
Insert the method's description here.
setAttributeName(String)
- Method in class com.conradroche.matra.decl.
Attribute
Set the name of the attribute.
setAttributeName(String)
- Method in interface com.conradroche.dtd.decl.
AttDef
Set the attribute name for this attribute definition.
setAttributeNames(String[])
- Method in class com.conradroche.matra.decl.
ElementType
Insert the method's description here.
setAttType(short)
- Method in interface com.conradroche.dtd.decl.
AttDef
Sets the attribute type for this attribute definition.
setCardinality(short)
- Method in interface com.conradroche.dtd.decl.elem.
ContentParticle
Sets the multiplicity for this ContentParticle.
setChildren(ElementType[])
- Method in class com.conradroche.matra.decl.
ElementType
Insert the method's description here.
setChildrenNames(String[])
- Method in class com.conradroche.matra.decl.
ElementType
Insert the method's description here.
setCommentText(String)
- Method in class com.conradroche.matra.decl.
Comment
Sets the comment text.
setCommentText(String)
- Method in interface com.conradroche.dtd.decl.
Comment
Sets the comment text.
setContentSpec(ContentSpec)
- Method in interface com.conradroche.dtd.decl.
ElementDecl
Sets the content spec for this element declaration.
setCPList(Collection)
- Method in interface com.conradroche.dtd.decl.elem.
CompositeContentParticle
Sets the list of ContentParticle associated with this CompositeContentParticle.
setCPType(short)
- Method in interface com.conradroche.dtd.decl.elem.
CompositeContentParticle
Sets the type for this Composite CP.
setDefaultDeclType(short)
- Method in interface com.conradroche.dtd.decl.
AttDef
Set the default declaration type for this attribute definition.
setDefaultValue(String)
- Method in interface com.conradroche.dtd.decl.
AttDef
Set the default value for the attribute definition.
setElementContent(Collection, short, short)
- Method in interface com.conradroche.dtd.decl.elem.
ContentModel
Sets the element content for this content model.
setElementList(Collection)
- Method in interface com.conradroche.dtd.decl.elem.
MixedContent
Sets the collection of element names that constitute this mixed content.
setElementName(String)
- Method in interface com.conradroche.dtd.decl.
ElementDecl
Sets the element name for this element declaration.
setElementName(String)
- Method in interface com.conradroche.dtd.decl.
AttlistDecl
Sets the element name associated with this attribute list declaration.
setElementName(String)
- Method in interface com.conradroche.dtd.decl.elem.
SimpleContentParticle
Sets the element name that this content particle holds.
setEleName(String)
- Method in class com.conradroche.matra.decl.
AttList
Set the element name associated with this attribute list.
setEntityName(String)
- Method in class com.conradroche.matra.decl.
Entity
Insert the method's description here.
setEntityName(String)
- Method in interface com.conradroche.dtd.decl.
Entity
Sets the name for this entity.
setEnumeratedValues(Collection)
- Method in interface com.conradroche.dtd.decl.
AttDef
Sets the enumerated values for this attribute definition.
setLiteralValue(String)
- Method in class com.conradroche.matra.decl.
Entity
Insert the method's description here.
setLiteralValue(String)
- Method in interface com.conradroche.dtd.decl.
Entity
Sets the literal value of this Entity.
setName(String)
- Method in class com.conradroche.matra.decl.
ElementType
Insert the method's description here.
setNotationName(String)
- Method in class com.conradroche.matra.decl.
Notation
Sets the Notation name.
setNotationName(String)
- Method in class com.conradroche.matra.decl.
GeneralEntity
Sets the Notation name, is any, associated with this Entity.
setNotationName(String)
- Method in interface com.conradroche.dtd.decl.
GeneralEntity
Sets the Notation name, is any, associated with this Entity.
setNotationName(String)
- Method in interface com.conradroche.dtd.decl.
Notation
Sets the Notation name.
setParentNames(String[])
- Method in class com.conradroche.matra.decl.
ElementType
Insert the method's description here.
setPublicIdentifier(String)
- Method in class com.conradroche.matra.decl.
Entity
Sets the Public Identifier.
setPublicIdentifier(String)
- Method in interface com.conradroche.dtd.decl.
ExternalID
Sets the Public Identifier.
setSystemIdentifier(String)
- Method in class com.conradroche.matra.decl.
Entity
Sets the System Identifier.
setSystemIdentifier(String)
- Method in interface com.conradroche.dtd.decl.
ExternalID
Sets the System Identifier.
setType(int)
- Method in class com.conradroche.matra.decl.
Entity
Insert the method's description here.
SimpleContentParticle
- interface com.conradroche.dtd.decl.elem.
SimpleContentParticle
.
This class holds the ContentParticle that contains an Element Name followed by the Multiplicity.
SimpleMatraEg
- class com.conradroche.matra.example.
SimpleMatraEg
.
A very simple dtd parsing example using Matra.
SimpleMatraEg()
- Constructor for class com.conradroche.matra.example.
SimpleMatraEg
SimpleMatraEg Constructor.
skipChars(char[])
- Method in class com.conradroche.matra.data.
ParseableData
Read from the data stream while the char is among the one specified.
skipChars(int)
- Method in class com.conradroche.matra.data.
ParseableData
Skip the next few chars.
skipWhiteSpace()
- Method in class com.conradroche.matra.data.
ParseableData
Read from the data stream while the char is a whitespace character.
suite()
- Static method in class com.conradroche.matra.test.parser.
ReaderTestSuite
CR: JavaDoc: Add javadoc for ReaderTestSuite::suite
suite()
- Static method in class com.conradroche.matra.test.
MatraTestSuite
CR: JavaDoc: Add javadoc for MatraTestSuite::suite
suite()
- Static method in class com.conradroche.matra.test.data.
DataTest
CR: JavaDoc: Add javadoc for DataTest::suite
suite()
- Static method in class com.conradroche.matra.test.data.
ParseableDataTest
CR: JavaDoc: Add javadoc for ParseableDataTest::suite
suite()
- Static method in class com.conradroche.matra.test.data.
DTDDataTest
CR: JavaDoc: Add javadoc for DTDDataTest::suite
suite()
- Static method in class com.conradroche.matra.test.data.
DataTestSuite
CR: JavaDoc: Add javadoc for DataTestSuite::suite
suite()
- Static method in class com.conradroche.matra.test.decl.
AttributeTest
CR: JavaDoc: Add javadoc for AttributeTest::suite
suite()
- Static method in class com.conradroche.matra.test.decl.
DeclTestSuite
CR: JavaDoc: Add javadoc for DeclTestSuite::suite
suite()
- Static method in class com.conradroche.matra.test.decl.
ElementTypeTest
CR: JavaDoc: Add javadoc for ElementTypeTest::suite
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U