com.ephox.editlive.view
Interface LiteralAttributeSet


public interface LiteralAttributeSet

Provides access to CSS attributes as raw strings.

JRE stylesheet code requires that CSS values obtained from View.getAttributes() are interpreted to objects that do not store all of the available style information. EditLive! takes care of this conversion, but it means accessing the raw style information from within a view is impossible.

This class behaves identically to View.getAttributes() but allows access to the pre-converted value.

Since:
8.0

Method Summary
 String getAttribute(CSS.Attribute key)
           
 

Method Detail

getAttribute

String getAttribute(CSS.Attribute key)

Copyright (c) 2005-2012 Ephox Pty Ltd. All rights reserved.