Uses of Class
com.openhtmltopdf.css.newmatch.Matcher.Mapper
-
Packages that use Matcher.Mapper Package Description com.openhtmltopdf.css.newmatch -
-
Uses of Matcher.Mapper in com.openhtmltopdf.css.newmatch
Fields in com.openhtmltopdf.css.newmatch declared as Matcher.Mapper Modifier and Type Field Description private Matcher.Mapper
Matcher. docMapper
Fields in com.openhtmltopdf.css.newmatch with type parameters of type Matcher.Mapper Modifier and Type Field Description private java.util.Map<java.lang.Object,Matcher.Mapper>
Matcher. _map
private java.util.Map<java.lang.String,Matcher.Mapper>
Matcher.Mapper. children
Methods in com.openhtmltopdf.css.newmatch that return Matcher.Mapper Modifier and Type Method Description (package private) Matcher.Mapper
Matcher. createDocumentMapper(java.util.List<Stylesheet> stylesheets, java.lang.String medium)
private Matcher.Mapper
Matcher. getMapper(java.lang.Object e)
(package private) Matcher.Mapper
Matcher.Mapper. mapChild(java.lang.Object e)
Side effect: creates and stores a Mapper for the elementprotected Matcher.Mapper
Matcher. matchElement(java.lang.Object e)
Methods in com.openhtmltopdf.css.newmatch with parameters of type Matcher.Mapper Modifier and Type Method Description private void
Matcher. link(java.lang.Object e, Matcher.Mapper m)
-