Uses of Class
org.apache.batik.parser.ParseException
Packages that use ParseException
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
Provides a set of parsers and objects to manipulate SVG attributes.
-
Uses of ParseException in org.apache.batik.anim.dom
Methods in org.apache.batik.anim.dom that throw ParseExceptionModifier and TypeMethodDescriptionvoidAbstractSVGLengthList.LengthListBuilder.cm()ImplementsLengthHandler.cm().protected voidAbstractSVGLengthList.doParse(String value, ListHandler handler) Parses the attribute associated with this SVGLengthList.voidAbstractSVGLengthList.LengthListBuilder.em()ImplementsLengthHandler.em().voidAbstractSVGLengthList.LengthListBuilder.endLength()ImplementsLengthHandler.endLength().voidAbstractSVGLengthList.LengthListBuilder.endLengthList()ImplementsLengthListHandler.endLengthList().voidAbstractSVGLengthList.LengthListBuilder.ex()ImplementsLengthHandler.ex().voidAbstractSVGLengthList.LengthListBuilder.in()ImplementsLengthHandler.in().voidAbstractSVGLengthList.LengthListBuilder.lengthValue(float v) ImplementsLengthHandler.lengthValue(float).voidAbstractSVGLengthList.LengthListBuilder.mm()ImplementsLengthHandler.mm().voidAbstractSVGLengthList.LengthListBuilder.pc()ImplementsLengthHandler.pc().voidAbstractSVGLengthList.LengthListBuilder.percentage()ImplementsLengthHandler.percentage().voidAbstractSVGLengthList.LengthListBuilder.pt()ImplementsLengthHandler.pt().voidAbstractSVGLengthList.LengthListBuilder.px()ImplementsLengthHandler.px().voidAbstractSVGLengthList.LengthListBuilder.startLength()ImplementsLengthHandler.startLength().voidAbstractSVGLengthList.LengthListBuilder.startLengthList()ImplementsLengthListHandler.startLengthList(). -
Uses of ParseException in org.apache.batik.anim.timing
Methods in org.apache.batik.anim.timing that throw ParseExceptionModifier and TypeMethodDescriptionprotected floatTimedElement.parseClockValue(String s, boolean parseOffset) Parses a clock value or offset and returns it as a float. -
Uses of ParseException in org.apache.batik.bridge
Methods in org.apache.batik.bridge that throw ParseExceptionModifier and TypeMethodDescriptionvoidViewBox.ViewHandler.endFragmentIdentifier()Invoked when the fragment identifier ends.voidViewBox.ViewHandler.endPreserveAspectRatio()Invoked when the PreserveAspectRatio parsing ends.voidViewBox.ViewHandler.endTransformList()voidViewBox.ViewHandler.endViewTarget()Invoked when a view target specification ends.voidViewBox.ViewHandler.idReference(String s) Invoked when an ID has been parsed.voidViewBox.ViewHandler.meet()Invoked when 'meet' has been parsed.voidViewBox.ViewHandler.none()Invoked when 'none' been parsed.voidViewBox.ViewHandler.slice()Invoked when 'slice' has been parsed.voidViewBox.ViewHandler.startFragmentIdentifier()Invoked when the fragment identifier starts.voidViewBox.ViewHandler.startPreserveAspectRatio()Invoked when the PreserveAspectRatio parsing starts.voidViewBox.ViewHandler.startViewTarget()Invoked when a view target specification starts.voidViewBox.ViewHandler.viewBox(float x, float y, float width, float height) Invoked when 'viewBox(x,y,width,height)' has been parsed.voidViewBox.ViewHandler.viewTarget(String name) Invoked when a identifier has been parsed within a view target specification.voidViewBox.ViewHandler.xMaxYMax()Invoked when 'xMaxYMax' has been parsed.voidViewBox.ViewHandler.xMaxYMid()Invoked when 'xMaxYMid' has been parsed.voidViewBox.ViewHandler.xMaxYMin()Invoked when 'xMaxYMin' has been parsed.voidViewBox.ViewHandler.xMidYMax()Invoked when 'xMidYMax' has been parsed.voidViewBox.ViewHandler.xMidYMid()Invoked when 'xMidYMid' has been parsed.voidViewBox.ViewHandler.xMidYMin()Invoked when 'xMidYMin' has been parsed.voidViewBox.ViewHandler.xMinYMax()Invoked when 'xMinYMax' has been parsed.voidViewBox.ViewHandler.xMinYMid()Invoked when 'xMinYMid' has been parsed.voidViewBox.ViewHandler.xMinYMin()Invoked when 'xMinYMin' has been parsed. -
Uses of ParseException in org.apache.batik.bridge.svg12
Methods in org.apache.batik.bridge.svg12 that throw ParseExceptionModifier and TypeMethodDescriptionprotected voidXPathSubsetContentSelector.Scanner.nextToken()Returns the next token. -
Uses of ParseException in org.apache.batik.dom.svg
Methods in org.apache.batik.dom.svg that throw ParseExceptionModifier and TypeMethodDescriptionvoidAbstractSVGNormPathSegList.NormalizedPathSegListBuilder.arcAbs(float rx, float ry, float xAxisRotation, boolean largeArcFlag, boolean sweepFlag, float x, float y) voidAbstractSVGPathSegList.PathSegListBuilder.arcAbs(float rx, float ry, float xAxisRotation, boolean largeArcFlag, boolean sweepFlag, float x, float y) voidAbstractSVGNormPathSegList.NormalizedPathSegListBuilder.arcRel(float rx, float ry, float xAxisRotation, boolean largeArcFlag, boolean sweepFlag, float x, float y) voidAbstractSVGPathSegList.PathSegListBuilder.arcRel(float rx, float ry, float xAxisRotation, boolean largeArcFlag, boolean sweepFlag, float x, float y) voidAbstractSVGNormPathSegList.NormalizedPathSegListBuilder.closePath()ImplementsPathHandler.closePath().voidAbstractSVGPathSegList.PathSegListBuilder.closePath()ImplementsPathHandler.closePath().voidAbstractSVGNormPathSegList.NormalizedPathSegListBuilder.curvetoCubicAbs(float x1, float y1, float x2, float y2, float x, float y) voidAbstractSVGPathSegList.PathSegListBuilder.curvetoCubicAbs(float x1, float y1, float x2, float y2, float x, float y) voidAbstractSVGNormPathSegList.NormalizedPathSegListBuilder.curvetoCubicRel(float x1, float y1, float x2, float y2, float x, float y) voidAbstractSVGPathSegList.PathSegListBuilder.curvetoCubicRel(float x1, float y1, float x2, float y2, float x, float y) voidAbstractSVGNormPathSegList.NormalizedPathSegListBuilder.curvetoCubicSmoothAbs(float x2, float y2, float x, float y) voidAbstractSVGPathSegList.PathSegListBuilder.curvetoCubicSmoothAbs(float x2, float y2, float x, float y) voidAbstractSVGNormPathSegList.NormalizedPathSegListBuilder.curvetoCubicSmoothRel(float x2, float y2, float x, float y) voidAbstractSVGPathSegList.PathSegListBuilder.curvetoCubicSmoothRel(float x2, float y2, float x, float y) voidAbstractSVGNormPathSegList.NormalizedPathSegListBuilder.curvetoQuadraticAbs(float x1, float y1, float x, float y) voidAbstractSVGPathSegList.PathSegListBuilder.curvetoQuadraticAbs(float x1, float y1, float x, float y) voidAbstractSVGNormPathSegList.NormalizedPathSegListBuilder.curvetoQuadraticRel(float x1, float y1, float x, float y) voidAbstractSVGPathSegList.PathSegListBuilder.curvetoQuadraticRel(float x1, float y1, float x, float y) voidAbstractSVGNormPathSegList.NormalizedPathSegListBuilder.curvetoQuadraticSmoothAbs(float x, float y) voidAbstractSVGPathSegList.PathSegListBuilder.curvetoQuadraticSmoothAbs(float x, float y) voidAbstractSVGNormPathSegList.NormalizedPathSegListBuilder.curvetoQuadraticSmoothRel(float x, float y) voidAbstractSVGPathSegList.PathSegListBuilder.curvetoQuadraticSmoothRel(float x, float y) protected abstract voidAbstractSVGList.doParse(String value, ListHandler builder) Parses the given attribute value and informs the specifiedListHandlerof the parsed list items.protected voidAbstractSVGNormPathSegList.doParse(String value, ListHandler handler) Parse the 'd' attribute.protected voidAbstractSVGNumberList.doParse(String value, ListHandler handler) Parse the attribute associated with this SVGNumberList.protected voidAbstractSVGPathSegList.doParse(String value, ListHandler handler) Parse the 'd' attribute.protected voidAbstractSVGPointList.doParse(String value, ListHandler handler) Parses the 'points' attribute.protected voidAbstractSVGTransformList.doParse(String value, ListHandler handler) Parse the attribute associated with this SVGTransformList.voidAbstractSVGNumberList.NumberListBuilder.endNumber()ImplementsNumberListHandler.endNumber().voidAbstractSVGNumberList.NumberListBuilder.endNumberList()ImplementsNumberListHandler.endNumberList().voidAbstractSVGNormPathSegList.NormalizedPathSegListBuilder.endPath()ImplementsPathHandler.endPath().voidAbstractSVGPathSegList.PathSegListBuilder.endPath()ImplementsPathHandler.endPath().voidAbstractSVGPointList.PointsListBuilder.endPoints()ImplementsPointsHandler.endPoints().voidAbstractSVGTransformList.TransformListBuilder.endTransformList()ImplementsTransformListHandler.endTransformList().voidAbstractSVGNormPathSegList.NormalizedPathSegListBuilder.linetoAbs(float x, float y) ImplementsPathHandler.linetoAbs(float,float).voidAbstractSVGPathSegList.PathSegListBuilder.linetoAbs(float x, float y) ImplementsPathHandler.linetoAbs(float,float).voidAbstractSVGNormPathSegList.NormalizedPathSegListBuilder.linetoHorizontalAbs(float x) ImplementsPathHandler.linetoHorizontalAbs(float).voidAbstractSVGPathSegList.PathSegListBuilder.linetoHorizontalAbs(float x) ImplementsPathHandler.linetoHorizontalAbs(float).voidAbstractSVGNormPathSegList.NormalizedPathSegListBuilder.linetoHorizontalRel(float x) ImplementsPathHandler.linetoHorizontalRel(float).voidAbstractSVGPathSegList.PathSegListBuilder.linetoHorizontalRel(float x) ImplementsPathHandler.linetoHorizontalRel(float).voidAbstractSVGNormPathSegList.NormalizedPathSegListBuilder.linetoRel(float x, float y) ImplementsPathHandler.linetoRel(float,float).voidAbstractSVGPathSegList.PathSegListBuilder.linetoRel(float x, float y) ImplementsPathHandler.linetoRel(float,float).voidAbstractSVGNormPathSegList.NormalizedPathSegListBuilder.linetoVerticalAbs(float y) ImplementsPathHandler.linetoVerticalAbs(float).voidAbstractSVGPathSegList.PathSegListBuilder.linetoVerticalAbs(float y) ImplementsPathHandler.linetoVerticalAbs(float).voidAbstractSVGNormPathSegList.NormalizedPathSegListBuilder.linetoVerticalRel(float y) ImplementsPathHandler.linetoVerticalRel(float).voidAbstractSVGPathSegList.PathSegListBuilder.linetoVerticalRel(float y) ImplementsPathHandler.linetoVerticalRel(float).voidAbstractSVGTransformList.TransformListBuilder.matrix(float a, float b, float c, float d, float e, float f) voidAbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler.meet()Invoked when 'meet' has been parsed.voidAbstractSVGNormPathSegList.NormalizedPathSegListBuilder.movetoAbs(float x, float y) ImplementsPathHandler.movetoAbs(float,float).voidAbstractSVGPathSegList.PathSegListBuilder.movetoAbs(float x, float y) ImplementsPathHandler.movetoAbs(float,float).voidAbstractSVGNormPathSegList.NormalizedPathSegListBuilder.movetoRel(float x, float y) ImplementsPathHandler.movetoRel(float,float).voidAbstractSVGPathSegList.PathSegListBuilder.movetoRel(float x, float y) ImplementsPathHandler.movetoRel(float,float).voidAbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler.none()Invoked when 'none' been parsed.voidAbstractSVGNumberList.NumberListBuilder.numberValue(float v) ImplementsNumberListHandler.numberValue(float).voidAbstractSVGPointList.PointsListBuilder.point(float x, float y) ImplementsPointsHandler.point(float,float).voidAbstractSVGTransformList.TransformListBuilder.rotate(float theta) ImplementsTransformListHandler.rotate(float).voidAbstractSVGTransformList.TransformListBuilder.rotate(float theta, float cx, float cy) ImplementsTransformListHandler.rotate(float,float,float).voidAbstractSVGTransformList.TransformListBuilder.scale(float sx) ImplementsTransformListHandler.scale(float).voidAbstractSVGTransformList.TransformListBuilder.scale(float sx, float sy) ImplementsTransformListHandler.scale(float,float).voidAbstractSVGTransformList.TransformListBuilder.skewX(float skx) ImplementsTransformListHandler.skewX(float).voidAbstractSVGTransformList.TransformListBuilder.skewY(float sky) ImplementsTransformListHandler.skewY(float).voidAbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler.slice()Invoked when 'slice' has been parsed.voidAbstractSVGNumberList.NumberListBuilder.startNumber()ImplementsNumberListHandler.startNumber().voidAbstractSVGNumberList.NumberListBuilder.startNumberList()ImplementsNumberListHandler.startNumberList().voidAbstractSVGNormPathSegList.NormalizedPathSegListBuilder.startPath()ImplementsPathHandler.startPath().voidAbstractSVGPathSegList.PathSegListBuilder.startPath()ImplementsPathHandler.startPath().voidAbstractSVGPointList.PointsListBuilder.startPoints()ImplementsPointsHandler.startPoints().voidAbstractSVGTransformList.TransformListBuilder.startTransformList()ImplementsTransformListHandler.startTransformList().voidAbstractSVGTransformList.TransformListBuilder.translate(float tx) ImplementsTransformListHandler.translate(float).voidAbstractSVGTransformList.TransformListBuilder.translate(float tx, float ty) ImplementsTransformListHandler.translate(float,float).voidAbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler.xMaxYMax()Invoked when 'xMaxYMax' has been parsed.voidAbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler.xMaxYMid()Invoked when 'xMaxYMid' has been parsed.voidAbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler.xMaxYMin()Invoked when 'xMaxYMin' has been parsed.voidAbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler.xMidYMax()Invoked when 'xMidYMax' has been parsed.voidAbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler.xMidYMid()Invoked when 'xMidYMid' has been parsed.voidAbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler.xMidYMin()Invoked when 'xMidYMin' has been parsed.voidAbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler.xMinYMax()Invoked when 'xMinYMax' has been parsed.voidAbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler.xMinYMid()Invoked when 'xMinYMid' has been parsed.voidAbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler.xMinYMin()Invoked when 'xMinYMin' has been parsed. -
Uses of ParseException in org.apache.batik.parser
Methods in org.apache.batik.parser with parameters of type ParseExceptionModifier and TypeMethodDescriptionvoidDefaultErrorHandler.error(ParseException e) ImplementsErrorHandler.error(ParseException).voidErrorHandler.error(ParseException e) Called when a parse error occurs.Methods in org.apache.batik.parser that throw ParseExceptionModifier and TypeMethodDescriptionprotected voidPathParser._parsel(boolean expectNumber) protected voidPathParser._parseL(boolean expectNumber) voidAngleHandler.angleValue(float v) Invoked when a float value has been parsed.voidDefaultAngleHandler.angleValue(float v) ImplementsAngleHandler.angleValue(float).voidAWTPathProducer.arcAbs(float rx, float ry, float xAxisRotation, boolean largeArcFlag, boolean sweepFlag, float x, float y) voidDefaultPathHandler.arcAbs(float rx, float ry, float xAxisRotation, boolean largeArcFlag, boolean sweepFlag, float x, float y) voidPathArrayProducer.arcAbs(float rx, float ry, float xAxisRotation, boolean largeArcFlag, boolean sweepFlag, float x, float y) voidPathHandler.arcAbs(float rx, float ry, float xAxisRotation, boolean largeArcFlag, boolean sweepFlag, float x, float y) Invoked when an absolute elliptical arc command has been parsed.voidAWTPathProducer.arcRel(float rx, float ry, float xAxisRotation, boolean largeArcFlag, boolean sweepFlag, float x, float y) voidDefaultPathHandler.arcRel(float rx, float ry, float xAxisRotation, boolean largeArcFlag, boolean sweepFlag, float x, float y) voidPathArrayProducer.arcRel(float rx, float ry, float xAxisRotation, boolean largeArcFlag, boolean sweepFlag, float x, float y) voidPathHandler.arcRel(float rx, float ry, float xAxisRotation, boolean largeArcFlag, boolean sweepFlag, float x, float y) Invoked when a relative elliptical arc command has been parsed.voidAWTPathProducer.closePath()ImplementsPathHandler.closePath().voidDefaultPathHandler.closePath()ImplementsPathHandler.closePath().voidPathArrayProducer.closePath()ImplementsPathHandler.closePath().voidPathHandler.closePath()Invoked when a closepath has been parsed.voidDefaultLengthHandler.cm()ImplementsLengthHandler.cm().voidLengthArrayProducer.cm()ImplementsLengthHandler.cm().voidLengthHandler.cm()Invoked when 'cm' has been parsed.voidUnitProcessor.UnitResolver.cm()ImplementsLengthHandler.cm().protected voidPathArrayProducer.command(short val) Adds a path command to the list.static AffineTransformAWTTransformProducer.createAffineTransform(Reader r) Utility method for creating an AffineTransform.static AffineTransformAWTTransformProducer.createAffineTransform(String s) Utility method for creating an AffineTransform.static ShapeAWTPathProducer.createShape(Reader r, int wr) Utility method for creating an ExtendedGeneralPath.static ShapeAWTPolygonProducer.createShape(Reader r, int wr) Utility method for creating an ExtendedGeneralPath.static ShapeAWTPolylineProducer.createShape(Reader r, int wr) Utility method for creating an ExtendedGeneralPath.voidAWTPathProducer.curvetoCubicAbs(float x1, float y1, float x2, float y2, float x, float y) voidDefaultPathHandler.curvetoCubicAbs(float x1, float y1, float x2, float y2, float x, float y) voidPathArrayProducer.curvetoCubicAbs(float x1, float y1, float x2, float y2, float x, float y) voidPathHandler.curvetoCubicAbs(float x1, float y1, float x2, float y2, float x, float y) Invoked when an absolute cubic bezier curve command has been parsed.voidAWTPathProducer.curvetoCubicRel(float x1, float y1, float x2, float y2, float x, float y) voidDefaultPathHandler.curvetoCubicRel(float x1, float y1, float x2, float y2, float x, float y) voidPathArrayProducer.curvetoCubicRel(float x1, float y1, float x2, float y2, float x, float y) voidPathHandler.curvetoCubicRel(float x1, float y1, float x2, float y2, float x, float y) Invoked when a relative cubic bezier curve command has been parsed.voidAWTPathProducer.curvetoCubicSmoothAbs(float x2, float y2, float x, float y) voidDefaultPathHandler.curvetoCubicSmoothAbs(float x2, float y2, float x, float y) voidPathArrayProducer.curvetoCubicSmoothAbs(float x2, float y2, float x, float y) voidPathHandler.curvetoCubicSmoothAbs(float x2, float y2, float x, float y) Invoked when an absolute smooth cubic bezier curve command has been parsed.voidAWTPathProducer.curvetoCubicSmoothRel(float x2, float y2, float x, float y) voidDefaultPathHandler.curvetoCubicSmoothRel(float x2, float y2, float x, float y) voidPathArrayProducer.curvetoCubicSmoothRel(float x2, float y2, float x, float y) voidPathHandler.curvetoCubicSmoothRel(float x2, float y2, float x, float y) Invoked when a relative smooth cubic bezier curve command has been parsed.voidAWTPathProducer.curvetoQuadraticAbs(float x1, float y1, float x, float y) voidDefaultPathHandler.curvetoQuadraticAbs(float x1, float y1, float x, float y) voidPathArrayProducer.curvetoQuadraticAbs(float x1, float y1, float x, float y) voidPathHandler.curvetoQuadraticAbs(float x1, float y1, float x, float y) Invoked when an absolute quadratic bezier curve command has been parsed.voidAWTPathProducer.curvetoQuadraticRel(float x1, float y1, float x, float y) voidDefaultPathHandler.curvetoQuadraticRel(float x1, float y1, float x, float y) voidPathArrayProducer.curvetoQuadraticRel(float x1, float y1, float x, float y) voidPathHandler.curvetoQuadraticRel(float x1, float y1, float x, float y) Invoked when a relative quadratic bezier curve command has been parsed.voidAWTPathProducer.curvetoQuadraticSmoothAbs(float x, float y) voidDefaultPathHandler.curvetoQuadraticSmoothAbs(float x, float y) voidPathArrayProducer.curvetoQuadraticSmoothAbs(float x, float y) voidPathHandler.curvetoQuadraticSmoothAbs(float x, float y) Invoked when an absolute smooth quadratic bezier curve command has been parsed.voidAWTPathProducer.curvetoQuadraticSmoothRel(float x, float y) voidDefaultPathHandler.curvetoQuadraticSmoothRel(float x, float y) voidPathArrayProducer.curvetoQuadraticSmoothRel(float x, float y) voidPathHandler.curvetoQuadraticSmoothRel(float x, float y) Invoked when a relative smooth quadratic bezier curve command has been parsed.voidAngleHandler.deg()Invoked when 'deg' has been parsed.voidDefaultAngleHandler.deg()ImplementsAngleHandler.deg().protected abstract voidAbstractParser.doParse()Method responsible for actually parsing data after AbstractParser has initialized itself.protected voidAngleParser.doParse()Parses the current reader representing an angle.protected voidClockParser.doParse()Parses a clock value.protected voidFragmentIdentifierParser.doParse()Parses the current reader.protected voidLengthListParser.doParse()Parses the given reader.protected voidLengthPairListParser.doParse()Parses the given reader.protected voidLengthParser.doParse()protected voidNumberListParser.doParse()Parses the given reader.protected voidPathParser.doParse()protected voidPointsParser.doParse()Parses the current stream.protected voidPreserveAspectRatioParser.doParse()Parses the current stream.protected voidTimingSpecifierListParser.doParse()Parses a timing specifier list.protected voidTimingSpecifierParser.doParse()Parses a timing specifier.protected voidTransformListParser.doParse()Parses the current reader.voidDefaultLengthHandler.em()ImplementsLengthHandler.em().voidLengthArrayProducer.em()ImplementsLengthHandler.em().voidLengthHandler.em()Invoked when 'em' has been parsed.voidUnitProcessor.UnitResolver.em()ImplementsLengthHandler.em().voidAngleHandler.endAngle()Invoked when the angle attribute parsing ends.voidDefaultAngleHandler.endAngle()ImplementsAngleHandler.endAngle().voidDefaultFragmentIdentifierHandler.endFragmentIdentifier()voidFragmentIdentifierHandler.endFragmentIdentifier()Invoked when the fragment identifier ends.voidDefaultLengthHandler.endLength()ImplementsLengthHandler.endLength().voidLengthArrayProducer.endLength()ImplementsLengthHandler.endLength().voidLengthHandler.endLength()Invoked when the length attribute ends.voidUnitProcessor.UnitResolver.endLength()ImplementsLengthHandler.endLength().voidDefaultLengthListHandler.endLengthList()ImplementsLengthListHandler.endLengthList().voidLengthArrayProducer.endLengthList()Invoked when the length list attribute ends.voidLengthListHandler.endLengthList()Invoked when the length attribute ends.voidDefaultNumberListHandler.endNumber()ImplementsNumberListHandler.endNumber().voidNumberListHandler.endNumber()Invoked when the number attribute ends.voidDefaultNumberListHandler.endNumberList()ImplementsNumberListHandler.endNumberList().voidFloatArrayProducer.endNumberList()Invoked when the number list attribute ends.voidNumberListHandler.endNumberList()Invoked when the number list attribute ends.voidAWTPathProducer.endPath()ImplementsPathHandler.endPath().voidDefaultPathHandler.endPath()ImplementsPathHandler.endPath().voidPathArrayProducer.endPath()ImplementsPathHandler.endPath().voidPathHandler.endPath()Invoked when the path ends.voidAWTPolygonProducer.endPoints()ImplementsPointsHandler.endPoints().voidAWTPolylineProducer.endPoints()ImplementsPointsHandler.endPoints().voidDefaultPointsHandler.endPoints()ImplementsPointsHandler.endPoints().voidFloatArrayProducer.endPoints()ImplementsPointsHandler.endPoints().voidPointsHandler.endPoints()Invoked when the points attribute ends.voidDefaultPreserveAspectRatioHandler.endPreserveAspectRatio()voidPreserveAspectRatioHandler.endPreserveAspectRatio()Invoked when the PreserveAspectRatio parsing ends.voidAWTTransformProducer.endTransformList()ImplementsTransformListHandler.endTransformList().voidDefaultFragmentIdentifierHandler.endTransformList()ImplementsTransformListHandler.endTransformList().voidDefaultTransformListHandler.endTransformList()ImplementsTransformListHandler.endTransformList().voidTransformListHandler.endTransformList()Invoked when the transform ends.voidDefaultFragmentIdentifierHandler.endViewTarget()Invoked when a view target specification ends.voidFragmentIdentifierHandler.endViewTarget()Invoked when a view target specification ends.voidDefaultErrorHandler.error(ParseException e) ImplementsErrorHandler.error(ParseException).voidErrorHandler.error(ParseException e) Called when a parse error occurs.voidDefaultLengthHandler.ex()ImplementsLengthHandler.ex().voidLengthArrayProducer.ex()ImplementsLengthHandler.ex().voidLengthHandler.ex()Invoked when 'ex' has been parsed.voidUnitProcessor.UnitResolver.ex()ImplementsLengthHandler.ex().voidAngleHandler.grad()Invoked when 'grad' has been parsed.voidDefaultAngleHandler.grad()ImplementsAngleHandler.grad().voidDefaultFragmentIdentifierHandler.idReference(String s) Invoked when an ID has been parsed.voidFragmentIdentifierHandler.idReference(String s) Invoked when an ID has been parsed.voidDefaultLengthHandler.in()ImplementsLengthHandler.in().voidLengthArrayProducer.in()ImplementsLengthHandler.in().voidLengthHandler.in()Invoked when 'in' has been parsed.voidUnitProcessor.UnitResolver.in()ImplementsLengthHandler.in().voidDefaultLengthHandler.lengthValue(float v) ImplementsLengthHandler.lengthValue(float).voidLengthArrayProducer.lengthValue(float val) ImplementsLengthHandler.lengthValue(float).voidLengthHandler.lengthValue(float v) Invoked when a float value has been parsed.voidUnitProcessor.UnitResolver.lengthValue(float v) ImplementsLengthHandler.lengthValue(float).voidAWTPathProducer.linetoAbs(float x, float y) ImplementsPathHandler.linetoAbs(float,float).voidDefaultPathHandler.linetoAbs(float x, float y) ImplementsPathHandler.linetoAbs(float,float).voidPathArrayProducer.linetoAbs(float x, float y) ImplementsPathHandler.linetoAbs(float,float).voidPathHandler.linetoAbs(float x, float y) Invoked when an absolute line command has been parsed.voidAWTPathProducer.linetoHorizontalAbs(float x) ImplementsPathHandler.linetoHorizontalAbs(float).voidDefaultPathHandler.linetoHorizontalAbs(float x) ImplementsPathHandler.linetoHorizontalAbs(float).voidPathArrayProducer.linetoHorizontalAbs(float x) ImplementsPathHandler.linetoHorizontalAbs(float).voidPathHandler.linetoHorizontalAbs(float x) Invoked when an horizontal absolute line command has been parsed.voidAWTPathProducer.linetoHorizontalRel(float x) ImplementsPathHandler.linetoHorizontalRel(float).voidDefaultPathHandler.linetoHorizontalRel(float x) ImplementsPathHandler.linetoHorizontalRel(float).voidPathArrayProducer.linetoHorizontalRel(float x) ImplementsPathHandler.linetoHorizontalRel(float).voidPathHandler.linetoHorizontalRel(float x) Invoked when an horizontal relative line command has been parsed.voidAWTPathProducer.linetoRel(float x, float y) ImplementsPathHandler.linetoRel(float,float).voidDefaultPathHandler.linetoRel(float x, float y) ImplementsPathHandler.linetoRel(float,float).voidPathArrayProducer.linetoRel(float x, float y) ImplementsPathHandler.linetoRel(float,float).voidPathHandler.linetoRel(float x, float y) Invoked when a relative line command has been parsed.voidAWTPathProducer.linetoVerticalAbs(float y) ImplementsPathHandler.linetoVerticalAbs(float).voidDefaultPathHandler.linetoVerticalAbs(float y) ImplementsPathHandler.linetoVerticalAbs(float).voidPathArrayProducer.linetoVerticalAbs(float y) ImplementsPathHandler.linetoVerticalAbs(float).voidPathHandler.linetoVerticalAbs(float y) Invoked when a vertical absolute line command has been parsed.voidAWTPathProducer.linetoVerticalRel(float y) ImplementsPathHandler.linetoVerticalRel(float).voidDefaultPathHandler.linetoVerticalRel(float y) ImplementsPathHandler.linetoVerticalRel(float).voidPathArrayProducer.linetoVerticalRel(float y) ImplementsPathHandler.linetoVerticalRel(float).voidPathHandler.linetoVerticalRel(float y) Invoked when a vertical relative line command has been parsed.voidAWTTransformProducer.matrix(float a, float b, float c, float d, float e, float f) voidDefaultFragmentIdentifierHandler.matrix(float a, float b, float c, float d, float e, float f) voidDefaultTransformListHandler.matrix(float a, float b, float c, float d, float e, float f) voidTransformListHandler.matrix(float a, float b, float c, float d, float e, float f) Invoked when 'matrix(a, b, c, d, e, f)' has been parsed.voidDefaultPreserveAspectRatioHandler.meet()ImplementsPreserveAspectRatioHandler.meet().voidPreserveAspectRatioHandler.meet()Invoked when 'meet' has been parsed.voidDefaultLengthHandler.mm()ImplementsLengthHandler.mm().voidLengthArrayProducer.mm()ImplementsLengthHandler.mm().voidLengthHandler.mm()Invoked when 'mm' has been parsed.voidUnitProcessor.UnitResolver.mm()ImplementsLengthHandler.mm().voidAWTPathProducer.movetoAbs(float x, float y) ImplementsPathHandler.movetoAbs(float,float).voidDefaultPathHandler.movetoAbs(float x, float y) ImplementsPathHandler.movetoAbs(float,float).voidPathArrayProducer.movetoAbs(float x, float y) ImplementsPathHandler.movetoAbs(float,float).voidPathHandler.movetoAbs(float x, float y) Invoked when an absolute moveto command has been parsed.voidAWTPathProducer.movetoRel(float x, float y) ImplementsPathHandler.movetoRel(float,float).voidDefaultPathHandler.movetoRel(float x, float y) ImplementsPathHandler.movetoRel(float,float).voidPathArrayProducer.movetoRel(float x, float y) ImplementsPathHandler.movetoRel(float,float).voidPathHandler.movetoRel(float x, float y) Invoked when a relative moveto command has been parsed.intAbstractScanner.next()Returns the next token.protected abstract voidAbstractScanner.nextToken()Returns the next token.voidDefaultPreserveAspectRatioHandler.none()ImplementsPreserveAspectRatioHandler.none().voidPreserveAspectRatioHandler.none()Invoked when 'none' been parsed.voidDefaultNumberListHandler.numberValue(float v) ImplementsNumberListHandler.numberValue(float).voidFloatArrayProducer.numberValue(float v) Invoked when a float value has been parsed.voidLengthArrayProducer.numberValue(float v) Invoked when a float value has been parsed.voidNumberListHandler.numberValue(float v) Invoked when a float value has been parsed.protected voidPathArrayProducer.param(float val) Adds a path parameter to the list.voidAbstractParser.parse(InputStream is, String enc) Parses the given input stream.voidParses the given readervoidParses the given string.voidParses the given readervoidParses the given stringprotected voidPathParser.parsea()Parses a 'a' command.protected voidPathParser.parseA()Parses a 'A' command.protected voidPathParser.parsec()Parses a 'c' command.protected voidPathParser.parseC()Parses a 'C' command.protected floatTimingParser.parseClockValue()Parses a clock value.protected intTimingParser.parseDigits()Parses a sequence of digits and returns the integer.protected floatNumberParser.parseFloat()Parses the content of the buffer and converts it to a float.protected floatTimingParser.parseFraction()Parses a '.' and a sequence of digits and returns the float.protected voidPathParser.parseh()Parses a 'h' command.protected voidPathParser.parseH()Parses a 'H' command.protected voidFragmentIdentifierParser.parseIdentifier()Parses an identifier.protected Object[]TimingParser.parseIDValue(boolean escaped) Parses a timing specifier that starts with a word.protected voidPathParser.parsel()Parses a 'l' command.protected voidPathParser.parseL()Parses a 'L' command.protected voidLengthParser.parseLength()Parses a length value.protected voidPathParser.parsem()Parses a 'm' command.protected voidPathParser.parseM()Parses a 'M' command.protected voidFragmentIdentifierParser.parseMatrix()Parses a matrix transform.protected voidTransformListParser.parseMatrix()Parses a matrix transform.protected StringTimingParser.parseName()Parses an XML name with optional escaping in the middle.protected floatTimingParser.parseOffset()Parses an offset value.protected voidFragmentIdentifierParser.parsePreserveAspectRatio()Parses a PreserveAspectRatio attribute.protected voidPreserveAspectRatioParser.parsePreserveAspectRatio()Parses a PreserveAspectRatio attribute.protected voidPathParser.parseq()Parses a 'q' command.protected voidPathParser.parseQ()Parses a 'Q' command.protected voidFragmentIdentifierParser.parseRotate()Parses a rotate transform.protected voidTransformListParser.parseRotate()Parses a rotate transform.protected voidPathParser.parses()Parses a 's' command.protected voidPathParser.parseS()Parses a 'S' command.protected voidFragmentIdentifierParser.parseScale()Parses a scale transform.protected voidTransformListParser.parseScale()Parses a scale transform.protected voidFragmentIdentifierParser.parseSkew()Parses a skew transform.protected voidTransformListParser.parseSkew()Parses a skew transform.protected voidPathParser.parset()Parses a 't' command.protected voidPathParser.parseT()Parses a 'T' command.protected Object[]TimingParser.parseTimingSpecifier()Parses a timing specifier.protected voidFragmentIdentifierParser.parseTranslate()Parses a translate transform.protected voidTransformListParser.parseTranslate()Parses a translate transform.protected floatTimingParser.parseUnit()Parses a time unit and returns the float for the multiplier.protected voidPathParser.parsev()Parses a 'v' command.protected voidPathParser.parseV()Parses a 'V' command.protected voidFragmentIdentifierParser.parseViewAttributes()Parses the svgView attributes.protected CalendarTimingParser.parseWallclockValue()Parses a wallclock value and returns it as aCalendar.voidDefaultLengthHandler.pc()ImplementsLengthHandler.pc().voidLengthArrayProducer.pc()ImplementsLengthHandler.pc().voidLengthHandler.pc()Invoked when 'pc' has been parsed.voidUnitProcessor.UnitResolver.pc()ImplementsLengthHandler.pc().voidDefaultLengthHandler.percentage()ImplementsLengthHandler.percentage().voidLengthArrayProducer.percentage()ImplementsLengthHandler.percentage().voidLengthHandler.percentage()Invoked when '%' has been parsed.voidUnitProcessor.UnitResolver.percentage()ImplementsLengthHandler.percentage().voidAWTPolylineProducer.point(float x, float y) ImplementsPointsHandler.point(float,float).voidDefaultPointsHandler.point(float x, float y) ImplementsPointsHandler.point(float,float).voidFloatArrayProducer.point(float x, float y) ImplementsPointsHandler.point(float,float).voidPointsHandler.point(float x, float y) Invoked when a point has been parsed.voidDefaultLengthHandler.pt()ImplementsLengthHandler.pt().voidLengthArrayProducer.pt()ImplementsLengthHandler.pt().voidLengthHandler.pt()Invoked when 'pt' has been parsed.voidUnitProcessor.UnitResolver.pt()ImplementsLengthHandler.pt().voidDefaultLengthHandler.px()ImplementsLengthHandler.px().voidLengthArrayProducer.px()ImplementsLengthHandler.px().voidLengthHandler.px()Invoked when 'px' has been parsed.voidUnitProcessor.UnitResolver.px()ImplementsLengthHandler.px().voidAngleHandler.rad()Invoked when 'rad' has been parsed.voidDefaultAngleHandler.rad()ImplementsAngleHandler.rad().protected voidAbstractParser.reportError(String key, Object[] args) Signals an error to the error handler.protected voidPathParser.reportUnexpected(int ch) voidAWTTransformProducer.rotate(float theta) ImplementsTransformListHandler.rotate(float).voidAWTTransformProducer.rotate(float theta, float cx, float cy) ImplementsTransformListHandler.rotate(float,float,float).voidDefaultFragmentIdentifierHandler.rotate(float theta) ImplementsTransformListHandler.rotate(float).voidDefaultFragmentIdentifierHandler.rotate(float theta, float cx, float cy) ImplementsTransformListHandler.rotate(float,float,float).voidDefaultTransformListHandler.rotate(float theta) ImplementsTransformListHandler.rotate(float).voidDefaultTransformListHandler.rotate(float theta, float cx, float cy) ImplementsTransformListHandler.rotate(float,float,float).voidTransformListHandler.rotate(float theta) Invoked when 'rotate(theta)' has been parsed.voidTransformListHandler.rotate(float theta, float cx, float cy) Invoked when 'rotate(theta, cx, cy)' has been parsed.voidAWTTransformProducer.scale(float sx) ImplementsTransformListHandler.scale(float).voidAWTTransformProducer.scale(float sx, float sy) ImplementsTransformListHandler.scale(float,float).voidDefaultFragmentIdentifierHandler.scale(float sx) ImplementsTransformListHandler.scale(float).voidDefaultFragmentIdentifierHandler.scale(float sx, float sy) ImplementsTransformListHandler.scale(float,float).voidDefaultTransformListHandler.scale(float sx) ImplementsTransformListHandler.scale(float).voidDefaultTransformListHandler.scale(float sx, float sy) ImplementsTransformListHandler.scale(float,float).voidTransformListHandler.scale(float sx) Invoked when 'scale(sx)' has been parsed.voidTransformListHandler.scale(float sx, float sy) Invoked when 'scale(sx, sy)' has been parsed.voidAWTTransformProducer.skewX(float skx) ImplementsTransformListHandler.skewX(float).voidDefaultFragmentIdentifierHandler.skewX(float skx) ImplementsTransformListHandler.skewX(float).voidDefaultTransformListHandler.skewX(float skx) ImplementsTransformListHandler.skewX(float).voidTransformListHandler.skewX(float skx) Invoked when 'skewX(skx)' has been parsed.voidAWTTransformProducer.skewY(float sky) ImplementsTransformListHandler.skewY(float).voidDefaultFragmentIdentifierHandler.skewY(float sky) ImplementsTransformListHandler.skewY(float).voidDefaultTransformListHandler.skewY(float sky) ImplementsTransformListHandler.skewY(float).voidTransformListHandler.skewY(float sky) Invoked when 'skewY(sky)' has been parsed.protected voidPathParser.skipSubPath()Skips a sub-path.voidDefaultPreserveAspectRatioHandler.slice()ImplementsPreserveAspectRatioHandler.slice().voidPreserveAspectRatioHandler.slice()Invoked when 'slice' has been parsed.voidAngleHandler.startAngle()Invoked when the angle attribute parsing starts.voidDefaultAngleHandler.startAngle()ImplementsAngleHandler.startAngle().voidDefaultFragmentIdentifierHandler.startFragmentIdentifier()voidFragmentIdentifierHandler.startFragmentIdentifier()Invoked when the fragment identifier starts.voidDefaultLengthHandler.startLength()ImplementsLengthHandler.startLength().voidLengthArrayProducer.startLength()ImplementsLengthHandler.startLength().voidLengthHandler.startLength()Invoked when the length attribute starts.voidUnitProcessor.UnitResolver.startLength()ImplementsLengthHandler.startLength().voidDefaultLengthListHandler.startLengthList()ImplementsLengthListHandler.startLengthList().voidLengthArrayProducer.startLengthList()Invoked when the length list attribute starts.voidLengthListHandler.startLengthList()Invoked when the length list attribute starts.voidDefaultNumberListHandler.startNumber()ImplementsNumberListHandler.startNumber().voidNumberListHandler.startNumber()Invoked when the number attribute starts.voidDefaultNumberListHandler.startNumberList()ImplementsNumberListHandler.startNumberList().voidFloatArrayProducer.startNumberList()Invoked when the number list attribute starts.voidNumberListHandler.startNumberList()Invoked when the number list attribute starts.voidAWTPathProducer.startPath()ImplementsPathHandler.startPath().voidDefaultPathHandler.startPath()ImplementsPathHandler.startPath().voidPathArrayProducer.startPath()ImplementsPathHandler.startPath().voidPathHandler.startPath()Invoked when the path starts.voidAWTPolylineProducer.startPoints()ImplementsPointsHandler.startPoints().voidDefaultPointsHandler.startPoints()ImplementsPointsHandler.startPoints().voidFloatArrayProducer.startPoints()ImplementsPointsHandler.startPoints().voidPointsHandler.startPoints()Invoked when the points attribute starts.voidDefaultPreserveAspectRatioHandler.startPreserveAspectRatio()voidPreserveAspectRatioHandler.startPreserveAspectRatio()Invoked when the PreserveAspectRatio parsing starts.voidAWTTransformProducer.startTransformList()ImplementsTransformListHandler.startTransformList().voidDefaultFragmentIdentifierHandler.startTransformList()ImplementsTransformListHandler.startTransformList().voidDefaultTransformListHandler.startTransformList()ImplementsTransformListHandler.startTransformList().voidTransformListHandler.startTransformList()Invoked when the tranform starts.voidDefaultFragmentIdentifierHandler.startViewTarget()Invoked when a view target specification starts.voidFragmentIdentifierHandler.startViewTarget()Invoked when a view target specification starts.static floatUnitProcessor.svgToObjectBoundingBox(String s, String attr, short d, UnitProcessor.Context ctx) Returns the specified value with the specified direction in objectBoundingBox units.static floatUnitProcessor.svgToUserSpace(String s, String attr, short d, UnitProcessor.Context ctx) Returns the specified coordinate with the specified direction in user units.voidAWTTransformProducer.translate(float tx) ImplementsTransformListHandler.translate(float).voidAWTTransformProducer.translate(float tx, float ty) ImplementsTransformListHandler.translate(float,float).voidDefaultFragmentIdentifierHandler.translate(float tx) ImplementsTransformListHandler.translate(float).voidDefaultFragmentIdentifierHandler.translate(float tx, float ty) ImplementsTransformListHandler.translate(float,float).voidDefaultTransformListHandler.translate(float tx) ImplementsTransformListHandler.translate(float).voidDefaultTransformListHandler.translate(float tx, float ty) ImplementsTransformListHandler.translate(float,float).voidTransformListHandler.translate(float tx) Invoked when 'translate(tx)' has been parsed.voidTransformListHandler.translate(float tx, float ty) Invoked when 'translate(tx, ty)' has been parsed.voidDefaultFragmentIdentifierHandler.viewBox(float x, float y, float width, float height) Invoked when 'viewBox(x,y,width,height)' has been parsed.voidFragmentIdentifierHandler.viewBox(float x, float y, float width, float height) Invoked when 'viewBox(x,y,width,height)' has been parsed.voidDefaultFragmentIdentifierHandler.viewTarget(String name) Invoked when a view target component has been parsed.voidFragmentIdentifierHandler.viewTarget(String name) Invoked when a identifier has been parsed within a view target specification.voidDefaultPreserveAspectRatioHandler.xMaxYMax()ImplementsPreserveAspectRatioHandler.xMaxYMax().voidPreserveAspectRatioHandler.xMaxYMax()Invoked when 'xMaxYMax' has been parsed.voidDefaultPreserveAspectRatioHandler.xMaxYMid()ImplementsPreserveAspectRatioHandler.xMaxYMid().voidPreserveAspectRatioHandler.xMaxYMid()Invoked when 'xMaxYMid' has been parsed.voidDefaultPreserveAspectRatioHandler.xMaxYMin()ImplementsPreserveAspectRatioHandler.xMaxYMin().voidPreserveAspectRatioHandler.xMaxYMin()Invoked when 'xMaxYMin' has been parsed.voidDefaultPreserveAspectRatioHandler.xMidYMax()ImplementsPreserveAspectRatioHandler.xMidYMax().voidPreserveAspectRatioHandler.xMidYMax()Invoked when 'xMidYMax' has been parsed.voidDefaultPreserveAspectRatioHandler.xMidYMid()ImplementsPreserveAspectRatioHandler.xMidYMid().voidPreserveAspectRatioHandler.xMidYMid()Invoked when 'xMidYMid' has been parsed.voidDefaultPreserveAspectRatioHandler.xMidYMin()ImplementsPreserveAspectRatioHandler.xMidYMin().voidPreserveAspectRatioHandler.xMidYMin()Invoked when 'xMidYMin' has been parsed.voidDefaultPreserveAspectRatioHandler.xMinYMax()ImplementsPreserveAspectRatioHandler.xMinYMax().voidPreserveAspectRatioHandler.xMinYMax()Invoked when 'xMinYMax' has been parsed.voidDefaultPreserveAspectRatioHandler.xMinYMid()ImplementsPreserveAspectRatioHandler.xMinYMid().voidPreserveAspectRatioHandler.xMinYMid()Invoked when 'xMinYMid' has been parsed.voidDefaultPreserveAspectRatioHandler.xMinYMin()ImplementsPreserveAspectRatioHandler.xMinYMin().voidPreserveAspectRatioHandler.xMinYMin()Invoked when 'xMinYMin' has been parsed.Constructors in org.apache.batik.parser that throw ParseExceptionModifierConstructorDescriptionAbstractScanner(InputStream is, String enc) Creates a new AbstractScanner object.Creates a new AbstractScanner object.Creates a new AbstractScanner object.