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 TypeMethodDescriptionvoid
AbstractSVGLengthList.LengthListBuilder.cm()
ImplementsLengthHandler.cm()
.protected void
AbstractSVGLengthList.doParse
(String value, ListHandler handler) Parses the attribute associated with this SVGLengthList.void
AbstractSVGLengthList.LengthListBuilder.em()
ImplementsLengthHandler.em()
.void
AbstractSVGLengthList.LengthListBuilder.endLength()
ImplementsLengthHandler.endLength()
.void
AbstractSVGLengthList.LengthListBuilder.endLengthList()
ImplementsLengthListHandler.endLengthList()
.void
AbstractSVGLengthList.LengthListBuilder.ex()
ImplementsLengthHandler.ex()
.void
AbstractSVGLengthList.LengthListBuilder.in()
ImplementsLengthHandler.in()
.void
AbstractSVGLengthList.LengthListBuilder.lengthValue
(float v) ImplementsLengthHandler.lengthValue(float)
.void
AbstractSVGLengthList.LengthListBuilder.mm()
ImplementsLengthHandler.mm()
.void
AbstractSVGLengthList.LengthListBuilder.pc()
ImplementsLengthHandler.pc()
.void
AbstractSVGLengthList.LengthListBuilder.percentage()
ImplementsLengthHandler.percentage()
.void
AbstractSVGLengthList.LengthListBuilder.pt()
ImplementsLengthHandler.pt()
.void
AbstractSVGLengthList.LengthListBuilder.px()
ImplementsLengthHandler.px()
.void
AbstractSVGLengthList.LengthListBuilder.startLength()
ImplementsLengthHandler.startLength()
.void
AbstractSVGLengthList.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 float
TimedElement.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 TypeMethodDescriptionvoid
ViewBox.ViewHandler.endFragmentIdentifier()
Invoked when the fragment identifier ends.void
ViewBox.ViewHandler.endPreserveAspectRatio()
Invoked when the PreserveAspectRatio parsing ends.void
ViewBox.ViewHandler.endTransformList()
void
ViewBox.ViewHandler.endViewTarget()
Invoked when a view target specification ends.void
ViewBox.ViewHandler.idReference
(String s) Invoked when an ID has been parsed.void
ViewBox.ViewHandler.meet()
Invoked when 'meet' has been parsed.void
ViewBox.ViewHandler.none()
Invoked when 'none' been parsed.void
ViewBox.ViewHandler.slice()
Invoked when 'slice' has been parsed.void
ViewBox.ViewHandler.startFragmentIdentifier()
Invoked when the fragment identifier starts.void
ViewBox.ViewHandler.startPreserveAspectRatio()
Invoked when the PreserveAspectRatio parsing starts.void
ViewBox.ViewHandler.startViewTarget()
Invoked when a view target specification starts.void
ViewBox.ViewHandler.viewBox
(float x, float y, float width, float height) Invoked when 'viewBox(x,y,width,height)' has been parsed.void
ViewBox.ViewHandler.viewTarget
(String name) Invoked when a identifier has been parsed within a view target specification.void
ViewBox.ViewHandler.xMaxYMax()
Invoked when 'xMaxYMax' has been parsed.void
ViewBox.ViewHandler.xMaxYMid()
Invoked when 'xMaxYMid' has been parsed.void
ViewBox.ViewHandler.xMaxYMin()
Invoked when 'xMaxYMin' has been parsed.void
ViewBox.ViewHandler.xMidYMax()
Invoked when 'xMidYMax' has been parsed.void
ViewBox.ViewHandler.xMidYMid()
Invoked when 'xMidYMid' has been parsed.void
ViewBox.ViewHandler.xMidYMin()
Invoked when 'xMidYMin' has been parsed.void
ViewBox.ViewHandler.xMinYMax()
Invoked when 'xMinYMax' has been parsed.void
ViewBox.ViewHandler.xMinYMid()
Invoked when 'xMinYMid' has been parsed.void
ViewBox.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 void
XPathSubsetContentSelector.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 TypeMethodDescriptionvoid
AbstractSVGNormPathSegList.NormalizedPathSegListBuilder.arcAbs
(float rx, float ry, float xAxisRotation, boolean largeArcFlag, boolean sweepFlag, float x, float y) void
AbstractSVGPathSegList.PathSegListBuilder.arcAbs
(float rx, float ry, float xAxisRotation, boolean largeArcFlag, boolean sweepFlag, float x, float y) void
AbstractSVGNormPathSegList.NormalizedPathSegListBuilder.arcRel
(float rx, float ry, float xAxisRotation, boolean largeArcFlag, boolean sweepFlag, float x, float y) void
AbstractSVGPathSegList.PathSegListBuilder.arcRel
(float rx, float ry, float xAxisRotation, boolean largeArcFlag, boolean sweepFlag, float x, float y) void
AbstractSVGNormPathSegList.NormalizedPathSegListBuilder.closePath()
ImplementsPathHandler.closePath()
.void
AbstractSVGPathSegList.PathSegListBuilder.closePath()
ImplementsPathHandler.closePath()
.void
AbstractSVGNormPathSegList.NormalizedPathSegListBuilder.curvetoCubicAbs
(float x1, float y1, float x2, float y2, float x, float y) void
AbstractSVGPathSegList.PathSegListBuilder.curvetoCubicAbs
(float x1, float y1, float x2, float y2, float x, float y) void
AbstractSVGNormPathSegList.NormalizedPathSegListBuilder.curvetoCubicRel
(float x1, float y1, float x2, float y2, float x, float y) void
AbstractSVGPathSegList.PathSegListBuilder.curvetoCubicRel
(float x1, float y1, float x2, float y2, float x, float y) void
AbstractSVGNormPathSegList.NormalizedPathSegListBuilder.curvetoCubicSmoothAbs
(float x2, float y2, float x, float y) void
AbstractSVGPathSegList.PathSegListBuilder.curvetoCubicSmoothAbs
(float x2, float y2, float x, float y) void
AbstractSVGNormPathSegList.NormalizedPathSegListBuilder.curvetoCubicSmoothRel
(float x2, float y2, float x, float y) void
AbstractSVGPathSegList.PathSegListBuilder.curvetoCubicSmoothRel
(float x2, float y2, float x, float y) void
AbstractSVGNormPathSegList.NormalizedPathSegListBuilder.curvetoQuadraticAbs
(float x1, float y1, float x, float y) void
AbstractSVGPathSegList.PathSegListBuilder.curvetoQuadraticAbs
(float x1, float y1, float x, float y) void
AbstractSVGNormPathSegList.NormalizedPathSegListBuilder.curvetoQuadraticRel
(float x1, float y1, float x, float y) void
AbstractSVGPathSegList.PathSegListBuilder.curvetoQuadraticRel
(float x1, float y1, float x, float y) void
AbstractSVGNormPathSegList.NormalizedPathSegListBuilder.curvetoQuadraticSmoothAbs
(float x, float y) void
AbstractSVGPathSegList.PathSegListBuilder.curvetoQuadraticSmoothAbs
(float x, float y) void
AbstractSVGNormPathSegList.NormalizedPathSegListBuilder.curvetoQuadraticSmoothRel
(float x, float y) void
AbstractSVGPathSegList.PathSegListBuilder.curvetoQuadraticSmoothRel
(float x, float y) protected abstract void
AbstractSVGList.doParse
(String value, ListHandler builder) Parses the given attribute value and informs the specifiedListHandler
of the parsed list items.protected void
AbstractSVGNormPathSegList.doParse
(String value, ListHandler handler) Parse the 'd' attribute.protected void
AbstractSVGNumberList.doParse
(String value, ListHandler handler) Parse the attribute associated with this SVGNumberList.protected void
AbstractSVGPathSegList.doParse
(String value, ListHandler handler) Parse the 'd' attribute.protected void
AbstractSVGPointList.doParse
(String value, ListHandler handler) Parses the 'points' attribute.protected void
AbstractSVGTransformList.doParse
(String value, ListHandler handler) Parse the attribute associated with this SVGTransformList.void
AbstractSVGNumberList.NumberListBuilder.endNumber()
ImplementsNumberListHandler.endNumber()
.void
AbstractSVGNumberList.NumberListBuilder.endNumberList()
ImplementsNumberListHandler.endNumberList()
.void
AbstractSVGNormPathSegList.NormalizedPathSegListBuilder.endPath()
ImplementsPathHandler.endPath()
.void
AbstractSVGPathSegList.PathSegListBuilder.endPath()
ImplementsPathHandler.endPath()
.void
AbstractSVGPointList.PointsListBuilder.endPoints()
ImplementsPointsHandler.endPoints()
.void
AbstractSVGTransformList.TransformListBuilder.endTransformList()
ImplementsTransformListHandler.endTransformList()
.void
AbstractSVGNormPathSegList.NormalizedPathSegListBuilder.linetoAbs
(float x, float y) ImplementsPathHandler.linetoAbs(float,float)
.void
AbstractSVGPathSegList.PathSegListBuilder.linetoAbs
(float x, float y) ImplementsPathHandler.linetoAbs(float,float)
.void
AbstractSVGNormPathSegList.NormalizedPathSegListBuilder.linetoHorizontalAbs
(float x) ImplementsPathHandler.linetoHorizontalAbs(float)
.void
AbstractSVGPathSegList.PathSegListBuilder.linetoHorizontalAbs
(float x) ImplementsPathHandler.linetoHorizontalAbs(float)
.void
AbstractSVGNormPathSegList.NormalizedPathSegListBuilder.linetoHorizontalRel
(float x) ImplementsPathHandler.linetoHorizontalRel(float)
.void
AbstractSVGPathSegList.PathSegListBuilder.linetoHorizontalRel
(float x) ImplementsPathHandler.linetoHorizontalRel(float)
.void
AbstractSVGNormPathSegList.NormalizedPathSegListBuilder.linetoRel
(float x, float y) ImplementsPathHandler.linetoRel(float,float)
.void
AbstractSVGPathSegList.PathSegListBuilder.linetoRel
(float x, float y) ImplementsPathHandler.linetoRel(float,float)
.void
AbstractSVGNormPathSegList.NormalizedPathSegListBuilder.linetoVerticalAbs
(float y) ImplementsPathHandler.linetoVerticalAbs(float)
.void
AbstractSVGPathSegList.PathSegListBuilder.linetoVerticalAbs
(float y) ImplementsPathHandler.linetoVerticalAbs(float)
.void
AbstractSVGNormPathSegList.NormalizedPathSegListBuilder.linetoVerticalRel
(float y) ImplementsPathHandler.linetoVerticalRel(float)
.void
AbstractSVGPathSegList.PathSegListBuilder.linetoVerticalRel
(float y) ImplementsPathHandler.linetoVerticalRel(float)
.void
AbstractSVGTransformList.TransformListBuilder.matrix
(float a, float b, float c, float d, float e, float f) void
AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler.meet()
Invoked when 'meet' has been parsed.void
AbstractSVGNormPathSegList.NormalizedPathSegListBuilder.movetoAbs
(float x, float y) ImplementsPathHandler.movetoAbs(float,float)
.void
AbstractSVGPathSegList.PathSegListBuilder.movetoAbs
(float x, float y) ImplementsPathHandler.movetoAbs(float,float)
.void
AbstractSVGNormPathSegList.NormalizedPathSegListBuilder.movetoRel
(float x, float y) ImplementsPathHandler.movetoRel(float,float)
.void
AbstractSVGPathSegList.PathSegListBuilder.movetoRel
(float x, float y) ImplementsPathHandler.movetoRel(float,float)
.void
AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler.none()
Invoked when 'none' been parsed.void
AbstractSVGNumberList.NumberListBuilder.numberValue
(float v) ImplementsNumberListHandler.numberValue(float)
.void
AbstractSVGPointList.PointsListBuilder.point
(float x, float y) ImplementsPointsHandler.point(float,float)
.void
AbstractSVGTransformList.TransformListBuilder.rotate
(float theta) ImplementsTransformListHandler.rotate(float)
.void
AbstractSVGTransformList.TransformListBuilder.rotate
(float theta, float cx, float cy) ImplementsTransformListHandler.rotate(float,float,float)
.void
AbstractSVGTransformList.TransformListBuilder.scale
(float sx) ImplementsTransformListHandler.scale(float)
.void
AbstractSVGTransformList.TransformListBuilder.scale
(float sx, float sy) ImplementsTransformListHandler.scale(float,float)
.void
AbstractSVGTransformList.TransformListBuilder.skewX
(float skx) ImplementsTransformListHandler.skewX(float)
.void
AbstractSVGTransformList.TransformListBuilder.skewY
(float sky) ImplementsTransformListHandler.skewY(float)
.void
AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler.slice()
Invoked when 'slice' has been parsed.void
AbstractSVGNumberList.NumberListBuilder.startNumber()
ImplementsNumberListHandler.startNumber()
.void
AbstractSVGNumberList.NumberListBuilder.startNumberList()
ImplementsNumberListHandler.startNumberList()
.void
AbstractSVGNormPathSegList.NormalizedPathSegListBuilder.startPath()
ImplementsPathHandler.startPath()
.void
AbstractSVGPathSegList.PathSegListBuilder.startPath()
ImplementsPathHandler.startPath()
.void
AbstractSVGPointList.PointsListBuilder.startPoints()
ImplementsPointsHandler.startPoints()
.void
AbstractSVGTransformList.TransformListBuilder.startTransformList()
ImplementsTransformListHandler.startTransformList()
.void
AbstractSVGTransformList.TransformListBuilder.translate
(float tx) ImplementsTransformListHandler.translate(float)
.void
AbstractSVGTransformList.TransformListBuilder.translate
(float tx, float ty) ImplementsTransformListHandler.translate(float,float)
.void
AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler.xMaxYMax()
Invoked when 'xMaxYMax' has been parsed.void
AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler.xMaxYMid()
Invoked when 'xMaxYMid' has been parsed.void
AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler.xMaxYMin()
Invoked when 'xMaxYMin' has been parsed.void
AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler.xMidYMax()
Invoked when 'xMidYMax' has been parsed.void
AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler.xMidYMid()
Invoked when 'xMidYMid' has been parsed.void
AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler.xMidYMin()
Invoked when 'xMidYMin' has been parsed.void
AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler.xMinYMax()
Invoked when 'xMinYMax' has been parsed.void
AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler.xMinYMid()
Invoked when 'xMinYMid' has been parsed.void
AbstractSVGPreserveAspectRatio.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 TypeMethodDescriptionvoid
DefaultErrorHandler.error
(ParseException e) ImplementsErrorHandler.error(ParseException)
.void
ErrorHandler.error
(ParseException e) Called when a parse error occurs.Methods in org.apache.batik.parser that throw ParseExceptionModifier and TypeMethodDescriptionprotected void
PathParser._parsel
(boolean expectNumber) protected void
PathParser._parseL
(boolean expectNumber) void
AngleHandler.angleValue
(float v) Invoked when a float value has been parsed.void
DefaultAngleHandler.angleValue
(float v) ImplementsAngleHandler.angleValue(float)
.void
AWTPathProducer.arcAbs
(float rx, float ry, float xAxisRotation, boolean largeArcFlag, boolean sweepFlag, float x, float y) void
DefaultPathHandler.arcAbs
(float rx, float ry, float xAxisRotation, boolean largeArcFlag, boolean sweepFlag, float x, float y) void
PathArrayProducer.arcAbs
(float rx, float ry, float xAxisRotation, boolean largeArcFlag, boolean sweepFlag, float x, float y) void
PathHandler.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.void
AWTPathProducer.arcRel
(float rx, float ry, float xAxisRotation, boolean largeArcFlag, boolean sweepFlag, float x, float y) void
DefaultPathHandler.arcRel
(float rx, float ry, float xAxisRotation, boolean largeArcFlag, boolean sweepFlag, float x, float y) void
PathArrayProducer.arcRel
(float rx, float ry, float xAxisRotation, boolean largeArcFlag, boolean sweepFlag, float x, float y) void
PathHandler.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.void
AWTPathProducer.closePath()
ImplementsPathHandler.closePath()
.void
DefaultPathHandler.closePath()
ImplementsPathHandler.closePath()
.void
PathArrayProducer.closePath()
ImplementsPathHandler.closePath()
.void
PathHandler.closePath()
Invoked when a closepath has been parsed.void
DefaultLengthHandler.cm()
ImplementsLengthHandler.cm()
.void
LengthArrayProducer.cm()
ImplementsLengthHandler.cm()
.void
LengthHandler.cm()
Invoked when 'cm' has been parsed.void
UnitProcessor.UnitResolver.cm()
ImplementsLengthHandler.cm()
.protected void
PathArrayProducer.command
(short val) Adds a path command to the list.static AffineTransform
AWTTransformProducer.createAffineTransform
(Reader r) Utility method for creating an AffineTransform.static AffineTransform
AWTTransformProducer.createAffineTransform
(String s) Utility method for creating an AffineTransform.static Shape
AWTPathProducer.createShape
(Reader r, int wr) Utility method for creating an ExtendedGeneralPath.static Shape
AWTPolygonProducer.createShape
(Reader r, int wr) Utility method for creating an ExtendedGeneralPath.static Shape
AWTPolylineProducer.createShape
(Reader r, int wr) Utility method for creating an ExtendedGeneralPath.void
AWTPathProducer.curvetoCubicAbs
(float x1, float y1, float x2, float y2, float x, float y) void
DefaultPathHandler.curvetoCubicAbs
(float x1, float y1, float x2, float y2, float x, float y) void
PathArrayProducer.curvetoCubicAbs
(float x1, float y1, float x2, float y2, float x, float y) void
PathHandler.curvetoCubicAbs
(float x1, float y1, float x2, float y2, float x, float y) Invoked when an absolute cubic bezier curve command has been parsed.void
AWTPathProducer.curvetoCubicRel
(float x1, float y1, float x2, float y2, float x, float y) void
DefaultPathHandler.curvetoCubicRel
(float x1, float y1, float x2, float y2, float x, float y) void
PathArrayProducer.curvetoCubicRel
(float x1, float y1, float x2, float y2, float x, float y) void
PathHandler.curvetoCubicRel
(float x1, float y1, float x2, float y2, float x, float y) Invoked when a relative cubic bezier curve command has been parsed.void
AWTPathProducer.curvetoCubicSmoothAbs
(float x2, float y2, float x, float y) void
DefaultPathHandler.curvetoCubicSmoothAbs
(float x2, float y2, float x, float y) void
PathArrayProducer.curvetoCubicSmoothAbs
(float x2, float y2, float x, float y) void
PathHandler.curvetoCubicSmoothAbs
(float x2, float y2, float x, float y) Invoked when an absolute smooth cubic bezier curve command has been parsed.void
AWTPathProducer.curvetoCubicSmoothRel
(float x2, float y2, float x, float y) void
DefaultPathHandler.curvetoCubicSmoothRel
(float x2, float y2, float x, float y) void
PathArrayProducer.curvetoCubicSmoothRel
(float x2, float y2, float x, float y) void
PathHandler.curvetoCubicSmoothRel
(float x2, float y2, float x, float y) Invoked when a relative smooth cubic bezier curve command has been parsed.void
AWTPathProducer.curvetoQuadraticAbs
(float x1, float y1, float x, float y) void
DefaultPathHandler.curvetoQuadraticAbs
(float x1, float y1, float x, float y) void
PathArrayProducer.curvetoQuadraticAbs
(float x1, float y1, float x, float y) void
PathHandler.curvetoQuadraticAbs
(float x1, float y1, float x, float y) Invoked when an absolute quadratic bezier curve command has been parsed.void
AWTPathProducer.curvetoQuadraticRel
(float x1, float y1, float x, float y) void
DefaultPathHandler.curvetoQuadraticRel
(float x1, float y1, float x, float y) void
PathArrayProducer.curvetoQuadraticRel
(float x1, float y1, float x, float y) void
PathHandler.curvetoQuadraticRel
(float x1, float y1, float x, float y) Invoked when a relative quadratic bezier curve command has been parsed.void
AWTPathProducer.curvetoQuadraticSmoothAbs
(float x, float y) void
DefaultPathHandler.curvetoQuadraticSmoothAbs
(float x, float y) void
PathArrayProducer.curvetoQuadraticSmoothAbs
(float x, float y) void
PathHandler.curvetoQuadraticSmoothAbs
(float x, float y) Invoked when an absolute smooth quadratic bezier curve command has been parsed.void
AWTPathProducer.curvetoQuadraticSmoothRel
(float x, float y) void
DefaultPathHandler.curvetoQuadraticSmoothRel
(float x, float y) void
PathArrayProducer.curvetoQuadraticSmoothRel
(float x, float y) void
PathHandler.curvetoQuadraticSmoothRel
(float x, float y) Invoked when a relative smooth quadratic bezier curve command has been parsed.void
AngleHandler.deg()
Invoked when 'deg' has been parsed.void
DefaultAngleHandler.deg()
ImplementsAngleHandler.deg()
.protected abstract void
AbstractParser.doParse()
Method responsible for actually parsing data after AbstractParser has initialized itself.protected void
AngleParser.doParse()
Parses the current reader representing an angle.protected void
ClockParser.doParse()
Parses a clock value.protected void
FragmentIdentifierParser.doParse()
Parses the current reader.protected void
LengthListParser.doParse()
Parses the given reader.protected void
LengthPairListParser.doParse()
Parses the given reader.protected void
LengthParser.doParse()
protected void
NumberListParser.doParse()
Parses the given reader.protected void
PathParser.doParse()
protected void
PointsParser.doParse()
Parses the current stream.protected void
PreserveAspectRatioParser.doParse()
Parses the current stream.protected void
TimingSpecifierListParser.doParse()
Parses a timing specifier list.protected void
TimingSpecifierParser.doParse()
Parses a timing specifier.protected void
TransformListParser.doParse()
Parses the current reader.void
DefaultLengthHandler.em()
ImplementsLengthHandler.em()
.void
LengthArrayProducer.em()
ImplementsLengthHandler.em()
.void
LengthHandler.em()
Invoked when 'em' has been parsed.void
UnitProcessor.UnitResolver.em()
ImplementsLengthHandler.em()
.void
AngleHandler.endAngle()
Invoked when the angle attribute parsing ends.void
DefaultAngleHandler.endAngle()
ImplementsAngleHandler.endAngle()
.void
DefaultFragmentIdentifierHandler.endFragmentIdentifier()
void
FragmentIdentifierHandler.endFragmentIdentifier()
Invoked when the fragment identifier ends.void
DefaultLengthHandler.endLength()
ImplementsLengthHandler.endLength()
.void
LengthArrayProducer.endLength()
ImplementsLengthHandler.endLength()
.void
LengthHandler.endLength()
Invoked when the length attribute ends.void
UnitProcessor.UnitResolver.endLength()
ImplementsLengthHandler.endLength()
.void
DefaultLengthListHandler.endLengthList()
ImplementsLengthListHandler.endLengthList()
.void
LengthArrayProducer.endLengthList()
Invoked when the length list attribute ends.void
LengthListHandler.endLengthList()
Invoked when the length attribute ends.void
DefaultNumberListHandler.endNumber()
ImplementsNumberListHandler.endNumber()
.void
NumberListHandler.endNumber()
Invoked when the number attribute ends.void
DefaultNumberListHandler.endNumberList()
ImplementsNumberListHandler.endNumberList()
.void
FloatArrayProducer.endNumberList()
Invoked when the number list attribute ends.void
NumberListHandler.endNumberList()
Invoked when the number list attribute ends.void
AWTPathProducer.endPath()
ImplementsPathHandler.endPath()
.void
DefaultPathHandler.endPath()
ImplementsPathHandler.endPath()
.void
PathArrayProducer.endPath()
ImplementsPathHandler.endPath()
.void
PathHandler.endPath()
Invoked when the path ends.void
AWTPolygonProducer.endPoints()
ImplementsPointsHandler.endPoints()
.void
AWTPolylineProducer.endPoints()
ImplementsPointsHandler.endPoints()
.void
DefaultPointsHandler.endPoints()
ImplementsPointsHandler.endPoints()
.void
FloatArrayProducer.endPoints()
ImplementsPointsHandler.endPoints()
.void
PointsHandler.endPoints()
Invoked when the points attribute ends.void
DefaultPreserveAspectRatioHandler.endPreserveAspectRatio()
void
PreserveAspectRatioHandler.endPreserveAspectRatio()
Invoked when the PreserveAspectRatio parsing ends.void
AWTTransformProducer.endTransformList()
ImplementsTransformListHandler.endTransformList()
.void
DefaultFragmentIdentifierHandler.endTransformList()
ImplementsTransformListHandler.endTransformList()
.void
DefaultTransformListHandler.endTransformList()
ImplementsTransformListHandler.endTransformList()
.void
TransformListHandler.endTransformList()
Invoked when the transform ends.void
DefaultFragmentIdentifierHandler.endViewTarget()
Invoked when a view target specification ends.void
FragmentIdentifierHandler.endViewTarget()
Invoked when a view target specification ends.void
DefaultErrorHandler.error
(ParseException e) ImplementsErrorHandler.error(ParseException)
.void
ErrorHandler.error
(ParseException e) Called when a parse error occurs.void
DefaultLengthHandler.ex()
ImplementsLengthHandler.ex()
.void
LengthArrayProducer.ex()
ImplementsLengthHandler.ex()
.void
LengthHandler.ex()
Invoked when 'ex' has been parsed.void
UnitProcessor.UnitResolver.ex()
ImplementsLengthHandler.ex()
.void
AngleHandler.grad()
Invoked when 'grad' has been parsed.void
DefaultAngleHandler.grad()
ImplementsAngleHandler.grad()
.void
DefaultFragmentIdentifierHandler.idReference
(String s) Invoked when an ID has been parsed.void
FragmentIdentifierHandler.idReference
(String s) Invoked when an ID has been parsed.void
DefaultLengthHandler.in()
ImplementsLengthHandler.in()
.void
LengthArrayProducer.in()
ImplementsLengthHandler.in()
.void
LengthHandler.in()
Invoked when 'in' has been parsed.void
UnitProcessor.UnitResolver.in()
ImplementsLengthHandler.in()
.void
DefaultLengthHandler.lengthValue
(float v) ImplementsLengthHandler.lengthValue(float)
.void
LengthArrayProducer.lengthValue
(float val) ImplementsLengthHandler.lengthValue(float)
.void
LengthHandler.lengthValue
(float v) Invoked when a float value has been parsed.void
UnitProcessor.UnitResolver.lengthValue
(float v) ImplementsLengthHandler.lengthValue(float)
.void
AWTPathProducer.linetoAbs
(float x, float y) ImplementsPathHandler.linetoAbs(float,float)
.void
DefaultPathHandler.linetoAbs
(float x, float y) ImplementsPathHandler.linetoAbs(float,float)
.void
PathArrayProducer.linetoAbs
(float x, float y) ImplementsPathHandler.linetoAbs(float,float)
.void
PathHandler.linetoAbs
(float x, float y) Invoked when an absolute line command has been parsed.void
AWTPathProducer.linetoHorizontalAbs
(float x) ImplementsPathHandler.linetoHorizontalAbs(float)
.void
DefaultPathHandler.linetoHorizontalAbs
(float x) ImplementsPathHandler.linetoHorizontalAbs(float)
.void
PathArrayProducer.linetoHorizontalAbs
(float x) ImplementsPathHandler.linetoHorizontalAbs(float)
.void
PathHandler.linetoHorizontalAbs
(float x) Invoked when an horizontal absolute line command has been parsed.void
AWTPathProducer.linetoHorizontalRel
(float x) ImplementsPathHandler.linetoHorizontalRel(float)
.void
DefaultPathHandler.linetoHorizontalRel
(float x) ImplementsPathHandler.linetoHorizontalRel(float)
.void
PathArrayProducer.linetoHorizontalRel
(float x) ImplementsPathHandler.linetoHorizontalRel(float)
.void
PathHandler.linetoHorizontalRel
(float x) Invoked when an horizontal relative line command has been parsed.void
AWTPathProducer.linetoRel
(float x, float y) ImplementsPathHandler.linetoRel(float,float)
.void
DefaultPathHandler.linetoRel
(float x, float y) ImplementsPathHandler.linetoRel(float,float)
.void
PathArrayProducer.linetoRel
(float x, float y) ImplementsPathHandler.linetoRel(float,float)
.void
PathHandler.linetoRel
(float x, float y) Invoked when a relative line command has been parsed.void
AWTPathProducer.linetoVerticalAbs
(float y) ImplementsPathHandler.linetoVerticalAbs(float)
.void
DefaultPathHandler.linetoVerticalAbs
(float y) ImplementsPathHandler.linetoVerticalAbs(float)
.void
PathArrayProducer.linetoVerticalAbs
(float y) ImplementsPathHandler.linetoVerticalAbs(float)
.void
PathHandler.linetoVerticalAbs
(float y) Invoked when a vertical absolute line command has been parsed.void
AWTPathProducer.linetoVerticalRel
(float y) ImplementsPathHandler.linetoVerticalRel(float)
.void
DefaultPathHandler.linetoVerticalRel
(float y) ImplementsPathHandler.linetoVerticalRel(float)
.void
PathArrayProducer.linetoVerticalRel
(float y) ImplementsPathHandler.linetoVerticalRel(float)
.void
PathHandler.linetoVerticalRel
(float y) Invoked when a vertical relative line command has been parsed.void
AWTTransformProducer.matrix
(float a, float b, float c, float d, float e, float f) void
DefaultFragmentIdentifierHandler.matrix
(float a, float b, float c, float d, float e, float f) void
DefaultTransformListHandler.matrix
(float a, float b, float c, float d, float e, float f) void
TransformListHandler.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.void
DefaultPreserveAspectRatioHandler.meet()
ImplementsPreserveAspectRatioHandler.meet()
.void
PreserveAspectRatioHandler.meet()
Invoked when 'meet' has been parsed.void
DefaultLengthHandler.mm()
ImplementsLengthHandler.mm()
.void
LengthArrayProducer.mm()
ImplementsLengthHandler.mm()
.void
LengthHandler.mm()
Invoked when 'mm' has been parsed.void
UnitProcessor.UnitResolver.mm()
ImplementsLengthHandler.mm()
.void
AWTPathProducer.movetoAbs
(float x, float y) ImplementsPathHandler.movetoAbs(float,float)
.void
DefaultPathHandler.movetoAbs
(float x, float y) ImplementsPathHandler.movetoAbs(float,float)
.void
PathArrayProducer.movetoAbs
(float x, float y) ImplementsPathHandler.movetoAbs(float,float)
.void
PathHandler.movetoAbs
(float x, float y) Invoked when an absolute moveto command has been parsed.void
AWTPathProducer.movetoRel
(float x, float y) ImplementsPathHandler.movetoRel(float,float)
.void
DefaultPathHandler.movetoRel
(float x, float y) ImplementsPathHandler.movetoRel(float,float)
.void
PathArrayProducer.movetoRel
(float x, float y) ImplementsPathHandler.movetoRel(float,float)
.void
PathHandler.movetoRel
(float x, float y) Invoked when a relative moveto command has been parsed.int
AbstractScanner.next()
Returns the next token.protected abstract void
AbstractScanner.nextToken()
Returns the next token.void
DefaultPreserveAspectRatioHandler.none()
ImplementsPreserveAspectRatioHandler.none()
.void
PreserveAspectRatioHandler.none()
Invoked when 'none' been parsed.void
DefaultNumberListHandler.numberValue
(float v) ImplementsNumberListHandler.numberValue(float)
.void
FloatArrayProducer.numberValue
(float v) Invoked when a float value has been parsed.void
LengthArrayProducer.numberValue
(float v) Invoked when a float value has been parsed.void
NumberListHandler.numberValue
(float v) Invoked when a float value has been parsed.protected void
PathArrayProducer.param
(float val) Adds a path parameter to the list.void
AbstractParser.parse
(InputStream is, String enc) Parses the given input stream.void
Parses the given readervoid
Parses the given string.void
Parses the given readervoid
Parses the given stringprotected void
PathParser.parsea()
Parses a 'a' command.protected void
PathParser.parseA()
Parses a 'A' command.protected void
PathParser.parsec()
Parses a 'c' command.protected void
PathParser.parseC()
Parses a 'C' command.protected float
TimingParser.parseClockValue()
Parses a clock value.protected int
TimingParser.parseDigits()
Parses a sequence of digits and returns the integer.protected float
NumberParser.parseFloat()
Parses the content of the buffer and converts it to a float.protected float
TimingParser.parseFraction()
Parses a '.' and a sequence of digits and returns the float.protected void
PathParser.parseh()
Parses a 'h' command.protected void
PathParser.parseH()
Parses a 'H' command.protected void
FragmentIdentifierParser.parseIdentifier()
Parses an identifier.protected Object[]
TimingParser.parseIDValue
(boolean escaped) Parses a timing specifier that starts with a word.protected void
PathParser.parsel()
Parses a 'l' command.protected void
PathParser.parseL()
Parses a 'L' command.protected void
LengthParser.parseLength()
Parses a length value.protected void
PathParser.parsem()
Parses a 'm' command.protected void
PathParser.parseM()
Parses a 'M' command.protected void
FragmentIdentifierParser.parseMatrix()
Parses a matrix transform.protected void
TransformListParser.parseMatrix()
Parses a matrix transform.protected String
TimingParser.parseName()
Parses an XML name with optional escaping in the middle.protected float
TimingParser.parseOffset()
Parses an offset value.protected void
FragmentIdentifierParser.parsePreserveAspectRatio()
Parses a PreserveAspectRatio attribute.protected void
PreserveAspectRatioParser.parsePreserveAspectRatio()
Parses a PreserveAspectRatio attribute.protected void
PathParser.parseq()
Parses a 'q' command.protected void
PathParser.parseQ()
Parses a 'Q' command.protected void
FragmentIdentifierParser.parseRotate()
Parses a rotate transform.protected void
TransformListParser.parseRotate()
Parses a rotate transform.protected void
PathParser.parses()
Parses a 's' command.protected void
PathParser.parseS()
Parses a 'S' command.protected void
FragmentIdentifierParser.parseScale()
Parses a scale transform.protected void
TransformListParser.parseScale()
Parses a scale transform.protected void
FragmentIdentifierParser.parseSkew()
Parses a skew transform.protected void
TransformListParser.parseSkew()
Parses a skew transform.protected void
PathParser.parset()
Parses a 't' command.protected void
PathParser.parseT()
Parses a 'T' command.protected Object[]
TimingParser.parseTimingSpecifier()
Parses a timing specifier.protected void
FragmentIdentifierParser.parseTranslate()
Parses a translate transform.protected void
TransformListParser.parseTranslate()
Parses a translate transform.protected float
TimingParser.parseUnit()
Parses a time unit and returns the float for the multiplier.protected void
PathParser.parsev()
Parses a 'v' command.protected void
PathParser.parseV()
Parses a 'V' command.protected void
FragmentIdentifierParser.parseViewAttributes()
Parses the svgView attributes.protected Calendar
TimingParser.parseWallclockValue()
Parses a wallclock value and returns it as aCalendar
.void
DefaultLengthHandler.pc()
ImplementsLengthHandler.pc()
.void
LengthArrayProducer.pc()
ImplementsLengthHandler.pc()
.void
LengthHandler.pc()
Invoked when 'pc' has been parsed.void
UnitProcessor.UnitResolver.pc()
ImplementsLengthHandler.pc()
.void
DefaultLengthHandler.percentage()
ImplementsLengthHandler.percentage()
.void
LengthArrayProducer.percentage()
ImplementsLengthHandler.percentage()
.void
LengthHandler.percentage()
Invoked when '%' has been parsed.void
UnitProcessor.UnitResolver.percentage()
ImplementsLengthHandler.percentage()
.void
AWTPolylineProducer.point
(float x, float y) ImplementsPointsHandler.point(float,float)
.void
DefaultPointsHandler.point
(float x, float y) ImplementsPointsHandler.point(float,float)
.void
FloatArrayProducer.point
(float x, float y) ImplementsPointsHandler.point(float,float)
.void
PointsHandler.point
(float x, float y) Invoked when a point has been parsed.void
DefaultLengthHandler.pt()
ImplementsLengthHandler.pt()
.void
LengthArrayProducer.pt()
ImplementsLengthHandler.pt()
.void
LengthHandler.pt()
Invoked when 'pt' has been parsed.void
UnitProcessor.UnitResolver.pt()
ImplementsLengthHandler.pt()
.void
DefaultLengthHandler.px()
ImplementsLengthHandler.px()
.void
LengthArrayProducer.px()
ImplementsLengthHandler.px()
.void
LengthHandler.px()
Invoked when 'px' has been parsed.void
UnitProcessor.UnitResolver.px()
ImplementsLengthHandler.px()
.void
AngleHandler.rad()
Invoked when 'rad' has been parsed.void
DefaultAngleHandler.rad()
ImplementsAngleHandler.rad()
.protected void
AbstractParser.reportError
(String key, Object[] args) Signals an error to the error handler.protected void
PathParser.reportUnexpected
(int ch) void
AWTTransformProducer.rotate
(float theta) ImplementsTransformListHandler.rotate(float)
.void
AWTTransformProducer.rotate
(float theta, float cx, float cy) ImplementsTransformListHandler.rotate(float,float,float)
.void
DefaultFragmentIdentifierHandler.rotate
(float theta) ImplementsTransformListHandler.rotate(float)
.void
DefaultFragmentIdentifierHandler.rotate
(float theta, float cx, float cy) ImplementsTransformListHandler.rotate(float,float,float)
.void
DefaultTransformListHandler.rotate
(float theta) ImplementsTransformListHandler.rotate(float)
.void
DefaultTransformListHandler.rotate
(float theta, float cx, float cy) ImplementsTransformListHandler.rotate(float,float,float)
.void
TransformListHandler.rotate
(float theta) Invoked when 'rotate(theta)' has been parsed.void
TransformListHandler.rotate
(float theta, float cx, float cy) Invoked when 'rotate(theta, cx, cy)' has been parsed.void
AWTTransformProducer.scale
(float sx) ImplementsTransformListHandler.scale(float)
.void
AWTTransformProducer.scale
(float sx, float sy) ImplementsTransformListHandler.scale(float,float)
.void
DefaultFragmentIdentifierHandler.scale
(float sx) ImplementsTransformListHandler.scale(float)
.void
DefaultFragmentIdentifierHandler.scale
(float sx, float sy) ImplementsTransformListHandler.scale(float,float)
.void
DefaultTransformListHandler.scale
(float sx) ImplementsTransformListHandler.scale(float)
.void
DefaultTransformListHandler.scale
(float sx, float sy) ImplementsTransformListHandler.scale(float,float)
.void
TransformListHandler.scale
(float sx) Invoked when 'scale(sx)' has been parsed.void
TransformListHandler.scale
(float sx, float sy) Invoked when 'scale(sx, sy)' has been parsed.void
AWTTransformProducer.skewX
(float skx) ImplementsTransformListHandler.skewX(float)
.void
DefaultFragmentIdentifierHandler.skewX
(float skx) ImplementsTransformListHandler.skewX(float)
.void
DefaultTransformListHandler.skewX
(float skx) ImplementsTransformListHandler.skewX(float)
.void
TransformListHandler.skewX
(float skx) Invoked when 'skewX(skx)' has been parsed.void
AWTTransformProducer.skewY
(float sky) ImplementsTransformListHandler.skewY(float)
.void
DefaultFragmentIdentifierHandler.skewY
(float sky) ImplementsTransformListHandler.skewY(float)
.void
DefaultTransformListHandler.skewY
(float sky) ImplementsTransformListHandler.skewY(float)
.void
TransformListHandler.skewY
(float sky) Invoked when 'skewY(sky)' has been parsed.protected void
PathParser.skipSubPath()
Skips a sub-path.void
DefaultPreserveAspectRatioHandler.slice()
ImplementsPreserveAspectRatioHandler.slice()
.void
PreserveAspectRatioHandler.slice()
Invoked when 'slice' has been parsed.void
AngleHandler.startAngle()
Invoked when the angle attribute parsing starts.void
DefaultAngleHandler.startAngle()
ImplementsAngleHandler.startAngle()
.void
DefaultFragmentIdentifierHandler.startFragmentIdentifier()
void
FragmentIdentifierHandler.startFragmentIdentifier()
Invoked when the fragment identifier starts.void
DefaultLengthHandler.startLength()
ImplementsLengthHandler.startLength()
.void
LengthArrayProducer.startLength()
ImplementsLengthHandler.startLength()
.void
LengthHandler.startLength()
Invoked when the length attribute starts.void
UnitProcessor.UnitResolver.startLength()
ImplementsLengthHandler.startLength()
.void
DefaultLengthListHandler.startLengthList()
ImplementsLengthListHandler.startLengthList()
.void
LengthArrayProducer.startLengthList()
Invoked when the length list attribute starts.void
LengthListHandler.startLengthList()
Invoked when the length list attribute starts.void
DefaultNumberListHandler.startNumber()
ImplementsNumberListHandler.startNumber()
.void
NumberListHandler.startNumber()
Invoked when the number attribute starts.void
DefaultNumberListHandler.startNumberList()
ImplementsNumberListHandler.startNumberList()
.void
FloatArrayProducer.startNumberList()
Invoked when the number list attribute starts.void
NumberListHandler.startNumberList()
Invoked when the number list attribute starts.void
AWTPathProducer.startPath()
ImplementsPathHandler.startPath()
.void
DefaultPathHandler.startPath()
ImplementsPathHandler.startPath()
.void
PathArrayProducer.startPath()
ImplementsPathHandler.startPath()
.void
PathHandler.startPath()
Invoked when the path starts.void
AWTPolylineProducer.startPoints()
ImplementsPointsHandler.startPoints()
.void
DefaultPointsHandler.startPoints()
ImplementsPointsHandler.startPoints()
.void
FloatArrayProducer.startPoints()
ImplementsPointsHandler.startPoints()
.void
PointsHandler.startPoints()
Invoked when the points attribute starts.void
DefaultPreserveAspectRatioHandler.startPreserveAspectRatio()
void
PreserveAspectRatioHandler.startPreserveAspectRatio()
Invoked when the PreserveAspectRatio parsing starts.void
AWTTransformProducer.startTransformList()
ImplementsTransformListHandler.startTransformList()
.void
DefaultFragmentIdentifierHandler.startTransformList()
ImplementsTransformListHandler.startTransformList()
.void
DefaultTransformListHandler.startTransformList()
ImplementsTransformListHandler.startTransformList()
.void
TransformListHandler.startTransformList()
Invoked when the tranform starts.void
DefaultFragmentIdentifierHandler.startViewTarget()
Invoked when a view target specification starts.void
FragmentIdentifierHandler.startViewTarget()
Invoked when a view target specification starts.static float
UnitProcessor.svgToObjectBoundingBox
(String s, String attr, short d, UnitProcessor.Context ctx) Returns the specified value with the specified direction in objectBoundingBox units.static float
UnitProcessor.svgToUserSpace
(String s, String attr, short d, UnitProcessor.Context ctx) Returns the specified coordinate with the specified direction in user units.void
AWTTransformProducer.translate
(float tx) ImplementsTransformListHandler.translate(float)
.void
AWTTransformProducer.translate
(float tx, float ty) ImplementsTransformListHandler.translate(float,float)
.void
DefaultFragmentIdentifierHandler.translate
(float tx) ImplementsTransformListHandler.translate(float)
.void
DefaultFragmentIdentifierHandler.translate
(float tx, float ty) ImplementsTransformListHandler.translate(float,float)
.void
DefaultTransformListHandler.translate
(float tx) ImplementsTransformListHandler.translate(float)
.void
DefaultTransformListHandler.translate
(float tx, float ty) ImplementsTransformListHandler.translate(float,float)
.void
TransformListHandler.translate
(float tx) Invoked when 'translate(tx)' has been parsed.void
TransformListHandler.translate
(float tx, float ty) Invoked when 'translate(tx, ty)' has been parsed.void
DefaultFragmentIdentifierHandler.viewBox
(float x, float y, float width, float height) Invoked when 'viewBox(x,y,width,height)' has been parsed.void
FragmentIdentifierHandler.viewBox
(float x, float y, float width, float height) Invoked when 'viewBox(x,y,width,height)' has been parsed.void
DefaultFragmentIdentifierHandler.viewTarget
(String name) Invoked when a view target component has been parsed.void
FragmentIdentifierHandler.viewTarget
(String name) Invoked when a identifier has been parsed within a view target specification.void
DefaultPreserveAspectRatioHandler.xMaxYMax()
ImplementsPreserveAspectRatioHandler.xMaxYMax()
.void
PreserveAspectRatioHandler.xMaxYMax()
Invoked when 'xMaxYMax' has been parsed.void
DefaultPreserveAspectRatioHandler.xMaxYMid()
ImplementsPreserveAspectRatioHandler.xMaxYMid()
.void
PreserveAspectRatioHandler.xMaxYMid()
Invoked when 'xMaxYMid' has been parsed.void
DefaultPreserveAspectRatioHandler.xMaxYMin()
ImplementsPreserveAspectRatioHandler.xMaxYMin()
.void
PreserveAspectRatioHandler.xMaxYMin()
Invoked when 'xMaxYMin' has been parsed.void
DefaultPreserveAspectRatioHandler.xMidYMax()
ImplementsPreserveAspectRatioHandler.xMidYMax()
.void
PreserveAspectRatioHandler.xMidYMax()
Invoked when 'xMidYMax' has been parsed.void
DefaultPreserveAspectRatioHandler.xMidYMid()
ImplementsPreserveAspectRatioHandler.xMidYMid()
.void
PreserveAspectRatioHandler.xMidYMid()
Invoked when 'xMidYMid' has been parsed.void
DefaultPreserveAspectRatioHandler.xMidYMin()
ImplementsPreserveAspectRatioHandler.xMidYMin()
.void
PreserveAspectRatioHandler.xMidYMin()
Invoked when 'xMidYMin' has been parsed.void
DefaultPreserveAspectRatioHandler.xMinYMax()
ImplementsPreserveAspectRatioHandler.xMinYMax()
.void
PreserveAspectRatioHandler.xMinYMax()
Invoked when 'xMinYMax' has been parsed.void
DefaultPreserveAspectRatioHandler.xMinYMid()
ImplementsPreserveAspectRatioHandler.xMinYMid()
.void
PreserveAspectRatioHandler.xMinYMid()
Invoked when 'xMinYMid' has been parsed.void
DefaultPreserveAspectRatioHandler.xMinYMin()
ImplementsPreserveAspectRatioHandler.xMinYMin()
.void
PreserveAspectRatioHandler.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.