Class PlainXmlModel

  • All Implemented Interfaces:
    java.lang.AutoCloseable, IModel

    public class PlainXmlModel
    extends CachedModel<org.w3c.dom.Element>
    • Field Detail

      • idAttributeName

        protected java.lang.String idAttributeName
      • document

        protected org.w3c.dom.Document document
      • uri

        protected java.lang.String uri
      • file

        protected java.io.File file
      • xml

        protected java.lang.String xml
      • createdElements

        protected java.util.ArrayList<org.w3c.dom.Element> createdElements
      • bindings

        protected java.util.ArrayList<Binding> bindings
      • DEFAULT_NEW_TAG_NAME

        protected static final java.lang.String DEFAULT_NEW_TAG_NAME
        See Also:
        Constant Field Values
    • Constructor Detail

      • PlainXmlModel

        public PlainXmlModel()