Package org.xmlresolver.catalog.entry
Class EntryRewriteSystem
- java.lang.Object
-
- org.xmlresolver.catalog.entry.Entry
-
- org.xmlresolver.catalog.entry.EntryRewriteSystem
-
public class EntryRewriteSystem extends Entry
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.xmlresolver.catalog.entry.Entry
Entry.Type
-
-
Field Summary
Fields Modifier and Type Field Description java.net.URI
rewritePrefix
java.lang.String
systemIdStart
-
Constructor Summary
Constructors Constructor Description EntryRewriteSystem(ResolverConfiguration config, java.net.URI baseURI, java.lang.String id, java.lang.String start, java.lang.String rewrite)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Entry.Type
getType()
java.lang.String
toString()
-
Methods inherited from class org.xmlresolver.catalog.entry.Entry
getProperties, getProperty, setProperties, setProperty
-
-
-
-
Constructor Detail
-
EntryRewriteSystem
public EntryRewriteSystem(ResolverConfiguration config, java.net.URI baseURI, java.lang.String id, java.lang.String start, java.lang.String rewrite)
-
-
Method Detail
-
getType
public Entry.Type getType()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-