Package com.helger.xsds.xades132
Class CXAdES132
- java.lang.Object
-
- com.helger.xsds.xades132.CXAdES132
-
@Immutable public final class CXAdES132 extends Object
Utility class for this schema module- Author:
- Philip Helger
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_PREFIXstatic StringNAMESPACE_URI
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.helger.commons.collection.impl.ICommonsList<com.helger.commons.io.resource.ClassPathResource>getAllXSDIncludes()static com.helger.commons.collection.impl.ICommonsList<com.helger.commons.io.resource.ClassPathResource>getAllXSDResources()static com.helger.commons.io.resource.ClassPathResourcegetXSDResource()
-
-
-
Field Detail
-
DEFAULT_PREFIX
public static final String DEFAULT_PREFIX
- See Also:
- Constant Field Values
-
NAMESPACE_URI
public static final String NAMESPACE_URI
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAllXSDIncludes
@Nonnull @ReturnsMutableCopy public static com.helger.commons.collection.impl.ICommonsList<com.helger.commons.io.resource.ClassPathResource> getAllXSDIncludes()
- Returns:
- A list of all includes in the correct order. Never
null.
-
getXSDResource
@Nonnull public static final com.helger.commons.io.resource.ClassPathResource getXSDResource()
-
getAllXSDResources
@Nonnull @ReturnsMutableCopy public static com.helger.commons.collection.impl.ICommonsList<com.helger.commons.io.resource.ClassPathResource> getAllXSDResources()
-
-