Uses of Class
eu.bandm.tools.dtd.DTD.EntityValue
Packages that use DTD.EntityValue
-
Uses of DTD.EntityValue in eu.bandm.tools.dtd
Fields in eu.bandm.tools.dtd declared as DTD.EntityValueModifier and TypeFieldDescriptionprotected DTD.EntityValueDTD.Entity.valueGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.dtd with type parameters of type DTD.EntityValueModifier and TypeMethodDescriptionprotected <T extends DTD.EntityValue>
TDTD.Rewriter.breakLoop(T e0) Methods in eu.bandm.tools.dtd that return DTD.EntityValueModifier and TypeMethodDescriptionDTD.EntityValue.doclone()Clones this object.DTD.__SAX_Parser.fill_EntityValue(Object res) DTD.Entity.get_value()Generated by umod; model author's documentation MISSING.Copies values of all common fields from the argument.DTD.__SAX_Parser.matchSAX_EntityValue()Methods in eu.bandm.tools.dtd that return types with arguments of type DTD.EntityValueModifier and TypeMethodDescriptionstatic Pattern<DTD.EntityValue> DTD.EntityValue.get_definition(Pattern<? super String> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<DTD.EntityValue> DTD.EntityValue.get_id(Pattern<? super XMLDocumentIdentifier> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<DTD.EntityValue> DTD.EntityValue.get_replacement(Pattern<? super String> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<DTD.EntityValue> DTD.__Patterns.term_EntityValue(Pattern<Object> superpattern, Pattern<? super XMLDocumentIdentifier> p_id, Pattern<? super String> p_definition, Pattern<? super String> p_replacement) Methods in eu.bandm.tools.dtd with parameters of type DTD.EntityValueModifier and TypeMethodDescriptionprotected voidDTD.__Formatter.action(DTD.EntityValue el) voidDTD.__SAX_Writer.action(DTD.EntityValue e0) protected voidDTD.CoRewriter.action(DTD.EntityValue e0) protected voidDTD.Dump.action(DTD.EntityValue e0) protected voidDTD.MATCH_ONLY_00.action(DTD.EntityValue e0) protected voidDTD.Rewriter.action(DTD.EntityValue e0) protected voidDTD.SinglePathVisitor.action(DTD.EntityValue e0) protected voidDTD.Visitor.action(DTD.EntityValue e0) protected voidDTD.Dump.descend(DTD.EntityValue e0) protected voidDTD.Visitor.descend(DTD.EntityValue e0) voidDTD.__SAX_Writer.dumpfields(DTD.EntityValue e0) voidDTD.__SAX_Parser.XMLPARSER_EntityValue.fillFields(DTD.EntityValue newobj) voidDTD.MATCH_ONLY_00.match(DTD.EntityValue e0) voidDTD.__SAX_Parser.XMLPARSER_EntityValue.parsefields(DTD.EntityValue newobj) protected voidDTD.Visitor.post(DTD.EntityValue e0) protected voidDTD.Visitor.pre(DTD.EntityValue e0) protected voidDTD.Dump.printscalars(DTD.EntityValue e0) protected voidDTD.CoRewriter.rewriteFields(DTD.EntityValue clone) protected voidDTD.Rewriter.rewriteFields(DTD.EntityValue clone) booleanDTD.Entity.set_value(DTD.EntityValue val) Generated by umod; model author's documentation MISSING.protected FormatDTD.__Formatter.toFormat(DTD.EntityValue el) Method parameters in eu.bandm.tools.dtd with type arguments of type DTD.EntityValueModifier and TypeMethodDescriptionDTD.__Patterns.cast_EntityValue(Pattern<? super DTD.EntityValue> p) static Pattern<DTD.Entity> DTD.Entity.get_value(Pattern<? super DTD.EntityValue> p) Lifts a pattern which matches the field value to one which matches this whole object.Constructors in eu.bandm.tools.dtd with parameters of type DTD.EntityValueModifierConstructorDescriptionEntity(boolean parameter, String name, DTD.EntityValue value) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".Entity(Location<XMLDocumentIdentifier> location, boolean parameter, String name, DTD.EntityValue value) Constructor generated according to specification #99
Constructor defined according to directive "C 99/..".