public interface ITextResource extends IHtmlResource
Represents any supported textual resource like CSS and XML
Disposed
Modifier and Type | Method and Description |
---|---|
Charset |
getEncoding()
In implementing type should return an encoding of the textual resource,
which was used during its opening and should be used during its saving
|
TextType |
getType()
In implementing type should return an object, which describes a type of that specific resource
|
getByteContent, getFilenameWithExtension, getName, getTextContent, save
isDisposed
Charset getEncoding()
In implementing type should return an encoding of the textual resource, which was used during its opening and should be used during its saving
TextType getType()
In implementing type should return an object, which describes a type of that specific resource
getType
in interface IHtmlResource
Copyright © 2018. All rights reserved.