Uses of Class
org.apache.fop.afp.parser.UnparsedStructuredField
Packages that use UnparsedStructuredField
Package
Description
Contains a collection of useful AFP utility classes.
-
Uses of UnparsedStructuredField in org.apache.fop.afp.parser
Methods in org.apache.fop.afp.parser that return UnparsedStructuredFieldModifier and TypeMethodDescriptionMODCAParser.readNextStructuredField()Reads the next structured field from the input stream. -
Uses of UnparsedStructuredField in org.apache.fop.afp.util
Methods in org.apache.fop.afp.util with parameters of type UnparsedStructuredFieldModifier and TypeMethodDescriptionprivate static voidAFPResourceUtil.copyNamedStructuredFields(String name, UnparsedStructuredField fieldBegin, MODCAParser parser, OutputStream out) private static booleanAFPResourceUtil.fieldHasValidName(UnparsedStructuredField field, String name) The AFP specification states that it is valid for the end structured field to have: - No tag name specified, which will cause it to match any existing tag type match.private static booleanAFPResourceUtil.fieldMatchesBeginCategoryCode(UnparsedStructuredField field, UnparsedStructuredField fieldBegin) private static booleanAFPResourceUtil.fieldMatchesEndTagType(UnparsedStructuredField field) private static StringAFPResourceUtil.getResourceName(UnparsedStructuredField field) private static booleanAFPResourceUtil.isEndOfStructuredField(UnparsedStructuredField field, UnparsedStructuredField fieldBegin, String name)