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,
java.lang.String id,
EntityDecl ent) |
|
private void |
DTDSubsetImpl.combineElements(InputProblemReporter rep,
java.util.HashMap<PrefixedName,DTDElement> intElems,
java.util.HashMap<PrefixedName,DTDElement> extElems) |
Method that will try to merge in elements defined in the external
subset, into internal subset; it will also check for redeclarations
when doing this, as it's invalid to redeclare elements.
|
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.
|
private DTDAttribute |
DTDElement.doAddAttribute(java.util.Map<PrefixedName,DTDAttribute> attrMap,
InputProblemReporter rep,
DTDAttribute attr,
java.util.List<DTDAttribute> specList,
boolean fullyValidate) |
|
void |
DTDElement.mergeMissingAttributesFrom(InputProblemReporter rep,
DTDElement other,
boolean fullyValidate) |
|
protected java.lang.String |
DTDAttribute.reportValidationProblem(InputProblemReporter rep,
java.lang.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 java.lang.String |
DTDAttribute.validateDefaultName(InputProblemReporter rep,
boolean normalize) |
|
protected java.lang.String |
DTDAttribute.validateDefaultNames(InputProblemReporter rep,
boolean normalize) |
|
protected java.lang.String |
DTDAttribute.validateDefaultNmToken(InputProblemReporter rep,
boolean normalize) |
|