DTDAttribute |
DTDElement.addAttribute(InputProblemReporter rep,
PrefixedName attrName,
int valueType,
DefaultAttrValue defValue,
WordResolver enumValues,
boolean fullyValidate) |
Method called by DTD parser when it has read information about
an attribute that belong to this element
|
DTDAttribute |
DTDElement.addNsDefault(InputProblemReporter rep,
PrefixedName attrName,
int valueType,
DefaultAttrValue defValue,
boolean fullyValidate) |
Method called to add a definition of a namespace-declaration
pseudo-attribute with a default value.
|
protected void |
DTDAttribute.checkEntity(InputProblemReporter rep,
String id,
EntityDecl ent) |
|
abstract DTDSubset |
DTDSubset.combineWithExternalSubset(InputProblemReporter rep,
DTDSubset extSubset) |
Method that will combine definitions from this internal subset with
definitions from passed-in external subset, producing a new combined
DTDSubset instance.
|
DTDSubset |
DTDSubsetImpl.combineWithExternalSubset(InputProblemReporter rep,
DTDSubset extSubset) |
Method that will combine definitions from internal and external subsets,
producing a single DTD set.
|
void |
DTDElement.defineFrom(InputProblemReporter rep,
DTDElement definedElem,
boolean fullyValidate) |
Method called to "upgrade" a placeholder using a defined element,
including adding attributes.
|
void |
DTDElement.mergeMissingAttributesFrom(InputProblemReporter rep,
DTDElement other,
boolean fullyValidate) |
|
protected String |
DTDAttribute.reportValidationProblem(InputProblemReporter rep,
String msg) |
Method called during parsing of DTD schema, to report a problem.
|
abstract void |
DTDAttribute.validateDefault(InputProblemReporter rep,
boolean normalize) |
Method called by the DTDValidator
to ask attribute to verify that the default it has (if any) is
valid for such type.
|
void |
DTDCdataAttr.validateDefault(InputProblemReporter rep,
boolean normalize) |
|
void |
DTDEntitiesAttr.validateDefault(InputProblemReporter rep,
boolean normalize) |
Method called by the validator object
to ask attribute to verify that the default it has (if any) is
valid for such type.
|
void |
DTDEntityAttr.validateDefault(InputProblemReporter rep,
boolean normalize) |
Method called by the validator object
to ask attribute to verify that the default it has (if any) is
valid for such type.
|
void |
DTDEnumAttr.validateDefault(InputProblemReporter rep,
boolean normalize) |
Method called by the validator
to ask attribute to verify that the default it has (if any) is
valid for such type.
|
void |
DTDIdAttr.validateDefault(InputProblemReporter rep,
boolean normalize) |
Method called by the validator
to ask attribute to verify that the default it has (if any) is
valid for such type.
|
void |
DTDIdRefAttr.validateDefault(InputProblemReporter rep,
boolean normalize) |
Method called by the validator
to ask attribute to verify that the default it has (if any) is
valid for such type.
|
void |
DTDIdRefsAttr.validateDefault(InputProblemReporter rep,
boolean normalize) |
Method called by the validator
to ask attribute to verify that the default it has (if any) is
valid for such type.
|
void |
DTDNmTokenAttr.validateDefault(InputProblemReporter rep,
boolean normalize) |
Method called by the validator
to ask attribute to verify that the default it has (if any) is
valid for such type.
|
void |
DTDNmTokensAttr.validateDefault(InputProblemReporter rep,
boolean normalize) |
Method called by the validator
to ask attribute to verify that the default it has (if any) is
valid for such type.
|
void |
DTDNotationAttr.validateDefault(InputProblemReporter rep,
boolean normalize) |
Method called by the validator
to ask attribute to verify that the default it has (if any) is
valid for such type.
|
protected String |
DTDAttribute.validateDefaultName(InputProblemReporter rep,
boolean normalize) |
|
protected String |
DTDAttribute.validateDefaultNames(InputProblemReporter rep,
boolean normalize) |
|
protected String |
DTDAttribute.validateDefaultNmToken(InputProblemReporter rep,
boolean normalize) |
|