JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
G
I
J
O
P
R
T
V
X
C
ContentHandler
- Interface in
org.apache.sling.jcr.contentparser
Handler that gets notified while parsing content with
ContentParser
.
ContentParser
- Interface in
org.apache.sling.jcr.contentparser
Parses repository content from a file.
ContentParserFactory
- Class in
org.apache.sling.jcr.contentparser
Factory for content parsers.
ContentType
- Enum in
org.apache.sling.jcr.contentparser
Content types.
create(ContentType)
- Static method in class org.apache.sling.jcr.contentparser.
ContentParserFactory
Create content parser.
create(ContentType, ParserOptions)
- Static method in class org.apache.sling.jcr.contentparser.
ContentParserFactory
Create content parser.
D
DEFAULT_IGNORE_RESOURCE_NAMES
- Static variable in class org.apache.sling.jcr.contentparser.
ParserOptions
Default list of resource names that should be ignored.
DEFAULT_JSON_PARSER_FEATURES
- Static variable in class org.apache.sling.jcr.contentparser.
ParserOptions
List of JSON parser features activated by default.
DEFAULT_PRIMARY_TYPE
- Static variable in class org.apache.sling.jcr.contentparser.
ParserOptions
Default primary type.
DEFAULT_REMOVE_PROPERTY_NAME_PREFIXES
- Static variable in class org.apache.sling.jcr.contentparser.
ParserOptions
Default list of prefixes to remove from property names.
defaultPrimaryType(String)
- Method in class org.apache.sling.jcr.contentparser.
ParserOptions
Default "jcr:primaryType" property for resources that have no explicit value for this value.
detectCalendarValues(boolean)
- Method in class org.apache.sling.jcr.contentparser.
ParserOptions
Some content formats like JSON do not contain information to identify date/time values.
G
getDefaultPrimaryType()
- Method in class org.apache.sling.jcr.contentparser.
ParserOptions
getExtension()
- Method in enum org.apache.sling.jcr.contentparser.
ContentType
getIgnorePropertyNames()
- Method in class org.apache.sling.jcr.contentparser.
ParserOptions
getIgnoreResourceNames()
- Method in class org.apache.sling.jcr.contentparser.
ParserOptions
getJsonParserFeatures()
- Method in class org.apache.sling.jcr.contentparser.
ParserOptions
getRemovePropertyNamePrefixes()
- Method in class org.apache.sling.jcr.contentparser.
ParserOptions
I
ignorePropertyNames(Set<String>)
- Method in class org.apache.sling.jcr.contentparser.
ParserOptions
Set a list of property names that should be ignored when parsing the content file.
ignoreResourceNames(Set<String>)
- Method in class org.apache.sling.jcr.contentparser.
ParserOptions
Set a list of resource/node names that should be ignored when parsing the content file.
isDetectCalendarValues()
- Method in class org.apache.sling.jcr.contentparser.
ParserOptions
J
JcrXmlContentParser
- Class in
org.apache.sling.jcr.contentparser.impl
Parses JCR XML files that contains content fragments.
JcrXmlContentParser(ParserOptions)
- Constructor for class org.apache.sling.jcr.contentparser.impl.
JcrXmlContentParser
JsonContentParser
- Class in
org.apache.sling.jcr.contentparser.impl
Parses JSON files that contains content fragments.
JsonContentParser(ParserOptions)
- Constructor for class org.apache.sling.jcr.contentparser.impl.
JsonContentParser
JsonParserFeature
- Enum in
org.apache.sling.jcr.contentparser
Feature flags for parsing JSON files.
jsonParserFeatures(EnumSet<JsonParserFeature>)
- Method in class org.apache.sling.jcr.contentparser.
ParserOptions
Set set of features the JSON parser should apply when parsing files.
jsonParserFeatures(JsonParserFeature...)
- Method in class org.apache.sling.jcr.contentparser.
ParserOptions
JsonTicksConverter
- Class in
org.apache.sling.jcr.contentparser.impl
Converts JSON with ticks to JSON with quotes.
O
org.apache.sling.jcr.contentparser
- package org.apache.sling.jcr.contentparser
Parser for repository content serialized e.g.
org.apache.sling.jcr.contentparser.impl
- package org.apache.sling.jcr.contentparser.impl
P
parse(ContentHandler, InputStream)
- Method in interface org.apache.sling.jcr.contentparser.
ContentParser
Parse content in a "stream-based" way.
parse(ContentHandler, InputStream)
- Method in class org.apache.sling.jcr.contentparser.impl.
JcrXmlContentParser
parse(ContentHandler, InputStream)
- Method in class org.apache.sling.jcr.contentparser.impl.
JsonContentParser
parse(ContentHandler, InputStream)
- Method in class org.apache.sling.jcr.contentparser.impl.
XmlContentParser
ParseException
- Exception in
org.apache.sling.jcr.contentparser
Parsing exception.
ParseException(String)
- Constructor for exception org.apache.sling.jcr.contentparser.
ParseException
ParseException(String, Throwable)
- Constructor for exception org.apache.sling.jcr.contentparser.
ParseException
ParserOptions
- Class in
org.apache.sling.jcr.contentparser
Options for content parser.
ParserOptions()
- Constructor for class org.apache.sling.jcr.contentparser.
ParserOptions
R
removePropertyNamePrefixes(Set<String>)
- Method in class org.apache.sling.jcr.contentparser.
ParserOptions
Set a list of property name prefixes that should be removed automatically from the property name.
resource(String, Map<String, Object>)
- Method in interface org.apache.sling.jcr.contentparser.
ContentHandler
Resource found in parsed content.
T
tickToDoubleQuote(String)
- Static method in class org.apache.sling.jcr.contentparser.impl.
JsonTicksConverter
V
valueOf(String)
- Static method in enum org.apache.sling.jcr.contentparser.
ContentType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.apache.sling.jcr.contentparser.
JsonParserFeature
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.apache.sling.jcr.contentparser.
ContentType
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum org.apache.sling.jcr.contentparser.
JsonParserFeature
Returns an array containing the constants of this enum type, in the order they are declared.
X
XmlContentParser
- Class in
org.apache.sling.jcr.contentparser.impl
Parses XML files that contains content fragments.
XmlContentParser(ParserOptions)
- Constructor for class org.apache.sling.jcr.contentparser.impl.
XmlContentParser
C
D
G
I
J
O
P
R
T
V
X
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2007–2018
The Apache Software Foundation
. All rights reserved.