Uses of Interface
org.simpleframework.xml.core.Model
Packages that use Model
-
Uses of Model in org.simpleframework.xml.core
Classes in org.simpleframework.xml.core that implement ModelModifier and TypeClassDescription(package private) classTheTreeModelobject is used to build a tree like structure to represent the XML schema for an annotated class.Fields in org.simpleframework.xml.core declared as ModelModifier and TypeFieldDescriptionprivate ModelModelSection.modelThis is the model that contains the elements and attributes.private final ModelStructure.modelThis contains the tree of XML elements and attributes used.private ModelStructureBuilder.rootThis the core model used to represent the XML structure.Methods in org.simpleframework.xml.core that return ModelModifier and TypeMethodDescriptionprivate ModelStructureBuilder.create(Expression path) This is used to register aModelfor this builder.private ModelThis is used to register aModelwithin this model.This method is used to look for aModelthat matches the specified element name.Model.lookup(Expression path) This method is used to look for aModelthat matches the specified expression.ModelList.lookup(int index) This is used to find a model based on its index.This method is used to look for aModelthat matches the specified element name.private ModelStructureBuilder.lookup(Expression path) This method is used to look for aModelthat matches the specified expression.This method is used to look for aModelthat matches the specified element name.TreeModel.lookup(Expression path) This method is used to look for aModelthat matches the specified expression.This is used to register aModelwithin this model.private ModelStructureBuilder.register(Expression path) This is used to register aModelfor this builder.This is used to register aModelwithin this model.ModelList.take()This is used to take the models from the model list at the first index.Methods in org.simpleframework.xml.core with parameters of type ModelModifier and TypeMethodDescriptionvoidThis is used to assemble the model by perform registrations based on theOrderannotation.private voidModelAssembler.assembleAttributes(Model model, Order order) This is used to assemble the model by perform registrations based on theOrderannotation.private voidModelAssembler.assembleElements(Model model, Order order) This is used to assemble the model by perform registrations based on theOrderannotation.voidThis is used to register the model within the list.voidThis is used to register aModelwithin this map.private voidModelAssembler.registerAttribute(Model model, Expression path) This will register the attribute specified in the path within the provided model.private voidModelAssembler.registerAttributes(Model model, Expression path) This is used to perform registrations using an expression.private voidModelAssembler.registerElement(Model model, Expression path) This is used to register the element within the specified model.private voidModelAssembler.registerElements(Model model, Expression path) This is used to perform registrations using an expression.Constructors in org.simpleframework.xml.core with parameters of type ModelModifierConstructorDescriptionModelSection(Model model) Constructor for theModelSectionobject.Structure(Instantiator factory, Model model, Label version, Label text, boolean primitive) Constructor for theStructureobject.