Uses of Class
com.adobe.epubcheck.vocab.Property
-
Packages that use Property Package Description com.adobe.epubcheck.ocf com.adobe.epubcheck.opf com.adobe.epubcheck.vocab -
-
Uses of Property in com.adobe.epubcheck.ocf
Methods in com.adobe.epubcheck.ocf with parameters of type Property Modifier and Type Method Description voidOCFCheckerState. addProperty(Property property) -
Uses of Property in com.adobe.epubcheck.opf
Fields in com.adobe.epubcheck.opf declared as Property Modifier and Type Field Description private PropertyMetadataSet.Metadata. propertyFields in com.adobe.epubcheck.opf with type parameters of type Property Modifier and Type Field Description private com.google.common.collect.SetMultimap<Property,MetadataSet.Metadata>MetadataSet. allprivate com.google.common.collect.Multimap<Property,MetadataSet.Metadata>MetadataSet.Builder. allprivate com.google.common.collect.Multimap<Property,MetadataSet.Metadata>MetadataSet.Builder. primaryprivate com.google.common.collect.SetMultimap<Property,MetadataSet.Metadata>MetadataSet. primaryprivate java.util.Set<Property>OPFItem. propertiesjava.util.Set<Property>ValidationContext. propertiesThe set of properties associated to the resource being validated.private com.google.common.collect.ImmutableSet.Builder<Property>ValidationContext.ValidationContextBuilder. propertiesprivate com.google.common.collect.ImmutableSet.Builder<Property>OPFItem.Builder. propertiesBuilderprivate java.util.Set<Property>LinkedResource.Builder. relprivate java.util.Set<Property>LinkedResource. relMethods in com.adobe.epubcheck.opf that return Property Modifier and Type Method Description PropertyMetadataSet.Metadata. getProperty()The property representing the statement of the expression.Methods in com.adobe.epubcheck.opf that return types with arguments of type Property Modifier and Type Method Description java.util.Set<Property>OPFItem. getProperties()Returns the set ofPropertydeclared on this item or anyitemrefpointing to this item.java.util.Set<Property>LinkedResource. getRel()Returns the set of properties defining the nature of the resource, as defined in therelattribute.private java.util.Set<Property>OPFHandler30. processLinkProperties(java.lang.String properties)private java.util.Set<Property>OPFHandler30. processLinkRel(java.lang.String rel)Methods in com.adobe.epubcheck.opf with parameters of type Property Modifier and Type Method Description ValidationContext.ValidationContextBuilderValidationContext.ValidationContextBuilder. addProperty(Property property)booleanMetadataSet. containsAny(Property property)Returnstrueif this metadata set contains an expression (primary or subexpression) for the given propertybooleanMetadataSet. containsPrimary(Property property)Returnstrueif this metadata set contains a primary expression for the given propertybooleanMetadataSet. containsPrimary(Property property, java.lang.String value)Returnstrueif this metadata set contains a primary expression for the given property and the given valuejava.util.Set<MetadataSet.Metadata>MetadataSet. getAny(Property property)Returns the set of all metadata expressions (primary and subexpressions) for the given property.java.util.Set<MetadataSet.Metadata>MetadataSet. getPrimary(Property property)Returns the set of metadata primary expressions for the given property.static com.google.common.base.Predicate<ValidationContext>ValidationContext.ValidationContextPredicates. hasProp(Property property)Returns a predicate that evaluates totrueif the given property is declared in the context being tested.MetadataSet.BuilderMetadataSet.Builder. meta(java.lang.String id, Property property, java.lang.String value, java.lang.String refines)Adds a metadata expression to the set being built.static com.google.common.base.Optional<MetadataSet.Metadata>MetadataSet. tryFind(java.util.Set<MetadataSet.Metadata> metas, Property property, com.google.common.base.Optional<java.lang.String> value)Search all the given expressions and return the first one that matches the given property and value (if present).static com.google.common.base.Optional<MetadataSet.Metadata>MetadataSet. tryFindInRefines(java.util.Set<MetadataSet.Metadata> metas, Property property, com.google.common.base.Optional<java.lang.String> value)Search all refining expressions of the given metadata expressions, and return the first one that matches the given property and value (if present).Method parameters in com.adobe.epubcheck.opf with type arguments of type Property Modifier and Type Method Description OPFItem.BuilderOPFItem.Builder. properties(java.util.Set<Property> properties)ValidationContext.ValidationContextBuilderValidationContext.ValidationContextBuilder. properties(java.util.Set<Property> properties)LinkedResource.BuilderLinkedResource.Builder. rel(java.util.Set<Property> rel)Constructors in com.adobe.epubcheck.opf with parameters of type Property Constructor Description Metadata(java.lang.String id, Property property, java.lang.String value, java.lang.String refines, java.util.Set<MetadataSet.Metadata> refiners)Constructor parameters in com.adobe.epubcheck.opf with type arguments of type Property Constructor Description MetadataSet(com.google.common.collect.Multimap<Property,MetadataSet.Metadata> all, com.google.common.collect.Multimap<Property,MetadataSet.Metadata> primary, java.util.Map<MetadataSet.Metadata,MetadataSet.Metadata> refines, com.google.common.collect.Multimap<java.lang.String,MetadataSet.Metadata> refiners) -
Uses of Property in com.adobe.epubcheck.vocab
Fields in com.adobe.epubcheck.vocab with type parameters of type Property Modifier and Type Field Description private java.util.Map<java.lang.String,Property>EnumVocab. indexMethods in com.adobe.epubcheck.vocab that return Property Modifier and Type Method Description PropertyEnumVocab. get(P property)Returns thePropertyfor the given enum item contained in this vocabulary.static PropertyProperty. newFrom(java.lang.String name, java.lang.String base, java.lang.String prefix)Creates a new instance from a short name, a prefix, and a stem URI.static PropertyProperty. newFrom(java.lang.String name, java.lang.String base, java.lang.String prefix, java.lang.Enum<?> enumee)Creates a new instance from a short name, a prefix, and a stem URI, and an optionalEnumitem used to represent this property in known vocabularies.Methods in com.adobe.epubcheck.vocab that return types with arguments of type Property Modifier and Type Method Description com.google.common.base.Optional<Property>AggregateVocab. lookup(java.lang.String name)com.google.common.base.Optional<Property>EnumVocab. lookup(java.lang.String name)com.google.common.base.Optional<Property>UncheckedVocab. lookup(java.lang.String name)Returns a reference to a newPropertywith the short namename, the same prefix and stem URI as was given when creating this vocabulary.com.google.common.base.Optional<Property>Vocab. lookup(java.lang.String name)Returns whether a property in allowed in this vocabulary.private static java.util.Set<Property>VocabUtil. parseProperties(java.lang.String value, java.util.Map<java.lang.String,? extends Vocab> vocabs, boolean isList, ValidationContext context, EPUBLocation location)static com.google.common.base.Optional<Property>VocabUtil. parseProperty(java.lang.String value, java.util.Map<java.lang.String,Vocab> vocabs, ValidationContext context, EPUBLocation location)Parses a single property value and report validation errors on the fly.static java.util.Set<Property>VocabUtil. parsePropertyList(java.lang.String value, java.util.Map<java.lang.String,? extends Vocab> vocabs, ValidationContext context, EPUBLocation location)Parses a space-separated list of property values, and report validation errors on the fly.Method parameters in com.adobe.epubcheck.vocab with type arguments of type Property Modifier and Type Method Description static <E extends java.lang.Enum<E>>
java.util.Set<E>Property. filter(java.util.Set<Property> properties, java.lang.Class<E> clazz)Filters the given set ofPropertyvalues and keeps the values backed by anEnumconstant of the given type.
-