Package org.apache.sling.jcr.contentloader.internal.readers
package org.apache.sling.jcr.contentloader.internal.readers
-
ClassDescriptionThe
JsonReader
Parses a Json document on content load and creates the corresponding node structure with properties.SpecificJsonReader
,OrderedJsonReader
parse json document exactly the same, but does specific look up for SLING:ordered : [{SLING:name: "first", ...},{SLING:name: "second", ...}]This reader reads an xml file defining the content.Utility class for dealing with attributes from KXmlParser.Represents a reference to a file that is to be loaded into the repository.TheZipReader
TODO