Class | Description |
---|---|
JsonReader |
The
JsonReader Parses a Json document on content load and creates the
corresponding node structure with properties. |
OrderedJsonReader |
Specific
JsonReader , OrderedJsonReader parse json document exactly the same,
but does specific look up for SLING:ordered : [{SLING:name: "first", ...},{SLING:name: "second", ...}]
type of structure that will force import of an orderable node with first and second
children, in that order. |
XmlReader |
This reader reads an xml file defining the content.
|
XmlReader.AttributeMap |
Utility class for dealing with attributes from KXmlParser.
|
XmlReader.FileDescription |
Represents a reference to a file that is to be loaded into the repository.
|
XmlReader.NodeDescription | |
XmlReader.PropertyDescription | |
ZipReader |
The
ZipReader TODO |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.